]> git.baikalelectronics.ru Git - kernel.git/commit
ieee80211: fix vht cap definitions
authorEliad Peller <eliad@wizery.com>
Thu, 29 Aug 2013 12:03:14 +0000 (15:03 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 1 Oct 2013 10:17:08 +0000 (12:17 +0200)
commit6a4438dd7fd7a32fb1a999593df5ed0852cb41cb
tree50110e2a66fc032e20d698219a7fc0f4e29be7b1
parent66797f01ac2f16519e67c24e97a38d97e5452916
ieee80211: fix vht cap definitions

VHT_CAP_BEAMFORMER_ANTENNAS cap is actually defined in the draft as
VHT_CAP_BEAMFORMEE_STS_MAX, and its size is 3 bits long.

VHT_CAP_SOUNDING_DIMENSIONS is also 3 bits long.

Fix the definitions and change the cap masking accordingly.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h
net/mac80211/vht.c