File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1822,15 +1822,15 @@ static int invoke_tx_handlers_late(struct ieee80211_tx_data *tx)
1822
1822
struct ieee80211_tx_info * info = IEEE80211_SKB_CB (tx -> skb );
1823
1823
ieee80211_tx_result res = TX_CONTINUE ;
1824
1824
1825
+ if (!ieee80211_hw_check (& tx -> local -> hw , HAS_RATE_CONTROL ))
1826
+ CALL_TXH (ieee80211_tx_h_rate_ctrl );
1827
+
1825
1828
if (unlikely (info -> flags & IEEE80211_TX_INTFL_RETRANSMISSION )) {
1826
1829
__skb_queue_tail (& tx -> skbs , tx -> skb );
1827
1830
tx -> skb = NULL ;
1828
1831
goto txh_done ;
1829
1832
}
1830
1833
1831
- if (!ieee80211_hw_check (& tx -> local -> hw , HAS_RATE_CONTROL ))
1832
- CALL_TXH (ieee80211_tx_h_rate_ctrl );
1833
-
1834
1834
CALL_TXH (ieee80211_tx_h_michael_mic_add );
1835
1835
CALL_TXH (ieee80211_tx_h_sequence );
1836
1836
CALL_TXH (ieee80211_tx_h_fragment );
You can’t perform that action at this time.
0 commit comments