Skip to content

Commit cb8ae15

Browse files
gen-xuSasha Levin
authored and
Sasha Levin
committed
wifi: mt76: mt792x: fix ethtool warning
[ Upstream commit 7b4f9cd ] Add a missing EHT related field to fix the following ethtool warning: [98179.287352] mt7921e 0003:01:00.0: ei: 74 SSTATS_LEN: 73 Fixes: c74df1c ("wifi: mt76: mt792x: introduce mt792x-lib module") Signed-off-by: Gen Xu <[email protected]> Signed-off-by: Felix Fietkau <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 4bb175d commit cb8ae15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/wireless/mediatek/mt76/mt792x_core.c

+1
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ static const char mt792x_gstrings_stats[][ETH_GSTRING_LEN] = {
332332
"v_tx_bw_40",
333333
"v_tx_bw_80",
334334
"v_tx_bw_160",
335+
"v_tx_bw_320",
335336
"v_tx_mcs_0",
336337
"v_tx_mcs_1",
337338
"v_tx_mcs_2",

0 commit comments

Comments
 (0)