linux/drivers/net/wireless/ath/ath6kl
Vasanthakumar Thiagarajan 7cefa44f14 ath6kl: Fix bug in setting default key index for tx in AP mode
vif->def_txkey_index is set to key_index in ath6kl_cfg80211_add_key().
If the interface is configured with multiple static wep keys,
vif->def_txkey_index would be holding the index of the last key configured,
not the default tx key index. Remove this unnecessary default key index setting
in ath6kl_cfg80211_add_key() to configure the right key index in WEP thereby
make it work when multiple wep keys are configured.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2011-11-13 12:44:28 +02:00
..
bmi.c ath6kl: add USB support 2011-11-13 12:34:30 +02:00
bmi.h ath6kl: change bmi sizes being configurable by HIF 2011-11-13 12:34:29 +02:00
cfg80211.c ath6kl: Fix bug in setting default key index for tx in AP mode 2011-11-13 12:44:28 +02:00
cfg80211.h ath6kl: Add new state for WOW mode 2011-11-11 12:59:59 +02:00
common.h ath6kl: Add support for configuring SMS4 keys 2011-11-13 10:57:38 +02:00
core.h ath6kl: add hif_type 2011-11-13 12:34:30 +02:00
debug.c ath6kl: Fix error in writing create_qos debugfs 2011-11-11 13:00:01 +02:00
debug.h ath6kl: add USB support 2011-11-13 12:34:30 +02:00
hif-ops.h ath6kl: move diag commands to hif driver 2011-11-13 12:34:29 +02:00
hif.c ath6kl: disable HTC for USB devices 2011-11-13 12:34:30 +02:00
hif.h ath6kl: AR6004 SDIO support 2011-11-13 12:34:30 +02:00
htc.c ath6kl: disable HTC for USB devices 2011-11-13 12:34:30 +02:00
htc.h ath6kl: use ath6kl_credit prefix consistently 2011-11-11 12:58:54 +02:00
init.c ath6kl: firmware boot fixes for ar6004 2011-11-13 12:34:30 +02:00
Kconfig ath6kl: enable USB support 2011-11-13 12:34:31 +02:00
main.c ath6kl: move diag commands to hif driver 2011-11-13 12:34:29 +02:00
Makefile ath6kl: enable USB support 2011-11-13 12:34:31 +02:00
sdio.c ath6kl: enable USB support 2011-11-13 12:34:31 +02:00
target.h ath6kl: update ar6004 definitions 2011-11-13 12:34:29 +02:00
testmode.c ath6kl: add testmode support 2011-09-01 10:14:21 +03:00
testmode.h ath6kl: fix compilation when NL80211_TESTMODE is disabled 2011-09-01 12:04:59 +03:00
txrx.c ath6kl: Fix packet drop when ath6kl_cookie runs out 2011-11-13 11:30:08 +02:00
usb.c ath6kl: add USB support 2011-11-13 12:34:30 +02:00
wmi.c ath6kl: Fix target minimum length requirement for WMI_SEND_PROBE_RESPONSE_CMDID 2011-11-13 12:31:50 +02:00
wmi.h ath6kl: Remove few unused WMI stuff 2011-11-11 13:00:00 +02:00