[PATCH V5 1/3] nl80211: add support for setting fixed HE rate/gi/ltf
Johannes Berg
johannes at sipsolutions.net
Mon Aug 3 05:11:42 EDT 2020
On Mon, 2020-08-03 at 10:51 +0200, John Crispin wrote:
> From: Miles Hu <milehu at codeaurora.org>
>
> This patch adds the nl80211 structs, definitions, policies and parsing
> code required to pass fixed HE rate, gi and ltf settings.
Would be nice to capitalize acronyms like 'GI' and 'LTF' in free text
... :)
> [NL80211_TXRATE_VHT] = NLA_POLICY_EXACT_LEN_WARN(sizeof(struct nl80211_txrate_vht)),
> [NL80211_TXRATE_GI] = { .type = NLA_U8 },
> + [NL80211_TXRATE_HE] = NLA_POLICY_EXACT_LEN_WARN(sizeof(struct nl80211_txrate_he)),
_WARN is for backward compatibility, don't use it for new stuff.
But fixed those and applied.
johannes
More information about the ath11k
mailing list