mac80211: update to version 6.11.2
Adds a number of minor fixes Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
11
package/kernel/mt76/patches/100-api_update.patch
Normal file
11
package/kernel/mt76/patches/100-api_update.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/tx.c
|
||||
+++ b/tx.c
|
||||
@@ -350,7 +350,7 @@ mt76_tx(struct mt76_phy *phy, struct iee
|
||||
info->hw_queue |= FIELD_PREP(MT_TX_HW_QUEUE_PHY, phy->band_idx);
|
||||
|
||||
if ((info->flags & IEEE80211_TX_CTL_TX_OFFCHAN) ||
|
||||
- (info->control.flags & IEEE80211_TX_CTRL_SCAN_TX))
|
||||
+ (info->control.flags & IEEE80211_TX_CTRL_DONT_USE_RATE_MASK))
|
||||
head = &wcid->tx_offchannel;
|
||||
else
|
||||
head = &wcid->tx_pending;
|
||||
Reference in New Issue
Block a user