]> 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)
commit26cd6a920ff324507ba47afd741a8ae3e1bbda2d
tree9925ff46a41d09667fe797460b2d3ccb07fed4dd
parent56752be7fe5b21d29a295c72262f93fb6b94a961
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