mbox series

[v6,0/8] wifi: ath12k: some fixes and clean up for monitor mode

Message ID 20241022110831.974-1-quic_kangyang@quicinc.com (mailing list archive)
Headers show
Series wifi: ath12k: some fixes and clean up for monitor mode | expand

Message

Kang Yang Oct. 22, 2024, 11:08 a.m. UTC
This patch set does some fixes and clean up for monitor mode.

v6:
    1. mention the change is also needed by QCN9274 in patch 2-5.
    2. mention the change is cleanup for patch 6.
v5:
    1. rebase on tag: ath/ath12k-mlo.
    2. remove patches which have conflicts with MLO branch.
v4: rebase on tag: ath/main(ath-202410161539).
v3: rebase on tag: ath/main(ath-202410111606).
v2: rebase on tag: ath-202410072115.

Kang Yang (8):
  wifi: ath12k: remove unused variable monitor_present
  wifi: ath12k: fix struct hal_rx_ppdu_end_user_stats
  wifi: ath12k: fix struct hal_rx_ppdu_start
  wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_info
  wifi: ath12k: fix struct hal_rx_mpdu_start
  wifi: ath12k: delete NSS and TX power setting for monitor vdev
  wifi: ath12k: use tail MSDU to get MSDU information
  wifi: ath12k: fix A-MSDU indication in monitor mode

 drivers/net/wireless/ath/ath12k/core.h        |   9 +-
 .../wireless/ath/ath12k/debugfs_htt_stats.c   |   8 --
 drivers/net/wireless/ath/ath12k/dp_mon.c      | 108 ++++++++++--------
 drivers/net/wireless/ath/ath12k/hal_rx.h      |  53 +++++----
 drivers/net/wireless/ath/ath12k/mac.c         |  14 ---
 5 files changed, 97 insertions(+), 95 deletions(-)


base-commit: d9a3c1c3649e000fe709b6fdbf94b1069a5d6778

Comments

Jeff Johnson Oct. 23, 2024, 5:19 p.m. UTC | #1
On Tue, 22 Oct 2024 19:08:23 +0800, Kang Yang wrote:
> This patch set does some fixes and clean up for monitor mode.
> 
> v6:
>     1. mention the change is also needed by QCN9274 in patch 2-5.
>     2. mention the change is cleanup for patch 6.
> v5:
>     1. rebase on tag: ath/ath12k-mlo.
>     2. remove patches which have conflicts with MLO branch.
> v4: rebase on tag: ath/main(ath-202410161539).
> v3: rebase on tag: ath/main(ath-202410111606).
> v2: rebase on tag: ath-202410072115.
> 
> [...]

Applied, thanks!

[1/8] wifi: ath12k: remove unused variable monitor_present
      commit: 4d05ee786e32179ea462d632f717aa89d3b06b41
[2/8] wifi: ath12k: fix struct hal_rx_ppdu_end_user_stats
      commit: 68e6a80b36197a2be22fdee9077509d37515f0df
[3/8] wifi: ath12k: fix struct hal_rx_ppdu_start
      commit: 2298e37ac0586fb53697e53719f86ab7c68d1f25
[4/8] wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_info
      commit: 04f33114af00317dc3c494e60a7c42292e0ffd7e
[5/8] wifi: ath12k: fix struct hal_rx_mpdu_start
      commit: f76bbedf5bda1e45339f44bbb9ed6d8f3262f4b0
[6/8] wifi: ath12k: delete NSS and TX power setting for monitor vdev
      commit: 78d2405fd51b6919a5f645db41f3bc8b2267d426
[7/8] wifi: ath12k: use tail MSDU to get MSDU information
      commit: bba112e6ed9b65e8abf0e3f9ac65ee851b14a8cf
[8/8] wifi: ath12k: fix A-MSDU indication in monitor mode
      commit: f7b982d13df72dbf8c1f3f98fadc9d9155608ecc

Best regards,