summaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2015-01-16 13:27:56 +0100
committerJohannes Berg <johannes.berg@intel.com>2015-01-16 13:27:56 +0100
commit5e06a9e8b6db441371dadc02f3e2348196f408dd (patch)
tree48aa766b12d4ea170ae3cdd918d8c776bcc1d973 /net/mac80211
parentb51f3beecfbbfc946749a91fb444cb8917cf444f (diff)
downloadop-kernel-dev-5e06a9e8b6db441371dadc02f3e2348196f408dd.zip
op-kernel-dev-5e06a9e8b6db441371dadc02f3e2348196f408dd.tar.gz
mac80211: remove doubled semicolon
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/status.c b/net/mac80211/status.c
index 788707f..e679b7c 100644
--- a/net/mac80211/status.c
+++ b/net/mac80211/status.c
@@ -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);
OpenPOWER on IntegriCloud