linux_old1/drivers/net/wireless/ath/ath6kl
Rishi Panjwani ef8f0eba5a ath6kl: Implement support for listen interval from userspace
In order to allow user space based control of listen interval, we use
available debugfs infrastructure. Listen interval implies how frequently
we want the WLAN chip to wake up and synchronize the beacons in case it
is in sleep mode. The command requires two parameters in the following order:

1) listen_interval_time
2) listen_interval_beacons

The user has to write the listen interval_time (in msecs) and
listen_interval_beacons (in no. of beacons) to the listen_interval file in
ath6kl debug directory.

Example:

echo "30 1" > listen_interval

Signed-off-by: Rishi Panjwani <rpanjwan@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2011-11-11 12:58:55 +02:00
..
Kconfig ath6kl: remove dependency to wireless extensions 2011-08-09 19:45:22 +03:00
Makefile ath6kl: move htc_hif to hif.c 2011-11-11 12:50:55 +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: add support for WPS 2011-11-11 12:58:54 +02:00
cfg80211.h ath6kl: Implement add_virtual_intf() and del_virtual_intf() 2011-11-11 12:58:52 +02:00
common.h ath6kl: move all credit distribution code to htc.c 2011-11-11 12:58:54 +02:00
core.h ath6kl: move all credit distribution code to htc.c 2011-11-11 12:58:54 +02:00
debug.c ath6kl: Implement support for listen interval from userspace 2011-11-11 12:58:55 +02:00
debug.h ath6kl: add debug messages for credit handling 2011-11-11 12:58:54 +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: add more boot debug messages 2011-11-11 12:58:54 +02:00
htc.h ath6kl: use ath6kl_credit prefix consistently 2011-11-11 12:58:54 +02:00
init.c ath6kl: use ath6kl_credit prefix consistently 2011-11-11 12:58:54 +02:00
main.c ath6kl: remove unused debug levels 2011-11-11 12:58:54 +02:00
sdio.c ath6kl: add more boot debug messages 2011-11-11 12:58:54 +02:00
target.h ath6kl: Configure inteface information at init time 2011-11-11 12:58:52 +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: Maintain virtual interface in a list 2011-11-11 12:58:52 +02:00
wmi.c ath6kl: Initialize target wlan values for every vif 2011-11-11 12:58:53 +02:00
wmi.h ath6kl: add support for WPS 2011-11-11 12:58:54 +02:00