提交 53d0bcf8 编写于 作者: A Adrian Bunk 提交者: 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: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 1867b117
...@@ -6562,7 +6562,7 @@ static int ipw_wx_set_mlme(struct net_device *dev, ...@@ -6562,7 +6562,7 @@ static int ipw_wx_set_mlme(struct net_device *dev,
* get the modulation type of the current network or * get the modulation type of the current network or
* the card current mode * 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; u8 mode = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册