]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: VHT peer STA caps
authorMahesh Palivela <maheshp@posedge.com>
Wed, 10 Oct 2012 11:33:04 +0000 (11:33 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 17 Oct 2012 09:02:14 +0000 (11:02 +0200)
commit80b5f03a877a8099d23f6eb7abe8dd287f1f1b61
tree8557aca0148c4157ac580f6b3b11a6e94215714f
parente2a442b2635dc5082460a136a2816253ced5f207
mac80211: VHT peer STA caps

Save the AP's VHT capabilities (in managed
mode) and make them available to the driver
in the station information.

Unlike HT capabilities, they aren't restricted
to the common capabilities, so drivers must be
aware of their own capabilities.

Signed-off-by: Mahesh Palivela <maheshp@posedge.com>
[fix endian conversion bug ...]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/Makefile
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/util.c
net/mac80211/vht.c [new file with mode: 0644]