|
@@ -739,11 +739,6 @@ static void mac80211_hwsim_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
|
|
|
|
|
|
txi = IEEE80211_SKB_CB(skb);
|
|
txi = IEEE80211_SKB_CB(skb);
|
|
|
|
|
|
- if (txi->control.vif)
|
|
|
|
- hwsim_check_magic(txi->control.vif);
|
|
|
|
- if (txi->control.sta)
|
|
|
|
- hwsim_check_sta_magic(txi->control.sta);
|
|
|
|
-
|
|
|
|
ieee80211_tx_info_clear_status(txi);
|
|
ieee80211_tx_info_clear_status(txi);
|
|
|
|
|
|
/* frame was transmitted at most favorable rate at first attempt */
|
|
/* frame was transmitted at most favorable rate at first attempt */
|