summaryrefslogtreecommitdiff
path: root/net/mac80211/tx.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2008-10-28 15:49:41 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2008-11-10 20:10:17 (GMT)
commit2df78167ade3d0542f0f95be7cc58861343cce3a (patch)
tree2fa8840ae51ce15dc8158458236a79aa3e7742c2 /net/mac80211/tx.c
parent1239cd58d237fa6ad501acaec8776262a5784ec8 (diff)
downloadlinux-fsl-qoriq-2df78167ade3d0542f0f95be7cc58861343cce3a.tar.xz
wireless: fix a few sparse warnings
Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r--net/mac80211/tx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index d6392af..0d81b2c 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -698,7 +698,6 @@ ieee80211_tx_h_fragment(struct ieee80211_tx_data *tx)
left = payload_len - per_fragm;
for (i = 0; i < num_fragm - 1; i++) {
struct ieee80211_hdr *fhdr;
- struct ieee80211_tx_info *info;
size_t copylen;
if (left <= 0)