Skip to content

Commit

Permalink
mac80211: remove doubled semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Johannes Berg committed Jan 16, 2015
1 parent b51f3be commit 5e06a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/status.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 5e06a9e

Please sign in to comment.