]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] drivers/net/wireless/ipw2100.c: make ipw2100_wpa_assoc_frame() static
authorAdrian Bunk <bunk@stusta.de>
Sat, 21 Jan 2006 00:36:36 +0000 (01:36 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 31 Jan 2006 01:35:31 +0000 (20:35 -0500)
This patch makes the needlessly global ipw2100_wpa_assoc_frame() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2100.c

index 6290c9f7e939c2b4b21c04d97879c231063e2b24..31c262c314ca85a45d4ecbc8e05d40e7e83b15a6 100644 (file)
@@ -5771,8 +5771,8 @@ static int ipw2100_wpa_set_auth_algs(struct ipw2100_priv *priv, int value)
        return ret;
 }
 
-void ipw2100_wpa_assoc_frame(struct ipw2100_priv *priv,
-                            char *wpa_ie, int wpa_ie_len)
+static void ipw2100_wpa_assoc_frame(struct ipw2100_priv *priv,
+                                   char *wpa_ie, int wpa_ie_len)
 {
 
        struct ipw2100_wpa_assoc_frame frame;