diff options
Diffstat (limited to 'drivers/net/wireless/libertas/wext.c')
-rw-r--r-- | drivers/net/wireless/libertas/wext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/wext.c b/drivers/net/wireless/libertas/wext.c index 0b805e32993a..e8c0629f9a4b 100644 --- a/drivers/net/wireless/libertas/wext.c +++ b/drivers/net/wireless/libertas/wext.c | |||
@@ -157,7 +157,7 @@ static struct chan_freq_power *find_cfp_by_band_and_freq(wlan_adapter * adapter, | |||
157 | * @option Radio Option | 157 | * @option Radio Option |
158 | * @return 0 --success, otherwise fail | 158 | * @return 0 --success, otherwise fail |
159 | */ | 159 | */ |
160 | int wlan_radio_ioctl(wlan_private * priv, u8 option) | 160 | static int wlan_radio_ioctl(wlan_private * priv, u8 option) |
161 | { | 161 | { |
162 | int ret = 0; | 162 | int ret = 0; |
163 | wlan_adapter *adapter = priv->adapter; | 163 | wlan_adapter *adapter = priv->adapter; |