staging: wilc1000: use is_broadcast_ether_addr check for broadcast address
authorAjay Singh <ajay.kathat@microchip.com>
Wed, 2 May 2018 07:13:45 +0000 (12:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2018 20:56:36 +0000 (13:56 -0700)
commit130608a86e2eaaa53d0d604136d3ac35b5ee5fc0
treeefe0986a81ebc2e6da93d57476fe5b49a312df37
parent25a757b78199fe5ed32eba4a24a289e912dc90ef
staging: wilc1000: use is_broadcast_ether_addr check for broadcast address

Make use of is_broadcast_ether_addr() to check if mac address is broadcast
address. Remove static 'broadcast', as its not needed after use of
is_broadcast_ether_addr().

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_mon.c