Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=46b8c85e1df091fe2d53ae7d02addb0dc58a9123
Commit:     46b8c85e1df091fe2d53ae7d02addb0dc58a9123
Parent:     cad8cd9c3160e7e2e65c6999b58b3fde8de56aca
Author:     Larry Finger <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 31 18:50:19 2007 -0600
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Fri Feb 9 14:57:16 2007 -0500

    [PATCH] ieee80211: Fix sparse warning
    
    Sparse issues the warning "warning: symbol 'crypt' shadows an earlier one"
    in net/ieee80211/ieee80211_tx.c.
    
    Signed-off-by: Larry Finger <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 net/ieee80211/ieee80211_tx.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/net/ieee80211/ieee80211_tx.c b/net/ieee80211/ieee80211_tx.c
index 854fc13..54e0116 100644
--- a/net/ieee80211/ieee80211_tx.c
+++ b/net/ieee80211/ieee80211_tx.c
@@ -502,9 +502,6 @@ int ieee80211_xmit(struct sk_buff *skb, struct net_device 
*dev)
                if (host_encrypt)
                        ieee80211_encrypt_fragment(ieee, skb_frag, hdr_len);
                else if (host_build_iv) {
-                       struct ieee80211_crypt_data *crypt;
-
-                       crypt = ieee->crypt[ieee->tx_keyidx];
                        atomic_inc(&crypt->refcnt);
                        if (crypt->ops->build_iv)
                                crypt->ops->build_iv(skb_frag, hdr_len,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to