]> git.ipfire.org Git - thirdparty/hostap.git/commit
Replace hostapd_mac_comp_empty() with is_zero_ether_addr()
authorJouni Malinen <j@w1.fi>
Sun, 28 Feb 2016 16:00:48 +0000 (18:00 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 28 Feb 2016 18:11:58 +0000 (20:11 +0200)
commit902c07a7affcaa7cffaa0d624a4afc0e927e59a2
tree0817c4aee605e0f68dcaee90801fe97079e76617
parent5aef495fda44e03e559f516091cbb6913e297967
Replace hostapd_mac_comp_empty() with is_zero_ether_addr()

There is no need to maintain two implementations of the functionality.
is_zero_ether_addr() is easier to understand, so use it.

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