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)
commit34225366751971a56cd996c68a8abd0d0e43475f
tree11046373fd3f6e2d0516253542e2001bd2cedefd
parent68d9a6e4e90314d0e4ad31d2926409954267f1dd
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>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
include/linux/ieee80211.h