android_kernel_xiaomi_sm8350/core/sme
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
..
inc qcacld-3.0: Remove legacy P2P codes in SME 2017-10-18 23:50:51 -07:00
src qcacld-3.0: Fix the wrap-around issue in rrm_fill_beacon_ies 2017-10-19 11:40:03 -07:00