]> asedeno.scripts.mit.edu Git - linux.git/commit
mac80211: support max channel switch time element
authorSara Sharon <sara.sharon@intel.com>
Wed, 6 Feb 2019 11:17:09 +0000 (13:17 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 22 Feb 2019 12:42:54 +0000 (13:42 +0100)
commitee145775c1eb84bb76e71639425ec44c654fb868
tree9ff24832f0ec8301c1693821161683e17013c025
parent4d9ec73d2b78daf70477aadc50eb4d2186c8b62f
mac80211: support max channel switch time element

2018 REVmd of the spec introduces the max channel switch time
element which is optionally included in beacons/probes when there
is a channel switch / extended channel switch element.
The value represents the maximum delay between the time the AP
transmitted the last beacon in current channel and the expected
time of the first beacon in the new channel, in TU.

Parse the value and pass it to the driver.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/spectmgmt.c
net/mac80211/util.c