android_kernel_xiaomi_sm8350/core
Arif Hussain 2fd002410a qcacld-3.0: Fix the wrap-around issue in rrm_fill_beacon_ies
Currently BcnNumIes is uint8_t, which is used to hold ie length,
and it cannot be used to hold if ie length is greater than 255,
it will wrap-around to zero or smaller number.

So change BcnNumIes variable type from uint8_t to uint16_t.

Also change to bss desc copy logic in
sme_rrm_send_beacon_report_xmit_ind function.

Change-Id: Ie92a9afbf6e3674a0730f5f48210424b1d34386d
CRs-Fixed: 2124579
2017-10-19 11:40:03 -07:00
..
bmi qcacld-3.0: Fix KW issue for unlock rx_hash_lock and initializing cap 2017-10-13 12:12:41 -07:00
cds qcacld-3.0: Make max msdus per pkt configurable 2017-10-18 19:42:10 -07:00
dp qcacld-3.0: Make max msdus per pkt configurable 2017-10-18 19:42:10 -07:00
hdd qcacld-3.0: Relocate & rename "requested BSSID" field 2017-10-19 05:40:42 -07:00
mac qcacld-3.0: Fix the wrap-around issue in rrm_fill_beacon_ies 2017-10-19 11:40:03 -07:00
pld qcacld-3.0: Enable SDIO based WLAN self-recovery 2017-09-29 05:40:09 -07:00
sap qcacld-3.0: Remove legacy P2P codes in SAP 2017-10-18 23:50:55 -07:00
sme qcacld-3.0: Fix the wrap-around issue in rrm_fill_beacon_ies 2017-10-19 11:40:03 -07:00
wma qcacld-3.0: Remove legacy P2P codes in WMA 2017-10-18 23:50:53 -07:00