diff options
Diffstat (limited to 'net/wireless/util.c')
-rw-r--r-- | net/wireless/util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wireless/util.c b/net/wireless/util.c index f3e623df3515..f54424693a38 100644 --- a/net/wireless/util.c +++ b/net/wireless/util.c | |||
@@ -33,8 +33,8 @@ int ieee80211_frequency_to_channel(int freq) | |||
33 | } | 33 | } |
34 | EXPORT_SYMBOL(ieee80211_frequency_to_channel); | 34 | EXPORT_SYMBOL(ieee80211_frequency_to_channel); |
35 | 35 | ||
36 | struct ieee80211_channel *ieee80211_get_channel(struct wiphy *wiphy, | 36 | struct ieee80211_channel *__ieee80211_get_channel(struct wiphy *wiphy, |
37 | int freq) | 37 | int freq) |
38 | { | 38 | { |
39 | enum ieee80211_band band; | 39 | enum ieee80211_band band; |
40 | struct ieee80211_supported_band *sband; | 40 | struct ieee80211_supported_band *sband; |
@@ -54,7 +54,7 @@ struct ieee80211_channel *ieee80211_get_channel(struct wiphy *wiphy, | |||
54 | 54 | ||
55 | return NULL; | 55 | return NULL; |
56 | } | 56 | } |
57 | EXPORT_SYMBOL(ieee80211_get_channel); | 57 | EXPORT_SYMBOL(__ieee80211_get_channel); |
58 | 58 | ||
59 | static void set_mandatory_flags_band(struct ieee80211_supported_band *sband, | 59 | static void set_mandatory_flags_band(struct ieee80211_supported_band *sband, |
60 | enum ieee80211_band band) | 60 | enum ieee80211_band band) |