Skip to content
Snippets Groups Projects
Commit a3cbfb08 authored by Holger Schurig's avatar Holger Schurig Committed by John W. Linville
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -879,7 +879,7 @@ int lbs_set_data_rate(struct lbs_private *priv, u8 rate)
*
* @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;
int ret = 0;
......
......@@ -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_get_channel(struct lbs_private *priv);
int lbs_set_channel(struct lbs_private *priv, u8 channel);
int lbs_update_channel(struct lbs_private *priv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment