|
@@ -633,10 +633,9 @@ void ieee80211_tx_status_noskb(struct ieee80211_hw *hw,
|
|
struct ieee80211_local *local = hw_to_local(hw);
|
|
struct ieee80211_local *local = hw_to_local(hw);
|
|
struct ieee80211_supported_band *sband;
|
|
struct ieee80211_supported_band *sband;
|
|
int retry_count;
|
|
int retry_count;
|
|
- int rates_idx;
|
|
|
|
bool acked, noack_success;
|
|
bool acked, noack_success;
|
|
|
|
|
|
- rates_idx = ieee80211_tx_get_rates(hw, info, &retry_count);
|
|
|
|
|
|
+ ieee80211_tx_get_rates(hw, info, &retry_count);
|
|
|
|
|
|
sband = hw->wiphy->bands[info->band];
|
|
sband = hw->wiphy->bands[info->band];
|
|
|
|
|