mbox series

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

Message ID 20241018054620.2080-1-quic_kangyang@quicinc.com
Headers show
Series wifi: ath12k: some fixes and clean up for monitor mode | expand

Message

Kang Yang Oct. 18, 2024, 5:46 a.m. UTC
This patch set does some fixes and clean up for monitor mode.

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      | 107 ++++++++++--------
 drivers/net/wireless/ath/ath12k/hal_rx.h      |  53 +++++----
 drivers/net/wireless/ath/ath12k/mac.c         |  14 ---
 5 files changed, 98 insertions(+), 93 deletions(-)


base-commit: f7ffb7753c52eb06feaebb62c5f392e05fa3412b

Comments

Kang Yang Oct. 18, 2024, 5:50 a.m. UTC | #1
On 10/18/2024 1:46 PM, Kang Yang wrote:
> This patch set does some fixes and clean up for monitor mode.
> 
> 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      | 107 ++++++++++--------
>   drivers/net/wireless/ath/ath12k/hal_rx.h      |  53 +++++----
>   drivers/net/wireless/ath/ath12k/mac.c         |  14 ---
>   5 files changed, 98 insertions(+), 93 deletions(-)
> 
> 
> base-commit: f7ffb7753c52eb06feaebb62c5f392e05fa3412b
Note:
Other three patches will continue to send public review when MLO is merged.
wifi: ath12k: optimize storage size for struct ath12k
wifi: ath12k: properly handling the state variables of monitor mode
wifi: ath12k: delete mon reap timer

I tired on (tag: ath12k-mlo-202410171313, origin/ath12k-mlo) and (tag: 
ath12k-mlo-qcn9274-202410171314, origin/ath12k-mlo-qcn9274). Both of 
them can directly apply this patch-set.