diff options
author | Janusz Dziedzic <janusz.dziedzic@gmail.com> | 2013-03-21 10:47:56 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-22 09:13:42 -0400 |
commit | 67baf66339f82b5ddef5731caedb1e6db496818d (patch) | |
tree | 828716f2f60aec07f8c912ce0de7f89a3494b34e /net/mac80211/ieee80211_i.h | |
parent | 934457eeb0bbe9af1849d9201cb3fb81fd9fa4d0 (diff) |
mac80211: add P2P NoA settings
Add P2P NoA settings for STA mode.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
[fix docs]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index ae2d1754b792..55155e3b9b20 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -442,7 +442,7 @@ struct ieee80211_if_managed { | |||
442 | 442 | ||
443 | u8 use_4addr; | 443 | u8 use_4addr; |
444 | 444 | ||
445 | u8 p2p_noa_index; | 445 | s16 p2p_noa_index; |
446 | 446 | ||
447 | /* Signal strength from the last Beacon frame in the current BSS. */ | 447 | /* Signal strength from the last Beacon frame in the current BSS. */ |
448 | int last_beacon_signal; | 448 | int last_beacon_signal; |