We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49573ff commit 48c0670Copy full SHA for 48c0670
net/mac80211/tx.c
@@ -4191,11 +4191,11 @@ void __ieee80211_subif_start_xmit(struct sk_buff *skb,
4191
4192
ieee80211_aggr_check(sdata, sta, skb);
4193
4194
+ sk_pacing_shift_update(skb->sk, sdata->local->hw.tx_sk_pacing_shift);
4195
+
4196
if (sta) {
4197
struct ieee80211_fast_tx *fast_tx;
4198
- sk_pacing_shift_update(skb->sk, sdata->local->hw.tx_sk_pacing_shift);
-
4199
fast_tx = rcu_dereference(sta->fast_tx);
4200
4201
if (fast_tx &&
0 commit comments