diff options
author | Janusz Dziedzic <janusz.dziedzic@gmail.com> | 2013-03-21 15:47:56 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-22 14:13:42 +0100 |
commit | 67baf66339f82b5ddef5731caedb1e6db496818d (patch) | |
tree | 828716f2f60aec07f8c912ce0de7f89a3494b34e /net/mac80211/ieee80211_i.h | |
parent | mac80211: use ieee80211_p2p_noa_attr structure (diff) | |
download | linux-67baf66339f82b5ddef5731caedb1e6db496818d.tar.xz linux-67baf66339f82b5ddef5731caedb1e6db496818d.zip |
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 { u8 use_4addr; - u8 p2p_noa_index; + s16 p2p_noa_index; /* Signal strength from the last Beacon frame in the current BSS. */ int last_beacon_signal; |