summaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c
diff options
context:
space:
mode:
authorPawel Kulakowski <pawel.kulakowski@tieto.com>2014-04-01 07:13:21 +0200
committerJohannes Berg <johannes.berg@intel.com>2014-04-09 10:56:00 +0200
commita2e7495d639baeb4692ae80539963cf35dbcb467 (patch)
treeb46a331b6aa5f1c88b0c28030e38f5bf648bb2eb /net/mac80211/main.c
parent65d26f29ec018c863ae181c96c1dd91ed8c4b652 (diff)
downloadlinux-0-day-a2e7495d639baeb4692ae80539963cf35dbcb467.tar.gz
linux-0-day-a2e7495d639baeb4692ae80539963cf35dbcb467.tar.xz
mac80211: Allow disabling LDPC
This allows user-space (wpa_supplicant) to disable LDPC coding. Signed-off-by: Pawel Kulakowski <pawel.kulakowski@tieto.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r--net/mac80211/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c
index b055f6a55c68e..cfc24e9129472 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
@@ -444,7 +444,8 @@ static const struct ieee80211_ht_cap mac80211_ht_capa_mod_mask = {
.cap_info = cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH_20_40 |
IEEE80211_HT_CAP_MAX_AMSDU |
IEEE80211_HT_CAP_SGI_20 |
- IEEE80211_HT_CAP_SGI_40),
+ IEEE80211_HT_CAP_SGI_40 |
+ IEEE80211_HT_CAP_LDPC_CODING),
.mcs = {
.rx_mask = { 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, },