]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix "IEEE 802.11: Ignored Action frame" debug message
authorJouni Malinen <j@w1.fi>
Sat, 11 Feb 2017 10:08:12 +0000 (12:08 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 11 Feb 2017 10:08:12 +0000 (12:08 +0200)
commitae26d302139cdebadea113dac4d5642271b65493
treefc8ce15dcf9218ac496831315d3789da2b166b03
parent4ead4c7ecd77887e78864e2c128484599a882578
Fix "IEEE 802.11: Ignored Action frame" debug message

The arguments to printf were in incorrect order which resulted in
incorrect STA address in the debug message.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11.c