diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-10-29 20:08:01 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-11-06 13:25:06 +0100 |
commit | 488dd7b53de9ea41edf7a475be63da51bdd05093 (patch) | |
tree | b82d9759fe904962dab69d4b641c512d3202a8f6 /net/mac80211/ieee80211_i.h | |
parent | 0ee453552f0b1ea87f6f50a077b0ed9d9ac7d6ac (diff) |
mac80211: pass P2P powersave parameters to driver
While connected to a GO, parse the P2P NoA attribute
and pass the CT Window and opportunistic powersave
parameters to the driver.
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, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index d272e0cabc37..e1fb97cc9a41 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -473,6 +473,8 @@ struct ieee80211_if_managed { u8 use_4addr; + u8 p2p_noa_index; + /* Signal strength from the last Beacon frame in the current BSS. */ int last_beacon_signal; |