projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6194f7
)
wil6210: update WIL_MCS_MAX to 15
author
Maya Erez
<merez@codeaurora.org>
Thu, 28 Feb 2019 09:34:50 +0000
(11:34 +0200)
committer
Kalle Valo
<kvalo@codeaurora.org>
Wed, 3 Apr 2019 12:34:36 +0000
(15:34 +0300)
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>
drivers/net/wireless/ath/wil6210/wil6210.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/wil6210/wil6210.h
b/drivers/net/wireless/ath/wil6210/wil6210.h
index c4176323aab5c11443a0402f6774eacd7beec8cf..1b81f3fd59a08e76269b9c7739359f6d24601a8b 100644
(file)
--- 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 (1
2
) /* Maximum MCS supported */
+#define WIL_MCS_MAX (1
5
) /* Maximum MCS supported */
struct wil_net_stats {
unsigned long rx_packets;