diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-01-17 14:43:17 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-01-17 14:43:17 -0500 |
commit | 7916a075571f0ccd0830cf3da293188a8b6045e3 (patch) | |
tree | 119c5bb9e513c8205efed485c2dc7b8271123326 /net/mac80211/tx.c | |
parent | cf84eb0b09c0f09b4c70a648b9dfeec78be61f07 (diff) | |
parent | e4e19c031901e95dc7d1cf0a2c9c50525d71651f (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index ef3555e16cf9..27c990bf2320 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -490,6 +490,7 @@ ieee80211_tx_h_unicast_ps_buf(struct ieee80211_tx_data *tx) | |||
490 | info->control.jiffies = jiffies; | 490 | info->control.jiffies = jiffies; |
491 | info->control.vif = &tx->sdata->vif; | 491 | info->control.vif = &tx->sdata->vif; |
492 | info->flags |= IEEE80211_TX_INTFL_NEED_TXPROCESSING; | 492 | info->flags |= IEEE80211_TX_INTFL_NEED_TXPROCESSING; |
493 | info->flags &= ~IEEE80211_TX_TEMPORARY_FLAGS; | ||
493 | skb_queue_tail(&sta->ps_tx_buf[ac], tx->skb); | 494 | skb_queue_tail(&sta->ps_tx_buf[ac], tx->skb); |
494 | 495 | ||
495 | if (!timer_pending(&local->sta_cleanup)) | 496 | if (!timer_pending(&local->sta_cleanup)) |
@@ -1076,6 +1077,7 @@ static bool ieee80211_tx_prep_agg(struct ieee80211_tx_data *tx, | |||
1076 | queued = true; | 1077 | queued = true; |
1077 | info->control.vif = &tx->sdata->vif; | 1078 | info->control.vif = &tx->sdata->vif; |
1078 | info->flags |= IEEE80211_TX_INTFL_NEED_TXPROCESSING; | 1079 | info->flags |= IEEE80211_TX_INTFL_NEED_TXPROCESSING; |
1080 | info->flags &= ~IEEE80211_TX_TEMPORARY_FLAGS; | ||
1079 | __skb_queue_tail(&tid_tx->pending, skb); | 1081 | __skb_queue_tail(&tid_tx->pending, skb); |
1080 | if (skb_queue_len(&tid_tx->pending) > STA_MAX_TX_BUFFER) | 1082 | if (skb_queue_len(&tid_tx->pending) > STA_MAX_TX_BUFFER) |
1081 | purge_skb = __skb_dequeue(&tid_tx->pending); | 1083 | purge_skb = __skb_dequeue(&tid_tx->pending); |