android_kernel_xiaomi_sm8350/core
Himanshu Agarwal 75c8d796d9 qcacld-3.0: Set high priority as false for stop bss sme command
When stop AP command is received from hostapd, all the stations
are deauthenticated and then stop bss is called. But stop bss is
called with high priority as true and so gets queued on the top
of the list while del sta commands are queued at the tail as high
priority is set to false for those. This leads to desynchronization
as the commands are not serialized.

Set high priority as false for stop bss sme command to serialize all
the commands.

Change-Id: I9c80032c418e05d3b5591bb3cfd70f8285f27fe8
CRs-Fixed: 2161257
2017-12-21 11:32:32 -08:00
..
bmi Revert "qcacld-3.0: Do not access target register in driver unloading" 2017-10-25 17:48:22 -07:00
cds qcacld-3.0: Add fixes to prevent NULL pdev access on module stop 2017-12-20 14:10:28 -08:00
dp qcacld-3.0: remove struct sps_iovc reference 2017-12-20 19:27:24 -08:00
hdd qcacld-3.0: Possible buffer overwrite in vendor scan request 2017-12-21 09:21:46 -08:00
mac Release 5.2.0.59 2017-12-21 09:21:47 -08:00
pld qcacld-3.0: Remove unused PLD PCIe APIs 2017-12-01 13:39:58 -08:00
sap qcacld-3.0: Fix memory leak issue of ch_list in sap_get_channel_list 2017-12-20 19:27:21 -08:00
sme qcacld-3.0: Set high priority as false for stop bss sme command 2017-12-21 11:32:32 -08:00
wma qcacld-3.0: Suppress verbose WMA debug printing 2017-12-21 11:32:29 -08:00