mbox series

[0/6] ath11k: support WoW functionalities

Message ID 20211011193750.4891-1-cjhuang@codeaurora.org (mailing list archive)
Headers show
Series ath11k: support WoW functionalities | expand

Message

Carl Huang Oct. 11, 2021, 7:37 p.m. UTC
Ath11k WoW basic funtionalities are merged from ath10k such
as magic-pattern, PNO, disconnect and patterns.

Hw data filter and pktlog purge are required for ath11k.

ARP and NS offload, GTK rekey offload are new WoW features
implemented on ath11k. 

Carl Huang (6):
  ath11k: Add basic WoW functionalities
  ath11k: Add WoW net-detect functionality
  ath11k: implement hw data filter
  ath11k: purge rx pktlog when entering WoW
  ath11k: support ARP and NS offload
  ath11k: support GTK rekey offload

 drivers/net/wireless/ath/ath11k/core.c  |  29 +-
 drivers/net/wireless/ath/ath11k/core.h  |  31 ++
 drivers/net/wireless/ath/ath11k/dp_rx.c |   4 +-
 drivers/net/wireless/ath/ath11k/dp_rx.h |   2 +-
 drivers/net/wireless/ath/ath11k/htc.c   |   6 +
 drivers/net/wireless/ath/ath11k/htc.h   |   1 +
 drivers/net/wireless/ath/ath11k/mac.c   | 217 +++++++++-
 drivers/net/wireless/ath/ath11k/mac.h   |   1 +
 drivers/net/wireless/ath/ath11k/wmi.c   | 593 +++++++++++++++++++++++++
 drivers/net/wireless/ath/ath11k/wmi.h   | 343 ++++++++++++++-
 drivers/net/wireless/ath/ath11k/wow.c   | 747 ++++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath11k/wow.h   |  36 ++
 12 files changed, 1984 insertions(+), 26 deletions(-)

Comments

Kalle Valo Dec. 9, 2021, 5:45 p.m. UTC | #1
Carl Huang <cjhuang@codeaurora.org> writes:

> Ath11k WoW basic funtionalities are merged from ath10k such
> as magic-pattern, PNO, disconnect and patterns.
>
> Hw data filter and pktlog purge are required for ath11k.
>
> ARP and NS offload, GTK rekey offload are new WoW features
> implemented on ath11k. 

Had few minor comments, but this looked good. Next time remember to use
ath.git master branch as the baseline and use --base, makes it easier
for me to apply the patches.