]> git.ipfire.org Git - thirdparty/hostap.git/commit
DFS: Add forgotten break statement
authorJouni Malinen <j@w1.fi>
Sat, 26 Oct 2013 08:49:46 +0000 (11:49 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 26 Oct 2013 12:55:09 +0000 (15:55 +0300)
commit35f836375d4b0b46ca34a5872ac2c9e931e93340
treec27d913855bd3af0b67d8ebed928be61586dc4da
parent2f243b804a9571fe6aafa795e20e8b6df2e4aac4
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>
src/ap/dfs.c