100-api_update.patch 398 B

1234567891011
  1. --- a/tx.c
  2. +++ b/tx.c
  3. @@ -350,7 +350,7 @@ mt76_tx(struct mt76_phy *phy, struct iee
  4. info->hw_queue |= FIELD_PREP(MT_TX_HW_QUEUE_PHY, phy->band_idx);
  5. if ((info->flags & IEEE80211_TX_CTL_TX_OFFCHAN) ||
  6. - (info->control.flags & IEEE80211_TX_CTRL_SCAN_TX))
  7. + (info->control.flags & IEEE80211_TX_CTRL_DONT_USE_RATE_MASK))
  8. head = &wcid->tx_offchannel;
  9. else
  10. head = &wcid->tx_pending;