public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/11] wifi: ath12k: some fixes and clean up for monitor mode
@ 2024-10-16  6:56 Kang Yang
  2024-10-16  6:56 ` [PATCH v3 01/11] wifi: ath12k: remove unused variable monitor_present Kang Yang
                   ` (10 more replies)
  0 siblings, 11 replies; 21+ messages in thread
From: Kang Yang @ 2024-10-16  6:56 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, quic_kangyang

This patch set does some fixes and clean up for monitor mode.

v3: rebase on tag: ath/main(ath-202410111606).
v2: rebase on tag: ath-202410072115.

Kang Yang (11):
  wifi: ath12k: remove unused variable monitor_present
  wifi: ath12k: optimize storage size for struct ath12k
  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: properly handling the state variables of monitor mode
  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
  wifi: ath12k: delete mon reap timer

 drivers/net/wireless/ath/ath12k/core.c   |   5 ++
 drivers/net/wireless/ath/ath12k/core.h   |  23 +++--
 drivers/net/wireless/ath/ath12k/dp.c     |  25 ------
 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    |  24 +++--
 6 files changed, 115 insertions(+), 122 deletions(-)


base-commit: 69eabe24843f238e79a6dbbd2b3fcc8eef39d6b8
-- 
2.34.1


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

end of thread, other threads:[~2024-10-28  7:16 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-16  6:56 [PATCH v3 00/11] wifi: ath12k: some fixes and clean up for monitor mode Kang Yang
2024-10-16  6:56 ` [PATCH v3 01/11] wifi: ath12k: remove unused variable monitor_present Kang Yang
2024-10-16  6:56 ` [PATCH v3 02/11] wifi: ath12k: optimize storage size for struct ath12k Kang Yang
2024-10-16  6:56 ` [PATCH v3 03/11] wifi: ath12k: fix struct hal_rx_ppdu_end_user_stats Kang Yang
2024-10-21  8:45   ` Kalle Valo
2024-10-21  8:50     ` Kalle Valo
2024-10-21  9:32       ` Kang Yang
2024-10-28  7:16         ` Kalle Valo
2024-10-16  6:56 ` [PATCH v3 04/11] wifi: ath12k: fix struct hal_rx_ppdu_start Kang Yang
2024-10-16  6:56 ` [PATCH v3 05/11] wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_info Kang Yang
2024-10-16  6:56 ` [PATCH v3 06/11] wifi: ath12k: fix struct hal_rx_mpdu_start Kang Yang
2024-10-16  6:56 ` [PATCH v3 07/11] wifi: ath12k: properly handling the state variables of monitor mode Kang Yang
2024-10-16  6:56 ` [PATCH v3 08/11] wifi: ath12k: delete NSS and TX power setting for monitor vdev Kang Yang
2024-10-21  8:46   ` Kalle Valo
2024-10-21  9:21     ` Kang Yang
2024-10-28  7:13       ` Kalle Valo
2024-10-16  6:56 ` [PATCH v3 09/11] wifi: ath12k: use tail MSDU to get MSDU information Kang Yang
2024-10-16  6:56 ` [PATCH v3 10/11] wifi: ath12k: fix A-MSDU indication in monitor mode Kang Yang
2024-10-16  6:57 ` [PATCH v3 11/11] wifi: ath12k: delete mon reap timer Kang Yang
2024-10-21  8:47   ` Kalle Valo
2024-10-21  9:20     ` Kang Yang

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