Search Linux Wireless

[WIP 00/11] Add support for Wake on Wireless

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Mohammed Shafi Shajakhan <mohammed@xxxxxxxxxxxxxxxx>

*this patch set adds initial code support for WoW in
ath9k, offloading features of WoW is not yet added.
*this had to be completely tested, its not working currently
 and there are few known issues that need to be addressed.

thanks to

"Russell Hu" <rhu@xxxxxxxxxxxxxxxx>
"Aeolus Yang" <aeolus@xxxxxxxxxxxxxxxx>
Senthil Balasubramanian <senthilb@xxxxxxxxxxxxxxxx>
Rajkumar Manoharan <rmanohar@xxxxxxxxxxxxxxxx>
Raja Mani <rmani@xxxxxxxxxxxxxxxx>
and Luis for his initial WoW patches and help

once this is properly tested and working,
we will send it patches, with issues fixed.

Mohammed Shafi Shajakhan (11):
  ath9k_hw: Add register definitions for WoW support
  ath9k: Add definitions and structures to support WoW
  ath9k_hw: Add WoW hardware capability flags
  ath9k_hw: advertise WoW support for capable chipsets
  ath9k: advertise supported WoW flags to upper layer
  ath9k_hw: INI changes for WoW for AR9002 chipsets
  ath9k_hw: Add hardware code for WoW
  ath9k: Add WoW related mac80211 callbacks
  ath: Add Wake-on-Wireless debug mask
  ath9k: Add debug messages for WoW
  ath9k: do not disable hardware while wow is enabled

 drivers/net/wireless/ath/ath.h                   |    2 +
 drivers/net/wireless/ath/ath9k/Makefile          |    1 +
 drivers/net/wireless/ath/ath9k/ar9002_hw.c       |    5 +
 drivers/net/wireless/ath/ath9k/ar9002_initvals.h |   14 +
 drivers/net/wireless/ath/ath9k/ath9k.h           |   30 ++
 drivers/net/wireless/ath/ath9k/hw.c              |    8 +
 drivers/net/wireless/ath/ath9k/hw.h              |   74 +++
 drivers/net/wireless/ath/ath9k/init.c            |   21 +-
 drivers/net/wireless/ath/ath9k/main.c            |  453 ++++++++++++++++++-
 drivers/net/wireless/ath/ath9k/pci.c             |    6 +
 drivers/net/wireless/ath/ath9k/reg.h             |  170 +++++++-
 drivers/net/wireless/ath/ath9k/wow.c             |  547 ++++++++++++++++++++++
 12 files changed, 1319 insertions(+), 12 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/wow.c

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux