aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ipw2200.c2
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*/
6565u8 ipw_qos_current_mode(struct ipw_priv * priv) 6565static u8 ipw_qos_current_mode(struct ipw_priv * priv)
6566{ 6566{
6567 u8 mode = 0; 6567 u8 mode = 0;
6568 6568