* [PATCH] ieee80211: add definition for 802.11ac information elements
@ 2013-08-01 6:16 Fred Zhou
2013-08-01 8:06 ` Johannes Berg
0 siblings, 1 reply; 2+ messages in thread
From: Fred Zhou @ 2013-08-01 6:16 UTC (permalink / raw)
To: linux-wireless; +Cc: johannes, Fred Zhou
Added element IDs for Extended BSS Load, VHT TX Power Envelope, AID, and Quiet Channel
Signed-off-by: Fred Zhou <fred.zy@gmail.com>
---
include/linux/ieee80211.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index b0dc87a..6b9e663 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -1709,6 +1709,10 @@ enum ieee80211_eid {
WLAN_EID_OPMODE_NOTIF = 199,
WLAN_EID_WIDE_BW_CHANNEL_SWITCH = 194,
WLAN_EID_CHANNEL_SWITCH_WRAPPER = 196,
+ WLAN_EID_EXTENDED_BSS_LOAD = 193,
+ WLAN_EID_VHT_TX_POWER_ENVELOPE = 195,
+ WLAN_EID_AID = 197,
+ WLAN_EID_QUIET_CHANNEL = 198,
/* 802.11ad */
WLAN_EID_NON_TX_BSSID_CAP = 83,
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ieee80211: add definition for 802.11ac information elements
2013-08-01 6:16 [PATCH] ieee80211: add definition for 802.11ac information elements Fred Zhou
@ 2013-08-01 8:06 ` Johannes Berg
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2013-08-01 8:06 UTC (permalink / raw)
To: Fred Zhou; +Cc: linux-wireless
On Thu, 2013-08-01 at 14:16 +0800, Fred Zhou wrote:
> Added element IDs for Extended BSS Load, VHT TX Power Envelope, AID, and Quiet Channel
Applied, but please reword the commit log in active voice next time and
break to less than 72 columns.
johannes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-01 8:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01 6:16 [PATCH] ieee80211: add definition for 802.11ac information elements Fred Zhou
2013-08-01 8:06 ` Johannes Berg
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).