mac80211: parse VHT channel switch IEs
authorJohannes Berg <johannes.berg@intel.com>
Tue, 26 Mar 2013 13:54:16 +0000 (14:54 +0100)
committerChristian Lamparter <chunkeey@googlemail.com>
Fri, 31 May 2013 15:30:55 +0000 (17:30 +0200)
commit70b682bdcd46f6a51bf31f100ee3e5e27240f8ec
tree7a552b755df3675f2171005dc73daf4dd656a06d
parent1910abf4e1818b93b253c1715f74a2e15ef7f6c4
mac80211: parse VHT channel switch IEs

VHT introduces multiple IEs that need to be parsed for a
wide bandwidth channel switch. Two are (currently) needed
in mac80211:
 * wide bandwidth channel switch element
 * channel switch wrapper element

The former is contained in the latter for beacons and probe
responses, but not for the spectrum management action frames
so the IE parser needs a new argument to differentiate them.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
include/linux/ieee80211.h