[2.6 patch] drivers/net/wireless/ipw2100.c: make ipw2100_wpa_assoc_frame() static

From: Adrian Bunk
Date: Fri Jan 20 2006 - 19:35:31 EST


This patch makes the needlessly global ipw2100_wpa_assoc_frame() static.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.16-rc1-mm2-full/drivers/net/wireless/ipw2100.c.old 2006-01-21 00:53:47.000000000 +0100
+++ linux-2.6.16-rc1-mm2-full/drivers/net/wireless/ipw2100.c 2006-01-21 00:53:59.000000000 +0100
@@ -5771,8 +5771,8 @@
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;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/