public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/7] wifi: ath12k: add support for WoW
@ 2024-05-10  6:47 Baochen Qiang
  2024-05-10  6:47 ` [PATCH 1/7] wifi: ath12k: implement WoW enable and wakeup commands Baochen Qiang
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Baochen Qiang @ 2024-05-10  6:47 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, quic_bqiang

Add support for WoW (Wakeup on Wireless) funtionalities, this including
magic-pattern, net-detect, disconnect and patterns, HW data filter, ARP
and NS offload, GTK rekey offload.

Also enable keepalive before suspend to avoid unexpected kick out by AP.

Baochen Qiang (7):
  wifi: ath12k: implement WoW enable and wakeup commands
  wifi: ath12k: add basic WoW functionalities
  wifi: ath12k: add WoW net-detect functionality
  wifi: ath12k: implement hardware data filter
  wifi: ath12k: support ARP and NS offload
  wifi: ath12k: support GTK rekey offload
  wifi: ath12k: handle keepalive during WoWLAN suspend and resume

 drivers/net/wireless/ath/ath12k/Makefile |   1 +
 drivers/net/wireless/ath/ath12k/core.c   |  48 +-
 drivers/net/wireless/ath/ath12k/core.h   |  37 +
 drivers/net/wireless/ath/ath12k/htc.c    |   6 +
 drivers/net/wireless/ath/ath12k/mac.c    | 252 ++++++-
 drivers/net/wireless/ath/ath12k/mac.h    |   4 +
 drivers/net/wireless/ath/ath12k/wmi.c    | 719 +++++++++++++++++++
 drivers/net/wireless/ath/ath12k/wmi.h    | 559 +++++++++++++++
 drivers/net/wireless/ath/ath12k/wow.c    | 878 +++++++++++++++++++++++
 drivers/net/wireless/ath/ath12k/wow.h    |  62 ++
 10 files changed, 2557 insertions(+), 9 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath12k/wow.c
 create mode 100644 drivers/net/wireless/ath/ath12k/wow.h


base-commit: 1025c616ee13372f3803b158abb1d87ef368ae3d
-- 
2.25.1



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-05-21 11:16 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-10  6:47 [PATCH 0/7] wifi: ath12k: add support for WoW Baochen Qiang
2024-05-10  6:47 ` [PATCH 1/7] wifi: ath12k: implement WoW enable and wakeup commands Baochen Qiang
2024-05-10 17:39   ` Jeff Johnson
2024-05-10  6:47 ` [PATCH 2/7] wifi: ath12k: add basic WoW functionalities Baochen Qiang
2024-05-10 17:39   ` Jeff Johnson
2024-05-10  6:47 ` [PATCH 3/7] wifi: ath12k: add WoW net-detect functionality Baochen Qiang
2024-05-10 17:39   ` Jeff Johnson
2024-05-10  6:47 ` [PATCH 4/7] wifi: ath12k: implement hardware data filter Baochen Qiang
2024-05-10 17:39   ` Jeff Johnson
2024-05-10  6:47 ` [PATCH 5/7] wifi: ath12k: support ARP and NS offload Baochen Qiang
2024-05-10 17:39   ` Jeff Johnson
2024-05-10  6:47 ` [PATCH 6/7] wifi: ath12k: support GTK rekey offload Baochen Qiang
2024-05-10 17:40   ` Jeff Johnson
2024-05-10  6:47 ` [PATCH 7/7] wifi: ath12k: handle keepalive during WoWLAN suspend and resume Baochen Qiang
2024-05-10 17:40   ` Jeff Johnson
2024-05-21  9:49 ` [PATCH 0/7] wifi: ath12k: add support for WoW Kalle Valo
2024-05-21 10:45   ` Baochen Qiang
2024-05-21 10:57     ` Baochen Qiang
2024-05-21 11:16     ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox