]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite5b47918e2723645f61a498a127ce2c1301fb491
treef8a4d29db6012ad3468a5d9435562fc1f383209a
parent95b949ebbb8d24430cf059d9e04b962fa37b386d
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