]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit179616eb0b853e45a68c70f00221018b428b8f38
tree9925ff46a41d09667fe797460b2d3ccb07fed4dd
parentbb0475e7d8f4e6d490ff394808c6844858460380
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