Skip to content

Commit

Permalink
[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() s…
Browse files Browse the repository at this point in the history
…tatic

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>
  • Loading branch information
Adrian Bunk authored and John W. Linville committed Mar 17, 2006
1 parent 1867b11 commit 53d0bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 53d0bcf

Please sign in to comment.