aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>2012-01-21 04:52:52 -0500
committerKalle Valo <kvalo@qca.qualcomm.com>2012-01-24 07:12:27 -0500
commit3fdc099109e75359e5de54c56478c06255850741 (patch)
tree90875415bcc1fb09f2f9ad838e9bbf3c4a17cb52 /drivers/mtd
parent17741c8db4f53200a51600d1644ee6a2b76f0984 (diff)
ath6kl: Fix bug in using tid given by addba/delba req events
The tid which is given in addba/delba req event is not just tid but also muxed with the assoc id (MSB 4 bits) which can be used to determine the corresponding connected station in softap mode. The actual tid is LSB 4 bits. Using the tid as it is with rx_tid[] would result in OOB or invalid memory access in AP mode. Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/mtd')
0 files changed, 0 insertions, 0 deletions