mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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
@ -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 New Issue
Block a user