projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b51f3be
)
mac80211: remove doubled semicolon
author
Johannes Berg
<johannes.berg@intel.com>
Fri, 16 Jan 2015 12:27:56 +0000
(13:27 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 16 Jan 2015 12:27:56 +0000
(13:27 +0100)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/status.c
patch
|
blob
|
history
diff --git
a/net/mac80211/status.c
b/net/mac80211/status.c
index 788707f05516fedfa4ba10b01efe49019e05e158..e679b7c9b1608747d827d9f781ce06be2810b734 100644
(file)
--- 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);