提交 a3cbfb08 编写于 作者: H Holger Schurig 提交者: John W. Linville

libertas: make lbs_get_channel() static

Signed-off-by: NHolger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: NDan Williams <dcbw@redhat.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 bca61f8a
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册