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 376200f commit 9265397Copy full SHA for 9265397
drivers/net/wireless/mediatek/mt76/mt7996/main.c
@@ -206,7 +206,7 @@ static int mt7996_add_interface(struct ieee80211_hw *hw,
206
mvif->mt76.omac_idx = idx;
207
mvif->phy = phy;
208
mvif->mt76.band_idx = band_idx;
209
- mvif->mt76.wmm_idx = vif->type != NL80211_IFTYPE_AP;
+ mvif->mt76.wmm_idx = vif->type == NL80211_IFTYPE_AP ? 0 : 3;
210
211
ret = mt7996_mcu_add_dev_info(phy, vif, true);
212
if (ret)
0 commit comments