android_kernel_xiaomi_sm8350/core
Min Liu fad99adc80 qcacld-3.0: Correct AssocId range when stop BSS
In __lim_handle_sme_stop_bss_request, it will try to disassociate
STAs of which AssocId is from 1 to pMac->lim.gLimAssocStaLimit - 1.
However, valid range of AssocId should be from 1 to
pMac->lim.gLimAssocStaLimit. This will cause STA and peer leakage
when there is an STA using AssocID equal to pMac->lim.gLimAssocStaLimit.
Update the uppper limit to pMac->lim.gLimAssocStaLimit accordingly.

Change-Id: Ifec315c0ae69f8b93ce8b87601cca7cc13c6bc88
CRs-Fixed: 2230757
2018-05-15 13:54:17 -07:00
..
bmi qcacld-3.0: bmi: Remove legacy markings 2018-04-24 14:48:51 -07:00
cds qcacld-3.0: Fix typo "diable" 2018-05-12 04:30:06 -07:00
dp qcacld-3.0: Get txrx_pdev context from global cds_context 2018-05-15 13:54:12 -07:00
hdd qcacld-3.0: Add support to send A-MSDU aggregation type to firmware 2018-05-15 13:54:08 -07:00
mac qcacld-3.0: Correct AssocId range when stop BSS 2018-05-15 13:54:17 -07:00
pld qcacld-3.0: pld: Remove legacy markings 2018-04-24 14:48:41 -07:00
sap qcacld-3.0: Clear mac_ctx->sap.sapCtxList for SAP if SSR happen 2018-05-14 10:26:18 -07:00
sme qcacld-3.0: Add support to send A-MSDU aggregation type to firmware 2018-05-15 13:54:08 -07:00
wma qcacld-3.0: Add support to send A-MSDU aggregation type to firmware 2018-05-15 13:54:08 -07:00