android_kernel_xiaomi_sm8350/core
Pragaspathi Thilagaraj bc52a55500 qcacld-3.0: Fix stack corruption in beacon request table mode
When beacon report request is received from AP in table mode,
sme_rrm_issue_scan_req() is called recursively till scan results
in all channels for that country code is reached. In 6GHz, the
number of channels are high and recursively calling
sme_rrm_issue_scan_req for that much channels causes stack
corruption.

Remove recursive call to the function sme_rrm_issue_scan_req.
Instead, loop all the frequencies in the list and send
scan results on those channels.

Change-Id: Id75d00cfc98fcf218c6b1f85da3270e210697403
CRs-Fixed: 2654375
2020-04-03 05:22:49 -07:00
..
bmi qcacld-3.0: Add synchronization between unloading & SSR recovering 2019-10-19 19:25:31 -07:00
cds qcacld-3.0: update the hang data for the cds module 2020-04-01 12:39:19 -07:00
dp qcacld-3.0: Remove recovery notifier from ol layer 2020-04-02 14:31:11 -07:00
hdd qcacld-3.0: Send hang data to userspace 2020-04-03 03:42:11 -07:00
mac Release 5.2.0.179S 2020-04-03 03:42:11 -07:00
pld qcacld-3.0: Add pld code to handle hang event data info 2020-04-01 00:20:33 -07:00
sap qcacld-3.0: Return success for stop_bss while SAP is in stopping state 2020-04-02 23:54:50 -07:00
sme qcacld-3.0: Fix stack corruption in beacon request table mode 2020-04-03 05:22:49 -07:00
wma qcacld-3.0: Cleanup pending get link status request 2020-04-03 05:22:33 -07:00