Re: [PATCH v2 6/8] mac80211: add definition for transmit power envelope element
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2021-08-26 08:30:43
Also in:
ath11k
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2021-08-26 08:30:43
Also in:
ath11k
On Fri, 2021-08-20 at 08:20 -0400, Wen Gong wrote:
IEEE Std 802.11ax™-2021 have some change for transmit power envelope element. This patch to add the definition of it.
Generally: I'm sure Kalle has some page on this, but your commit messages could use some work - you don't need to say "this patch" for example, that's entirely obvious :)
+/**
not actually kernel-doc, but I can fix
+ * In "9.4.2.161 Transmit Power Envelope element" of "IEEE Std 802.11ax-2021", + * it show 4 types in "Table 9-275a-Maximum Transmit Power Interpretation subfield encoding". + * And it has 2 category for each type in "Table E-12-Regulatory Info subfield encoding in the United States". + * So it it totally max 8 Transmit Power Envelope element.
very long lines, will fix that too johannes