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:
parent
9e080bf343
commit
0558bec1fd
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue