diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-10-29 15:08:01 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-11-06 07:25:06 -0500 |
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 { | |||
473 | 473 | ||
474 | u8 use_4addr; | 474 | u8 use_4addr; |
475 | 475 | ||
476 | u8 p2p_noa_index; | ||
477 | |||
476 | /* Signal strength from the last Beacon frame in the current BSS. */ | 478 | /* Signal strength from the last Beacon frame in the current BSS. */ |
477 | int last_beacon_signal; | 479 | int last_beacon_signal; |
478 | 480 | ||