Skip to content

Commit

Permalink
[PATCH] drivers/net/wireless/ipw2100.c: make ipw2100_wpa_assoc_frame(…
Browse files Browse the repository at this point in the history
…) static

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>
  • Loading branch information
Adrian Bunk authored and John W. Linville committed Jan 31, 2006
1 parent a39d3e7 commit 3c398b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3c398b8

Please sign in to comment.