Linux-Wireless Archive mirror
 help / color / mirror / Atom feed
From: Baochen Qiang <quic_bqiang@quicinc.com>
To: <ath12k@lists.infradead.org>
Cc: <linux-wireless@vger.kernel.org>, <quic_bqiang@quicinc.com>
Subject: [PATCH 0/7] wifi: ath12k: add support for WoW
Date: Fri, 10 May 2024 14:47:41 +0800	[thread overview]
Message-ID: <20240510064748.369452-1-quic_bqiang@quicinc.com> (raw)

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


             reply	other threads:[~2024-05-10  6:48 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-10  6:47 Baochen Qiang [this message]
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 11:16     ` Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240510064748.369452-1-quic_bqiang@quicinc.com \
    --to=quic_bqiang@quicinc.com \
    --cc=ath12k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).