Commit a3cbfb08 authored by Holger Schurig's avatar Holger Schurig Committed by John W. Linville

libertas: make lbs_get_channel() static

Signed-off-by: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: default avatarDan Williams <dcbw@redhat.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent bca61f8a
...@@ -879,7 +879,7 @@ int lbs_set_data_rate(struct lbs_private *priv, u8 rate) ...@@ -879,7 +879,7 @@ int lbs_set_data_rate(struct lbs_private *priv, u8 rate)
* *
* @return The channel on success, error on failure * @return The channel on success, error on failure
*/ */
int lbs_get_channel(struct lbs_private *priv) static int lbs_get_channel(struct lbs_private *priv)
{ {
struct cmd_ds_802_11_rf_channel cmd; struct cmd_ds_802_11_rf_channel cmd;
int ret = 0; int ret = 0;
......
...@@ -82,8 +82,6 @@ int lbs_process_event(struct lbs_private *priv, u32 event); ...@@ -82,8 +82,6 @@ int lbs_process_event(struct lbs_private *priv, u32 event);
int lbs_update_hw_spec(struct lbs_private *priv); int lbs_update_hw_spec(struct lbs_private *priv);
int lbs_get_channel(struct lbs_private *priv);
int lbs_set_channel(struct lbs_private *priv, u8 channel); int lbs_set_channel(struct lbs_private *priv, u8 channel);
int lbs_update_channel(struct lbs_private *priv); int lbs_update_channel(struct lbs_private *priv);
......
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