Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb1205ea authored by Maya Erez's avatar Maya Erez
Browse files

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.

Change-Id: I36e373492725b82c56cddb7853e2c3363e059cbd
Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Git-commit: 044974fbeadee4a5c0554ee7d83d22495ad3d450
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git


Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
parent 1794670a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -568,7 +568,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;