linux/drivers/net/wireless/ath/ath6kl
Rishi Panjwani 116b3a2e0f ath6kl: Implement support for background scan control from userspace
In order to allow user space based control of background scan interval,
we use available debugfs infrastructure. The feature has been added for
testing purposes. The user has to write the bgscan interval (in secs) to
the bgscan_interval file in ath6kl debug directory. To disable bgscan,
a '0' is to be written to the bgscan_interval file.

Example:

echo "2" > bgscan_interval

This will make the background scan interval as 2 seconds

kvalo: changed implementation so that there's only one call to
ath6kl_wmi_scanparams_cmd()

Signed-off-by: Rishi Panjwani <rpanjwan@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2011-11-11 12:50:57 +02:00
..
bmi.c ath6kl: fix busy loop in ath6kl_bmi_get_rx_lkahd() 2011-09-16 18:48:34 +03:00
bmi.h ath6kl: Add beginning of AR6004 initialisation support 2011-08-31 10:10:53 +03:00
cfg80211.c ath6kl: Allow CCKM AKM and KRK to be configured 2011-11-11 12:50:56 +02:00
cfg80211.h Add ath6kl cleaned up driver 2011-08-09 19:45:18 +03:00
common.h ath6kl: Remove the unused node table implementation 2011-09-22 10:07:59 +03:00
core.h ath6kl: Add debugfs control for keepalive and disconnection timeout 2011-11-11 12:50:56 +02:00
debug.c ath6kl: Implement support for background scan control from userspace 2011-11-11 12:50:57 +02:00
debug.h ath6kl: add debug level for hif 2011-11-11 12:50:57 +02:00
hif-ops.h ath6kl: add debug level for hif 2011-11-11 12:50:57 +02:00
hif.c ath6kl: add debug level for hif 2011-11-11 12:50:57 +02:00
hif.h ath6kl: move remaining content from htc_hif.h to hif.h 2011-11-11 12:50:55 +02:00
htc.c ath6kl: don't dump full htc packets 2011-11-11 12:50:57 +02:00
htc.h ath6kl: Minor cleanup in msg_look_ahead parameter in ath6kl_htc_rxmsg_pending_handler() 2011-11-11 12:50:55 +02:00
init.c ath6kl: fix firmware start address for ar6003 hw2.0 2011-11-11 12:50:56 +02:00
Kconfig ath6kl: remove dependency to wireless extensions 2011-08-09 19:45:22 +03:00
main.c ath6kl: make sure WLAN power save is enabled during suspend 2011-11-11 12:50:55 +02:00
Makefile ath6kl: move htc_hif to hif.c 2011-11-11 12:50:55 +02:00
sdio.c ath6kl: unbreak suspend 2011-11-11 12:50:57 +02:00
target.h ath6kl: read firmware start address from hardware 2011-09-16 18:48:34 +03: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 null skb dereference in ath6kl_rx() 2011-11-11 12:50:56 +02:00
wmi.c ath6kl: Add debugfs control for keepalive and disconnection timeout 2011-11-11 12:50:56 +02:00
wmi.h ath6kl: Add debugfs files for roaming control 2011-11-11 12:50:56 +02:00