diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn-tx.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn-tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-tx.c b/drivers/net/wireless/iwlwifi/iwl-agn-tx.c index 0fc86c9d8fd4..179a9c85045c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn-tx.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn-tx.c | |||
@@ -783,7 +783,7 @@ int iwlagn_tx_skb(struct iwl_priv *priv, struct sk_buff *skb) | |||
783 | iwl_txq_update_write_ptr(priv, txq); | 783 | iwl_txq_update_write_ptr(priv, txq); |
784 | spin_unlock_irqrestore(&priv->lock, flags); | 784 | spin_unlock_irqrestore(&priv->lock, flags); |
785 | } else { | 785 | } else { |
786 | iwl_stop_queue(priv, txq->swq_id); | 786 | iwl_stop_queue(priv, txq); |
787 | } | 787 | } |
788 | } | 788 | } |
789 | 789 | ||
@@ -1408,7 +1408,7 @@ void iwlagn_rx_reply_compressed_ba(struct iwl_priv *priv, | |||
1408 | if ((iwl_queue_space(&txq->q) > txq->q.low_mark) && | 1408 | if ((iwl_queue_space(&txq->q) > txq->q.low_mark) && |
1409 | priv->mac80211_registered && | 1409 | priv->mac80211_registered && |
1410 | (agg->state != IWL_EMPTYING_HW_QUEUE_DELBA)) | 1410 | (agg->state != IWL_EMPTYING_HW_QUEUE_DELBA)) |
1411 | iwl_wake_queue(priv, txq->swq_id); | 1411 | iwl_wake_queue(priv, txq); |
1412 | 1412 | ||
1413 | iwlagn_txq_check_empty(priv, sta_id, tid, scd_flow); | 1413 | iwlagn_txq_check_empty(priv, sta_id, tid, scd_flow); |
1414 | } | 1414 | } |