MBO: Mark verify_channel() static
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 23 Jun 2016 10:13:54 +0000 (13:13 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 23 Jun 2016 10:13:54 +0000 (13:13 +0300)
This function is not used outside mbo.c.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/mbo.c

index 3292e67..c37d547 100644 (file)
@@ -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;