We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77045a3 commit 3128ea0Copy full SHA for 3128ea0
drivers/net/wireless/mediatek/mt76/mt7921/mac.c
@@ -696,7 +696,7 @@ mt7921_mac_fill_rx(struct mt7921_dev *dev, struct sk_buff *skb)
696
status->nss =
697
FIELD_GET(MT_PRXV_NSTS, v0) + 1;
698
status->encoding = RX_ENC_VHT;
699
- if (i > 9)
+ if (i > 11)
700
return -EINVAL;
701
break;
702
case MT_PHY_TYPE_HE_MU:
0 commit comments