Commit 53d0bcf8 authored by Adrian Bunk's avatar Adrian Bunk Committed by John W. Linville

[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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 1867b117
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment