ap: Use is_multicast_ether_addr() more
authorJohannes Berg <johannes.berg@intel.com>
Tue, 16 Aug 2016 13:06:59 +0000 (15:06 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 17 Aug 2016 10:43:31 +0000 (13:43 +0300)
commit81372e347a83661c62c0e762c4edb51e2acc43d7
treed1593b1075d1848d815fa2d211cd7f267ce22f22
parent647862eb60c324015ea31293cc052558b5185ca4
ap: Use is_multicast_ether_addr() more

Various checks should use is_multicast_ether_addr() instead
of hardcoding the equivalent, change it.

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