public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 00/11] wifi: ath12k: some fixes and clean up for monitor mode
@ 2024-07-25 12:00 kangyang
  2024-07-25 12:00 ` [PATCH 01/11] wifi: ath12k: remove unused variable monitor_present kangyang
                   ` (12 more replies)
  0 siblings, 13 replies; 31+ messages in thread
From: kangyang @ 2024-07-25 12:00 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, quic_kangyang

From: Kang Yang <quic_kangyang@quicinc.com>

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

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 | 108 ++++++++++++-----------
 drivers/net/wireless/ath/ath12k/hal_rx.h |  53 ++++++-----
 drivers/net/wireless/ath/ath12k/mac.c    |  24 +++--
 6 files changed, 114 insertions(+), 124 deletions(-)


base-commit: db1ce56e6e1d395dd42a3cd6332a871d9be59c45
-- 
2.34.1



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

end of thread, other threads:[~2024-08-01  6:09 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 12:00 [PATCH 00/11] wifi: ath12k: some fixes and clean up for monitor mode kangyang
2024-07-25 12:00 ` [PATCH 01/11] wifi: ath12k: remove unused variable monitor_present kangyang
2024-07-26  0:11   ` Jeff Johnson
2024-07-25 12:00 ` [PATCH 02/11] wifi: ath12k: optimize storage size for struct ath12k kangyang
2024-07-26  0:13   ` Jeff Johnson
2024-07-25 12:00 ` [PATCH 03/11] wifi: ath12k: fix struct hal_rx_ppdu_end_user_stats kangyang
2024-07-26  0:14   ` Jeff Johnson
2024-07-25 12:00 ` [PATCH 04/11] wifi: ath12k: fix struct hal_rx_ppdu_start kangyang
2024-07-26  0:17   ` Jeff Johnson
2024-07-31 11:17     ` Kalle Valo
2024-07-31 11:22       ` Kalle Valo
2024-07-31 13:55         ` Jeff Johnson
2024-07-25 12:00 ` [PATCH 05/11] wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_info kangyang
2024-07-26  0:17   ` Jeff Johnson
2024-07-25 12:00 ` [PATCH 06/11] wifi: ath12k: fix struct hal_rx_mpdu_start kangyang
2024-07-26  0:17   ` Jeff Johnson
2024-07-25 12:00 ` [PATCH 07/11] wifi: ath12k: properly handling the state variables of monitor mode kangyang
2024-07-26  0:17   ` Jeff Johnson
2024-07-25 12:00 ` [PATCH 08/11] wifi: ath12k: delete NSS and TX power setting for monitor vdev kangyang
2024-07-26  0:17   ` Jeff Johnson
2024-07-25 12:00 ` [PATCH 09/11] wifi: ath12k: use tail MSDU to get MSDU information kangyang
2024-07-26  0:17   ` Jeff Johnson
2024-07-25 12:00 ` [PATCH 10/11] wifi: ath12k: fix A-MSDU indication in monitor mode kangyang
2024-07-26  0:18   ` Jeff Johnson
2024-07-25 12:00 ` [PATCH 11/11] wifi: ath12k: delete mon reap timer kangyang
2024-07-26  0:18   ` Jeff Johnson
     [not found]     ` <52318022dbe745da8b18892c26d78bec@realtek.com>
2024-07-26 17:04       ` Jeff Johnson
2024-07-26 17:02   ` Jeff Johnson
2024-07-26  0:11 ` [PATCH 00/11] wifi: ath12k: some fixes and clean up for monitor mode Jeff Johnson
2024-07-31 11:19 ` Kalle Valo
2024-08-01  6:08   ` Kang Yang

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