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)
commit5eb7906b47dcd906b3ffd811e689e0de4a6b1b6a
tree50110e2a66fc032e20d698219a7fc0f4e29be7b1
parentf364ef99a8e82ee27933d6a0cf5cc1f27e9f0df9
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
This page took 0.041177 seconds and 5 git commands to generate.