Commit 5e06a9e8 authored by Johannes Berg's avatar Johannes Berg

mac80211: remove doubled semicolon

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent b51f3bee
......@@ -730,7 +730,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb)
struct ieee80211_bar *bar;
int rtap_len;
int shift = 0;
int tid = IEEE80211_NUM_TIDS;;
int tid = IEEE80211_NUM_TIDS;
rates_idx = ieee80211_tx_get_rates(hw, info, &retry_count);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment