ieee80211: fix vht cap definitions
authorEliad Peller <eliad@wizery.com>
Thu, 29 Aug 2013 12:03:14 +0000 (15:03 +0300)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 23 Oct 2013 21:02:05 +0000 (23:02 +0200)
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>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>

No differences found