Commit c7c361ef authored by Yogesh Ashok Powar's avatar Yogesh Ashok Powar Committed by John W. Linville

mwl8k: mwl8k_update_survey can be static

It fixes following sparse check warning
>#make C=1 CF=-D__CHECK_ENDIAN__ drivers/net/wireless/mwl8k.o
>drivers/net/wireless/mwl8k.c:3089:6: warning: symbol 'mwl8k_update_survey' was not declared. Should it be static?
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarNishant Sarmukadam <nishants@marvell.com>
Signed-off-by: default avatarYogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent aa0bee1f
...@@ -3088,7 +3088,7 @@ static int freq_to_idx(struct mwl8k_priv *priv, int freq) ...@@ -3088,7 +3088,7 @@ static int freq_to_idx(struct mwl8k_priv *priv, int freq)
return idx; return idx;
} }
void mwl8k_update_survey(struct mwl8k_priv *priv, static void mwl8k_update_survey(struct mwl8k_priv *priv,
struct ieee80211_channel *channel) struct ieee80211_channel *channel)
{ {
u32 cca_cnt, rx_rdy; u32 cca_cnt, rx_rdy;
......
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