Parcourir la source

MBO: Mark verify_channel() static

This function is not used outside mbo.c.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen il y a 8 ans
Parent
commit
0558bec1fd
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      wpa_supplicant/mbo.c

+ 2 - 2
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;
 	unsigned int flag = 0;
 	enum chan_allowed res, res2;
 	enum chan_allowed res, res2;