summaryrefslogtreecommitdiffstats
path: root/include/linux/ieee80211.h
diff options
context:
space:
mode:
authorChaitanya T K2018-10-06 19:34:59 +0200
committerJohannes Berg2018-10-11 16:01:00 +0200
commitf458e832ba510f843807fc2c2906a8fb59554c9f (patch)
tree546054ca7c2a45512402bfdcc38adf7d055733e1 /include/linux/ieee80211.h
parentmac80211: avoid reflecting frames back to the client (diff)
downloadkernel-qcow2-linux-f458e832ba510f843807fc2c2906a8fb59554c9f.tar.gz
kernel-qcow2-linux-f458e832ba510f843807fc2c2906a8fb59554c9f.tar.xz
kernel-qcow2-linux-f458e832ba510f843807fc2c2906a8fb59554c9f.zip
mac80211: minstrel: Enable STBC and LDPC for VHT Rates
If peer support reception of STBC and LDPC, enable them for better performance. Signed-off-by: Chaitanya TK <chaitanya.mgit@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r--include/linux/ieee80211.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index c4809ad8ab46..0ef67f837ae1 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -1670,6 +1670,7 @@ struct ieee80211_mu_edca_param_set {
#define IEEE80211_VHT_CAP_RXSTBC_3 0x00000300
#define IEEE80211_VHT_CAP_RXSTBC_4 0x00000400
#define IEEE80211_VHT_CAP_RXSTBC_MASK 0x00000700
+#define IEEE80211_VHT_CAP_RXSTBC_SHIFT 8
#define IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE 0x00000800
#define IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE 0x00001000
#define IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT 13