projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1867b11
)
[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static
author
Adrian Bunk
<bunk@stusta.de>
Sat, 4 Mar 2006 12:14:31 +0000
(13:14 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 17 Mar 2006 19:16:44 +0000
(14:16 -0500)
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>
drivers/net/wireless/ipw2200.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ipw2200.c
b/drivers/net/wireless/ipw2200.c
index 77932cf8500865a64ef904278dfe4792d5e2e6ac..d8a2a6fa72e36f5bd607dc15555cbb13ae49bef9 100644
(file)
--- 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,
* 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;