[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>
This commit is contained in:
Adrian Bunk 2006-03-04 13:14:31 +01:00 committed by John W. Linville
parent 1867b117d9
commit 53d0bcf82a

View 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;