android_kernel_xiaomi_sm8350/core/mac/src
gaurank kathpalia 6ebfc3c01b qcacld-3.0: Add AP to BLM reject list
Currently the driver calls the BLM API
to add the BSSID to the reject list if
STA kickout event comes from the FW.
Now since the event comes in interrupt
context and BLM takes a mutex lock, it
is not allowed.

Fix is to change the context
and call the BLM API from lim del sta
which would execute in scheduler
thread.

Change-Id: I3c2726ea152eeeee6ae30d80388aedac631f6c39
CRs-Fixed: 2716192
2020-06-27 06:18:10 -07:00
..
cfg/cfgUtil qcacld-3.0: Remove IBSS related code from frame handling 2020-05-16 07:00:00 -07:00
dph qcacld-3.0: Fix sta_ds use after free 2020-01-11 17:53:06 -08:00
include qcacld-3.0: Fix RSN parsing issues in lim_check_rsn_ie 2020-05-19 18:00:54 -07:00
pe qcacld-3.0: Add AP to BLM reject list 2020-06-27 06:18:10 -07:00
sys qcacld-3.0: Update to match scheduler_msg callback 2020-06-27 06:18:07 -07:00