summaryrefslogtreecommitdiffstats
path: root/net/mac80211/wpa.c
diff options
context:
space:
mode:
authorJohannes Berg2007-08-28 23:01:55 +0200
committerDavid S. Miller2007-10-11 01:48:55 +0200
commit3c3b00caf98e5fdaa0184026a68f0008a5bf393e (patch)
tree45515fb3e3c46db8958fe7f97af30ed465dadfd1 /net/mac80211/wpa.c
parent[MAC80211]: fix preamble setting (diff)
downloadkernel-qcow2-linux-3c3b00caf98e5fdaa0184026a68f0008a5bf393e.tar.gz
kernel-qcow2-linux-3c3b00caf98e5fdaa0184026a68f0008a5bf393e.tar.xz
kernel-qcow2-linux-3c3b00caf98e5fdaa0184026a68f0008a5bf393e.zip
[MAC80211]: clean up whitespace
This cleans up some whitespace to make the mac80211 version in mainline diverge less from wireless-dev. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/wpa.c')
-rw-r--r--net/mac80211/wpa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/wpa.c b/net/mac80211/wpa.c
index b6cd66e0ee58..775f89e42a43 100644
--- a/net/mac80211/wpa.c
+++ b/net/mac80211/wpa.c
@@ -550,7 +550,6 @@ ieee80211_tx_h_ccmp_encrypt(struct ieee80211_txrx_data *tx)
if (tx->u.tx.extra_frag) {
int i;
-
for (i = 0; i < tx->u.tx.num_extra_frag; i++) {
if (ccmp_encrypt_skb(tx, tx->u.tx.extra_frag[i], test)
< 0)