All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/3] ath11k: add HE radiotap header support
@ 2022-02-17  1:21 ` Pradeep Kumar Chitrapu
  0 siblings, 0 replies; 14+ messages in thread
From: Pradeep Kumar Chitrapu @ 2022-02-17  1:21 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, Pradeep Kumar Chitrapu

This series address review comments from previous revision:
https://patchwork.kernel.org/project/linux-wireless/list/?series=328291&state=%2A&archive=both

Tested-on: QCN9074 hw1.0 PCI WLAN.HK.2.4.0.1-01725-QCAHKSWPL_SILICONZ-1

changes in v10:
 - rebase

changes in v9:
 - maintain rate_info in local

changes in v8:
 - move ieee80211_tx_status_ext out of spin lock

changes in v7:
 - use generic radiotap HE fields from
	include/net/ieee80211_radiotap.h
 - fix converting gi and ltf enums to match nl80211 enums when
	updating radiotap headers.
 - fix sparse warnings

Pradeep Kumar Chitrapu (3):
  ath11k: switch to using ieee80211_tx_status_ext()
  ath11k: decode HE status tlv
  ath11k: translate HE status to radiotap format

 drivers/net/wireless/ath/ath11k/dp_rx.c    | 111 ++++-
 drivers/net/wireless/ath/ath11k/dp_tx.c    |  32 +-
 drivers/net/wireless/ath/ath11k/hal_desc.h |   1 +
 drivers/net/wireless/ath/ath11k/hal_rx.c   | 471 ++++++++++++++++++---
 drivers/net/wireless/ath/ath11k/hal_rx.h   | 135 +++++-
 5 files changed, 670 insertions(+), 80 deletions(-)

-- 
2.17.1


-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

end of thread, other threads:[~2022-02-24  9:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-17  1:21 [PATCH v10 0/3] ath11k: add HE radiotap header support Pradeep Kumar Chitrapu
2022-02-17  1:21 ` Pradeep Kumar Chitrapu
2022-02-17  1:21 ` [PATCH v10 1/3] ath11k: switch to using ieee80211_tx_status_ext() Pradeep Kumar Chitrapu
2022-02-17  1:21   ` Pradeep Kumar Chitrapu
2022-02-21 10:52   ` Kalle Valo
2022-02-21 10:52     ` Kalle Valo
2022-02-24  9:01   ` Kalle Valo
2022-02-24  9:01     ` Kalle Valo
2022-02-17  1:21 ` [PATCH v10 2/3] ath11k: decode HE status tlv Pradeep Kumar Chitrapu
2022-02-17  1:21   ` Pradeep Kumar Chitrapu
2022-02-21 10:48   ` Kalle Valo
2022-02-21 10:48     ` Kalle Valo
2022-02-17  1:21 ` [PATCH v10 3/3] ath11k: translate HE status to radiotap format Pradeep Kumar Chitrapu
2022-02-17  1:21   ` Pradeep Kumar Chitrapu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.