MBO: Mark verify_channel() static

This function is not used outside mbo.c.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2016-06-23 13:13:54 +03:00 committed by Jouni Malinen
parent 9e080bf343
commit 0558bec1fd

View 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;