diff options
author | Ashok Nagarajan <ashok@cozybit.com> | 2012-04-30 17:20:29 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-05-08 21:53:57 -0400 |
commit | 431e31542383b71bc5f2642572a1e6ef07f1bb87 (patch) | |
tree | 39d2cbc1b9e4321b27b6938034de67c4dedcdf9f /net/mac80211/ieee80211_i.h | |
parent | ef9456a85dabe2222a4cb80fe8eef6361170c55d (diff) |
mac80211: Advertise HT protection mode in IEs
Signed-off-by: Ashok Nagarajan <ashok@cozybit.com>
Reviewed-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 6cd89d414f22..ae046b52d5e2 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1497,7 +1497,8 @@ u8 *ieee80211_ie_build_ht_cap(u8 *pos, struct ieee80211_sta_ht_cap *ht_cap, | |||
1497 | u16 cap); | 1497 | u16 cap); |
1498 | u8 *ieee80211_ie_build_ht_oper(u8 *pos, struct ieee80211_sta_ht_cap *ht_cap, | 1498 | u8 *ieee80211_ie_build_ht_oper(u8 *pos, struct ieee80211_sta_ht_cap *ht_cap, |
1499 | struct ieee80211_channel *channel, | 1499 | struct ieee80211_channel *channel, |
1500 | enum nl80211_channel_type channel_type); | 1500 | enum nl80211_channel_type channel_type, |
1501 | u16 prot_mode); | ||
1501 | 1502 | ||
1502 | /* internal work items */ | 1503 | /* internal work items */ |
1503 | void ieee80211_work_init(struct ieee80211_local *local); | 1504 | void ieee80211_work_init(struct ieee80211_local *local); |