android_kernel_xiaomi_sm8350/core/sap
Abhishek Singh 7996eb7a8e qcacld-3.0: Send management frame indication directly to HDD from PE
qcacld-2.0 to qcacld-3.0 propagation.

If MC thread stall while waiting on any event, In case of WPS,
probe requests may get accumulated in PE message queue.

Now every time MC thread process a probe request,
eWNI_SME_MGMT_FRM_IND msg is posted in SME message queue. But
unless PE queue is fully processed SME queue won't be processed.
This will gradually use all vos message wrapper.

To avoid this register a callback to send management frame
indication directly to HDD from PE which avoids posting message to
SME queue.

Change-Id: Ib83700825112cc52dade594909bfa8993909ac29
CRs-Fixed: 944961
2016-02-08 15:50:39 -08:00
..
dfs qcacld-3.0: Fix namespace collision in DFS module 2015-11-23 13:09:04 -08:00
inc qcacld-3.0: Send management frame indication directly to HDD from PE 2016-02-08 15:50:39 -08:00
src qcacld-3.0: Send management frame indication directly to HDD from PE 2016-02-08 15:50:39 -08:00