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:
7e189a1
)
mac80211: removed unused variable in ieee80211_tx()
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 2 Jun 2009 22:43:25 +0000
(15:43 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 3 Jun 2009 18:06:15 +0000
(14:06 -0400)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/tx.c
patch
|
blob
|
history
diff --git
a/net/mac80211/tx.c
b/net/mac80211/tx.c
index a910148b8228f5ebdd890e5f46aca0e3dbcff724..1436f747531a378122a6131ddccc95fae2205c1e 100644
(file)
--- a/
net/mac80211/tx.c
+++ b/
net/mac80211/tx.c
@@
-1238,7
+1238,6
@@
static void ieee80211_tx(struct net_device *dev, struct sk_buff *skb,
bool txpending)
{
struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
- struct sta_info *sta;
struct ieee80211_tx_data tx;
ieee80211_tx_result res_prepare;
struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
@@
-1270,7
+1269,6
@@
static void ieee80211_tx(struct net_device *dev, struct sk_buff *skb,
return;
}
- sta = tx.sta;
tx.channel = local->hw.conf.channel;
info->band = tx.channel->band;