This patch makes the needlessly global ipw2100_wpa_assoc_frame() static.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 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 netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html