> > Please apply this: > > diff --git a/drivers/net/wireless/iwlwifi/dvm/tx.c > b/drivers/net/wireless/iwlwifi/dvm/tx.c > > index d131f85..5968f19 100644 > > --- a/drivers/net/wireless/iwlwifi/dvm/tx.c > > +++ b/drivers/net/wireless/iwlwifi/dvm/tx.c > > @@ -457,8 +457,8 @@ int iwlagn_tx_skb(struct iwl_priv *priv, > > WARN_ON_ONCE(is_agg && > > priv->queue_to_mac80211[txq_id] != info->hw_queue); > > > > - IWL_DEBUG_TX(priv, "TX to [%d|%d] Q:%d - seq: 0x%x\n", sta_id, tid, > > - txq_id, seq_number); > > + IWL_DEBUG_TX(priv, "TX to [%d|%d] Q:%d info Q %d - seq: 0x%x\n", > sta_id, tid, > > + txq_id, info->hw_queue, seq_number); > > > > if (iwl_trans_tx(priv->trans, skb, dev_cmd, txq_id)) > > goto drop_unlock_sta; > > > and send the output back to me > > > Thanks. > Can you please apply the patch attached (and remove the previous change)? Thanks.
Attachment:
0001-iwlwifi-dvm-don-t-override-mac80211-s-queue-setting.patch
Description: 0001-iwlwifi-dvm-don-t-override-mac80211-s-queue-setting.patch