linux_dsm_epyc7002/drivers/net/wireless/ath/ath6kl
Raja Mani e390af779d ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend
Using this patch, the user can bypass existing auto
suspend mode selection logic and force ath6kl to enter
into the suspend mode what he/she wants.

If the user doesn't choose any suspend mode while doing
insmod of the driver, auto suspend mode selection logic
will kick in and choose suspend mode based on the host
SDIO controller capability.

Generic module parameter is required to specify suspend
mode including Deep Sleep and WOW while doing insmod.
Renaming existing mod param variable suspend_cutpower
would be sufficient to meet this requirement.

New module parameter suspend_mode can take any one of
the below suspend state,
   1. cut power
   2. deep sleep
   3. wow

Signed-off-by: Raja Mani <rmani@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2012-01-30 21:22:54 +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: Fix bug in maintaining aggregation state in AP mode 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: Re-architect suspend mode handling in ath6kl_sdio_suspend 2012-01-30 21:22:54 +02:00
core.h ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend 2012-01-30 21:22:54 +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 ath6kl: use ath6kl_credit prefix consistently 2011-11-11 12:58:54 +02:00
init.c ath6kl: fix testmode when fw-2.bin or fw-3.bin is used 2012-01-30 21:08:45 +02:00
Kconfig ath6kl: add back beginnings of USB support 2012-01-18 13:59:51 +02:00
main.c ath6kl: Fix kernel panic during rx aggregation 2012-01-30 21:11:30 +02:00
Makefile ath6kl: add back beginnings of USB support 2012-01-18 13:59:51 +02:00
sdio.c ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend 2012-01-30 21:22:54 +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 kernel panic during rx aggregation 2012-01-30 21:11:30 +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