summaryrefslogtreecommitdiff
path: root/uapi/linux/osapi_linux.h
diff options
context:
space:
mode:
authorArif Hussain <arifhussain@codeaurora.org>2017-10-18 15:33:11 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-10-18 16:49:08 -0700
commit76f291b42a95f145a7b763865f8ec75a445a3129 (patch)
treecb46dca65ffbd79f3748f63c81625ecf54f3963c /uapi/linux/osapi_linux.h
parentc89fe423bc46972bc3f6f82b5d950ef2d497edda (diff)
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
Diffstat (limited to 'uapi/linux/osapi_linux.h')
0 files changed, 0 insertions, 0 deletions