ap: Use is_broadcast_ether_addr()
authorJohannes Berg <johannes.berg@intel.com>
Fri, 5 Aug 2016 11:31:54 +0000 (13:31 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 6 Aug 2016 13:51:48 +0000 (16:51 +0300)
commit842c5af5d3982d68adb598c2cceff64530938d57
tree3135b1387a1a5328e4bf04dad7afa75b76f00435
parentac81b3948bba66af3d2845332d6ef8f75d0a918f
ap: Use is_broadcast_ether_addr()

There's no need to have a separate variable and open-code a more
complicated version of this, just use is_broadcast_ether_addr().

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/ap/ieee802_11.c