diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-10-28 18:49:41 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-10 23:10:17 +0300 |
commit | 2df78167ade3d0542f0f95be7cc58861343cce3a (patch) | |
tree | 2fa8840ae51ce15dc8158458236a79aa3e7742c2 /net/mac80211/tx.c | |
parent | 1239cd58d237fa6ad501acaec8776262a5784ec8 (diff) | |
download | linux-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index d6392af9cd20..0d81b2cfd1a6 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) |