diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-04 07:14:31 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-17 14:16:44 -0500 |
commit | 53d0bcf82a5f59c96f1ffb202c02d2541200bf58 (patch) | |
tree | dd0920c3215300614b67c38ced9d3c919ac333ce /drivers/net | |
parent | 1867b117d944ce333e79b9a61c9a048656bee14b (diff) |
[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static
This patch makes the needlessly global function ipw_qos_current_mode()
static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ipw2200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 77932cf85008..d8a2a6fa72e3 100644 --- a/drivers/net/wireless/ipw2200.c +++ b/drivers/net/wireless/ipw2200.c | |||
@@ -6562,7 +6562,7 @@ static int ipw_wx_set_mlme(struct net_device *dev, | |||
6562 | * get the modulation type of the current network or | 6562 | * get the modulation type of the current network or |
6563 | * the card current mode | 6563 | * the card current mode |
6564 | */ | 6564 | */ |
6565 | u8 ipw_qos_current_mode(struct ipw_priv * priv) | 6565 | static u8 ipw_qos_current_mode(struct ipw_priv * priv) |
6566 | { | 6566 | { |
6567 | u8 mode = 0; | 6567 | u8 mode = 0; |
6568 | 6568 | ||