alistair23-linux/drivers/net/wireless/ath/ath6kl
Vasanthakumar Thiagarajan 3fdc099109 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>
2012-01-24 14:12:27 +02:00
..
bmi.c ath6kl: add back beginnings of USB support 2012-01-18 13:59:51 +02:00
bmi.h ath6kl: change bmi sizes being configurable by HIF 2011-11-13 12:34:29 +02:00
cfg80211.c ath6kl: Define a structure for connection specific aggregation information 2012-01-24 14:12:27 +02:00
cfg80211.h ath6kl: create core.c 2012-01-18 13:59:49 +02:00
common.h ath6kl: create core.c 2012-01-18 13:59:49 +02:00
core.c ath6kl: create ath6kl_core.ko 2012-01-18 13:59:51 +02:00
core.h ath6kl: Define a structure for connection specific aggregation information 2012-01-24 14:12:27 +02:00
debug.c ath6kl: create ath6kl_core.ko 2012-01-18 13:59:51 +02:00
debug.h ath6kl: add back beginnings of USB support 2012-01-18 13:59:51 +02:00
hif-ops.h ath6kl: move diag commands to hif driver 2011-11-13 12:34:29 +02:00
hif.c ath6kl: add back beginnings of USB support 2012-01-18 13:59:51 +02:00
hif.h ath6kl: AR6004 SDIO support 2011-11-13 12:34:30 +02:00
htc.c ath6kl: add back beginnings of USB support 2012-01-18 13:59:51 +02:00
htc.h
init.c ath6kl: create ath6kl_core.ko 2012-01-18 13:59:51 +02:00
Kconfig ath6kl: add back beginnings of USB support 2012-01-18 13:59:51 +02:00
main.c ath6kl: Pass vif instead of ar to ath6kl_add_new_sta() 2012-01-24 14:12:27 +02:00
Makefile ath6kl: add back beginnings of USB support 2012-01-18 13:59:51 +02:00
sdio.c ath6kl: Fix memory leak when unloading ath6kl_sdio 2012-01-24 14:12:26 +02:00
target.h ath6kl: add board address to struct ath6kl_hw 2011-11-16 10:22:33 +02:00
testmode.c ath6kl: send TCMD response through testmode events 2012-01-02 18:50:42 +02:00
testmode.h ath6kl: send TCMD response through testmode events 2012-01-02 18:50:42 +02:00
txrx.c ath6kl: Fix bug in using tid given by addba/delba req events 2012-01-24 14:12:27 +02:00
usb.c ath6kl: add back beginnings of USB support 2012-01-18 13:59:51 +02:00
wmi.c ath6kl: get rid of AR_DBG_LVL_CHECK() 2012-01-18 13:59:49 +02:00
wmi.h ath6kl: Add support for uAPSD 2012-01-13 13:48:25 +02:00