diff options
Diffstat (limited to 'ws80211_utils.c')
-rw-r--r-- | ws80211_utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ws80211_utils.c b/ws80211_utils.c index 577009c67b..6e26f557a8 100644 --- a/ws80211_utils.c +++ b/ws80211_utils.c @@ -633,7 +633,7 @@ int ws80211_frequency_to_channel(int freq) } int -ws80211_str_to_chan_type(gchar *s) +ws80211_str_to_chan_type(const gchar *s) { int ret = -1; if (!s) @@ -696,7 +696,7 @@ int ws80211_set_freq(const char *name _U_, int freq _U_, int chan_type _U_) return -1; } -int ws80211_str_to_chan_type(gchar *s _U_) +int ws80211_str_to_chan_type(const gchar *s _U_) { return -1; } |