cfg80211: move TSF into IEs
authorJohannes Berg <johannes.berg@intel.com>
Tue, 5 Feb 2013 15:54:31 +0000 (16:54 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Feb 2013 17:44:59 +0000 (18:44 +0100)
commit8cef2c9df88fdd13f518e6607de9d664b31f26cc
treef8a4d29db6012ad3468a5d9435562fc1f383209a
parent83c7aa1a1475ae1c42640ab6e4559016142efc67
cfg80211: move TSF into IEs

While technically the TSF isn't an IE, it can be
necessary to distinguish between the TSF from a
beacon and a probe response, in particular in
order to know the next DTIM TBTT, as not all APs
are spec compliant wrt. TSF==0 being a DTIM TBTT
and thus the DTIM count needs to be taken into
account as well.

To allow this, move the TSF into the IE struct
so it can be known whence it came.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mwifiex/sta_ioctl.c
include/net/cfg80211.h
net/mac80211/ibss.c
net/mac80211/mlme.c
net/wireless/nl80211.c
net/wireless/scan.c