From: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
To: ath11k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org,
Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Subject: [PATCH v9 0/3] ath11k: add HE radiotap header support
Date: Sun, 4 Apr 2021 05:52:32 -0700 [thread overview]
Message-ID: <20210404125235.5589-1-pradeepc@codeaurora.org> (raw)
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 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 | 114 ++++-
drivers/net/wireless/ath/ath11k/dp_tx.c | 31 +-
drivers/net/wireless/ath/ath11k/hal_desc.h | 1 +
drivers/net/wireless/ath/ath11k/hal_rx.c | 470 ++++++++++++++++++---
drivers/net/wireless/ath/ath11k/hal_rx.h | 135 +++++-
5 files changed, 669 insertions(+), 82 deletions(-)
--
2.17.1
next reply other threads:[~2021-04-04 12:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-04 12:52 Pradeep Kumar Chitrapu [this message]
2021-04-04 12:52 ` [PATCH v9 1/3] ath11k: switch to using ieee80211_tx_status_ext() Pradeep Kumar Chitrapu
2021-12-08 15:41 ` Kalle Valo
2021-04-04 12:52 ` [PATCH v9 2/3] ath11k: decode HE status tlv Pradeep Kumar Chitrapu
2021-04-04 12:52 ` [PATCH v9 3/3] ath11k: translate HE status to radiotap format Pradeep Kumar Chitrapu
2021-04-22 18:36 ` Pradeep Kumar Chitrapu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210404125235.5589-1-pradeepc@codeaurora.org \
--to=pradeepc@codeaurora.org \
--cc=ath11k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).