Commit 2a341206 authored by Felix Fietkau's avatar Felix Fietkau

mt76: mt7915: add missing flags in WMM parameter settings

Indicate the filled parameter to the firmware
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 481e34a7
...@@ -2939,6 +2939,7 @@ int mt7915_mcu_set_tx(struct mt7915_dev *dev, struct ieee80211_vif *vif) ...@@ -2939,6 +2939,7 @@ int mt7915_mcu_set_tx(struct mt7915_dev *dev, struct ieee80211_vif *vif)
struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac];
struct edca *e = &req.edca[ac]; struct edca *e = &req.edca[ac];
e->set = WMM_PARAM_SET;
e->queue = ac + mvif->wmm_idx * MT7915_MAX_WMM_SETS; e->queue = ac + mvif->wmm_idx * MT7915_MAX_WMM_SETS;
e->aifs = q->aifs; e->aifs = q->aifs;
e->txop = cpu_to_le16(q->txop); e->txop = cpu_to_le16(q->txop);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment