]> Pileus Git - ~andy/linux/commitdiff
[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static
authorAdrian Bunk <bunk@stusta.de>
Sat, 4 Mar 2006 12:14:31 +0000 (13:14 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 17 Mar 2006 19:16:44 +0000 (14:16 -0500)
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>
drivers/net/wireless/ipw2200.c

index 77932cf8500865a64ef904278dfe4792d5e2e6ac..d8a2a6fa72e36f5bd607dc15555cbb13ae49bef9 100644 (file)
@@ -6562,7 +6562,7 @@ static int ipw_wx_set_mlme(struct net_device *dev,
 * get the modulation type of the current network or
 * the card current mode
 */
-u8 ipw_qos_current_mode(struct ipw_priv * priv)
+static u8 ipw_qos_current_mode(struct ipw_priv * priv)
 {
        u8 mode = 0;