diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-02-05 11:48:40 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-02-11 12:45:00 -0500 |
commit | ef429dadf33feeb150098dbe84ccaa877e3261f6 (patch) | |
tree | 221694dde4f30fa8f71182a427d34dd709b2821a /net/mac80211/ieee80211_i.h | |
parent | 8cef2c9df88fdd13f518e6607de9d664b31f26cc (diff) |
mac80211: introduce beacon-only timing data
In order to be able to predict the next DTIM TBTT
in the driver, add the ability to use timing data
from beacons only with the new hardware flag
IEEE80211_HW_TIMING_BEACON_ONLY and the BSS info
value sync_dtim_count which is only valid if the
timing data came from a beacon. The data can only
come from a beacon, and if no beacon was received
before association it is updated later together
with the DTIM count notification.
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 8e884fcbe79b..d794856933f2 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -86,7 +86,7 @@ struct ieee80211_fragment_entry { | |||
86 | 86 | ||
87 | 87 | ||
88 | struct ieee80211_bss { | 88 | struct ieee80211_bss { |
89 | u32 device_ts; | 89 | u32 device_ts_beacon, device_ts_presp; |
90 | 90 | ||
91 | bool wmm_used; | 91 | bool wmm_used; |
92 | bool uapsd_supported; | 92 | bool uapsd_supported; |