From: Jouni Malinen Date: Thu, 23 Jun 2016 10:13:54 +0000 (+0300) Subject: MBO: Mark verify_channel() static X-Git-Tag: hostap_2_6~358 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=0558bec1fd5a059adc1a5ba9486619a3f6f24b42 MBO: Mark verify_channel() static This function is not used outside mbo.c. Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/mbo.c b/wpa_supplicant/mbo.c index 3292e67..c37d547 100644 --- a/wpa_supplicant/mbo.c +++ b/wpa_supplicant/mbo.c @@ -516,8 +516,8 @@ static enum chan_allowed verify_160mhz(struct hostapd_hw_modes *mode, } -enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 channel, - u8 bw) +static enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, + u8 channel, u8 bw) { unsigned int flag = 0; enum chan_allowed res, res2;