linux/drivers/net/wireless/ath/ath6kl
Kalle Valo c97a31b002 ath6kl: remove a workaround from ath6kl_cfg80211_stop()
There's a workaround in ath6kl_cfg80211_stop() which emits disconnected
even when sme_state was disconnected. This is legacy from the old
staging driver and I can't repoduce the old problem anymore. I assume the
bug got fixed while the driver was cleaned up so let's get
rid of the hack.

This makes it possible to call ath6kl_cfg80211_stop from ath6kl_close()
which happens in a followup patch.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2011-12-13 15:03:45 +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: remove a workaround from ath6kl_cfg80211_stop() 2011-12-13 15:03:45 +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: cleanup ath6kl_priv() 2011-12-13 14:46:22 +02:00
debug.c ath6kl: use a larger buffer for debug output 2011-11-24 14:28:16 +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: Enable multiple vif support 2011-11-21 19:47:08 +02:00
Kconfig ath6kl: enable USB support 2011-11-13 12:34:31 +02:00
main.c ath6kl: Use delayed key configuration for WAPI in AP mode 2011-12-13 14:21:30 +02:00
Makefile ath6kl: enable USB support 2011-11-13 12:34:31 +02:00
sdio.c ath6kl: Use mutex to protect dma buffer in sync read write 2011-11-21 19:47:09 +02:00
target.h ath6kl: add board address to struct ath6kl_hw 2011-11-16 10:22:33 +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: make maximum number of vifs runtime configurable 2011-11-16 10:22:34 +02:00
usb.c ath6kl: use hardware version names consistently 2011-11-16 10:22:33 +02:00
wmi.c ath6kl: make maximum number of vifs runtime configurable 2011-11-16 10:22:34 +02:00
wmi.h ath6kl: Increase the maximum number of connections in AP mode 2011-11-24 14:35:31 +02:00