Message ID | 20240725120035.493-1-quic_kangyang@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: ath12k: some fixes and clean up for monitor mode | expand |
On 7/25/2024 5:00 AM, kangyang wrote: > 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 Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
kangyang <quic_kangyang@quicinc.com> writes: > From: Kang Yang <quic_kangyang@quicinc.com> > > This patch set does some fixes and clean up for monitor mode. Please fix your SMTP From header, it's currently: kangyang <quic_kangyang@quicinc.com> It should be: Kang Yang <quic_kangyang@quicinc.com> When you fix that git won't include the extra From header to the mail body.
On 7/31/2024 7:19 PM, Kalle Valo wrote: > kangyang <quic_kangyang@quicinc.com> writes: > >> From: Kang Yang <quic_kangyang@quicinc.com> >> >> This patch set does some fixes and clean up for monitor mode. > > Please fix your SMTP From header, it's currently: > > kangyang <quic_kangyang@quicinc.com> > > It should be: > > Kang Yang <quic_kangyang@quicinc.com> > > When you fix that git won't include the extra From header to the mail body. > Thanks for the reminder, changed.
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