summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/wil6210.h
diff options
context:
space:
mode:
authorMaya Erez <merez@codeaurora.org>2019-02-28 10:34:50 +0100
committerKalle Valo <kvalo@codeaurora.org>2019-04-03 14:34:36 +0200
commit044974fbeadee4a5c0554ee7d83d22495ad3d450 (patch)
tree4c0464428a306f576d8ea62c36cf61a3cbfe2776 /drivers/net/wireless/ath/wil6210/wil6210.h
parentwil6210: do not set BIT_USER_SUPPORT_T_POWER_ON_0 in Talyn-MB (diff)
downloadlinux-044974fbeadee4a5c0554ee7d83d22495ad3d450.tar.xz
linux-044974fbeadee4a5c0554ee7d83d22495ad3d450.zip
wil6210: update WIL_MCS_MAX to 15
Update max MCS to 15, which is supported by Talyn-MB. This will allow collecting statistics on number of RX packets in higher MCS. Signed-off-by: Maya Erez <merez@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/wil6210/wil6210.h')
-rw-r--r--drivers/net/wireless/ath/wil6210/wil6210.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wil6210/wil6210.h b/drivers/net/wireless/ath/wil6210/wil6210.h
index c4176323aab5..1b81f3fd59a0 100644
--- a/drivers/net/wireless/ath/wil6210/wil6210.h
+++ b/drivers/net/wireless/ath/wil6210/wil6210.h
@@ -569,7 +569,7 @@ struct wil_status_ring {
};
#define WIL_STA_TID_NUM (16)
-#define WIL_MCS_MAX (12) /* Maximum MCS supported */
+#define WIL_MCS_MAX (15) /* Maximum MCS supported */
struct wil_net_stats {
unsigned long rx_packets;