From: Maya Erez Date: Thu, 28 Feb 2019 09:34:50 +0000 (+0200) Subject: wil6210: update WIL_MCS_MAX to 15 X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~4762^2~37^2~60^2~9 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=044974fbeadee4a5c0554ee7d83d22495ad3d450;p=linux.git 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 Signed-off-by: Kalle Valo --- 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;