aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorRon Rindjunsky <ron.rindjunsky@intel.com>2007-11-26 09:14:30 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 17:55:30 -0500
commit10816d40f2e9500057cb46d7608a362a1d10bb9b (patch)
treead026a7a9c9ac9458e2895f16a1f21f32e6a4b80 /net/mac80211/sta_info.h
parent82b3cad942ebf1f64798e6ec3c46c277822e1fce (diff)
mac80211: adding 802.11n HT framework definitions
New structures: - ieee80211_ht_info: describing STA's HT capabilities - ieee80211_ht_bss_info: describing BSS's HT characteristics Changed structures: - ieee80211_hw_mode: now also holds PHY HT capabilities for each HW mode - ieee80211_conf: ht_conf holds current self HT configuration ht_bss_conf holds current BSS HT configuration - flag IEEE80211_CONF_SUPPORT_HT_MODE added to indicate if HT use is desired - sta_info: now also holds Peer's HT capabilities Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r--net/mac80211/sta_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 8f7ebe41c024..e1a4ac1d48d7 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -99,6 +99,9 @@ struct sta_info {
99 99
100 u16 listen_interval; 100 u16 listen_interval;
101 101
102 struct ieee80211_ht_info ht_info; /* 802.11n HT capabilities
103 of this STA */
104
102#ifdef CONFIG_MAC80211_DEBUGFS 105#ifdef CONFIG_MAC80211_DEBUGFS
103 struct sta_info_debugfsdentries { 106 struct sta_info_debugfsdentries {
104 struct dentry *dir; 107 struct dentry *dir;