mac80211: handle operating mode notif in beacon/assoc response
authorJohannes Berg <johannes.berg@intel.com>
Thu, 7 Feb 2013 21:24:55 +0000 (22:24 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Feb 2013 08:41:34 +0000 (09:41 +0100)
commitbee7f58699a406a4210ba9e0367bae7ac666abd0
tree9925ff46a41d09667fe797460b2d3ccb07fed4dd
parent18942d3be0e0e67aa40550ce3266e48b51845d52
mac80211: handle operating mode notif in beacon/assoc response

In beacons and association response frames an AP may include an
operating mode notification element to advertise changes in the
number of spatial streams it can receive. Handle this using the
existing function that handles the action frame, but only handle
NSS changes, not bandwidth changes which aren't allowed here.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/rx.c
net/mac80211/util.c
net/mac80211/vht.c