From: Johannes Berg <[EMAIL PROTECTED]>
Date: Tue Jan 31 19:35:14 2006 +0100
Subject: [PATCH] trivial fixes to softmac

This patch removes a blank line that shouldn't be there and fixes a
spelling error in softmac.

Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>

---

 net/ieee80211/softmac/ieee80211softmac_auth.c |    2 +-
 net/ieee80211/softmac/ieee80211softmac_scan.c |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

e066f8712b56fc3d9d4b2ec0645632e505a98be1
diff --git a/net/ieee80211/softmac/ieee80211softmac_auth.c 
b/net/ieee80211/softmac/ieee80211softmac_auth.c
index ccbb51c..dd5fb0f 100644
--- a/net/ieee80211/softmac/ieee80211softmac_auth.c
+++ b/net/ieee80211/softmac/ieee80211softmac_auth.c
@@ -358,7 +358,7 @@ ieee80211softmac_deauth_resp(struct net_
        net = ieee80211softmac_get_network_by_bssid(mac, auth->header.addr2);
        
        if (net == NULL) {
-               printkl(KERN_DEBUG PFX "Recieved deauthentication packet from 
"MAC_FMT", but that network is unknown.\n",
+               printkl(KERN_DEBUG PFX "Received deauthentication packet from 
"MAC_FMT", but that network is unknown.\n",
                        MAC_ARG(auth->header.addr2));
                return 0;
        }
diff --git a/net/ieee80211/softmac/ieee80211softmac_scan.c 
b/net/ieee80211/softmac/ieee80211softmac_scan.c
index 46c08a9..846c62d 100644
--- a/net/ieee80211/softmac/ieee80211softmac_scan.c
+++ b/net/ieee80211/softmac/ieee80211softmac_scan.c
@@ -233,5 +233,4 @@ void ieee80211softmac_scan_finished(stru
        
        ieee80211softmac_call_events(sm, IEEE80211SOFTMAC_EVENT_SCAN_FINISHED, 
NULL);
 }
-
 EXPORT_SYMBOL_GPL(ieee80211softmac_scan_finished);
-- 
1.2.4

-- 
John W. Linville
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to