hostapd: Configure driver ACL even if MAC address list is empty
authorAmarnath Hullur Subramanyam <amarnath@qca.qualcomm.com>
Mon, 16 Jun 2014 13:22:36 +0000 (16:22 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 16 Jun 2014 13:22:36 +0000 (16:22 +0300)
commitcf1600ace434de06a402f3eaa3661a94b3a6f20f
treef6059dbcb2a902f70774843f3c782d2e7016afee
parentfa21e6c35b57718b17dfb1e85ba693160a82dcd6
hostapd: Configure driver ACL even if MAC address list is empty

Earlier commit related to MAC address based access control list
offloaded to the driver was not sending ACL configuration to the driver
if the MAC address list was empty. Remove this check as empty access
control list is a valid use case and sending ACL parameters should not
be dependent on whether the list is empty.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/hostapd.c