mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
DFS: Add forgotten break statement
The VHT_CHANWIDTH_160MHZ case fell through to the default case and printed out a debug message that was not supposed to be shown here. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
2f243b804a
commit
35f836375d
@ -138,6 +138,7 @@ static void dfs_adjust_vht_center_freq(struct hostapd_data *hapd,
|
||||
case VHT_CHANWIDTH_160MHZ:
|
||||
hapd->iconf->vht_oper_centr_freq_seg0_idx =
|
||||
chan->chan + 14;
|
||||
break;
|
||||
default:
|
||||
wpa_printf(MSG_INFO, "DFS only VHT20/40/80/160 is supported now");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user