diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2007-08-02 11:49:06 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:49:49 -0400 |
commit | ac558ca2ae878bd7a77831cda684702a2fa23d95 (patch) | |
tree | 10cfbf76cc842b265a9e8f7e4850e04e8e7fb136 /drivers/net/wireless/libertas/11d.h | |
parent | c23a24f6ae083e058ed1e9472979df09915ffdf5 (diff) |
[PATCH] libertas: make more functions static & remove unused functions
Some functions where declared in header files, but used only once. They are
now static functions.
After doing this, I found out that some functions weren't used at all. I
removed this dead code.
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/11d.h')
-rw-r--r-- | drivers/net/wireless/libertas/11d.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/libertas/11d.h b/drivers/net/wireless/libertas/11d.h index 73e42e712911..3a6d1f8db78f 100644 --- a/drivers/net/wireless/libertas/11d.h +++ b/drivers/net/wireless/libertas/11d.h | |||
@@ -83,8 +83,6 @@ u8 libertas_get_scan_type_11d(u8 chan, | |||
83 | 83 | ||
84 | u32 libertas_chan_2_freq(u8 chan, u8 band); | 84 | u32 libertas_chan_2_freq(u8 chan, u8 band); |
85 | 85 | ||
86 | enum state_11d libertas_get_state_11d(wlan_private * priv); | ||
87 | |||
88 | void libertas_init_11d(wlan_private * priv); | 86 | void libertas_init_11d(wlan_private * priv); |
89 | 87 | ||
90 | int libertas_set_universaltable(wlan_private * priv, u8 band); | 88 | int libertas_set_universaltable(wlan_private * priv, u8 band); |
@@ -93,8 +91,6 @@ int libertas_cmd_802_11d_domain_info(wlan_private * priv, | |||
93 | struct cmd_ds_command *cmd, u16 cmdno, | 91 | struct cmd_ds_command *cmd, u16 cmdno, |
94 | u16 cmdOption); | 92 | u16 cmdOption); |
95 | 93 | ||
96 | int libertas_cmd_enable_11d(wlan_private * priv, struct iwreq *wrq); | ||
97 | |||
98 | int libertas_ret_802_11d_domain_info(wlan_private * priv, | 94 | int libertas_ret_802_11d_domain_info(wlan_private * priv, |
99 | struct cmd_ds_command *resp); | 95 | struct cmd_ds_command *resp); |
100 | 96 | ||