|
@@ -149,7 +149,7 @@ void rt2x00mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
|
|
goto exit_fail;
|
|
goto exit_fail;
|
|
}
|
|
}
|
|
|
|
|
|
- if (rt2x00queue_write_tx_frame(queue, skb, false))
|
|
|
|
|
|
+ if (unlikely(rt2x00queue_write_tx_frame(queue, skb, false)))
|
|
goto exit_fail;
|
|
goto exit_fail;
|
|
|
|
|
|
if (rt2x00queue_threshold(queue))
|
|
if (rt2x00queue_threshold(queue))
|