aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
diff options
context:
space:
mode:
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 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)
698 left = payload_len - per_fragm; 698 left = payload_len - per_fragm;
699 for (i = 0; i < num_fragm - 1; i++) { 699 for (i = 0; i < num_fragm - 1; i++) {
700 struct ieee80211_hdr *fhdr; 700 struct ieee80211_hdr *fhdr;
701 struct ieee80211_tx_info *info;
702 size_t copylen; 701 size_t copylen;
703 702
704 if (left <= 0) 703 if (left <= 0)