staging: rtl8188eu: use eth_broadcast_addr() in place of memset
authorHari Prasath Gujulan Elango <hgujulan@visteon.com>
Wed, 20 Jan 2016 12:52:58 +0000 (12:52 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 03:00:46 +0000 (19:00 -0800)
commita3124e7b72bc3d9b915c690561bafe3ad8807696
tree467843e9196e4d46e3a8553cbcb99fedd2bb4e72
parentb9f1c275b695ff9339cfd0c2ea841f53d4205611
staging: rtl8188eu: use eth_broadcast_addr() in place of memset

Replace the memset of array to broadcast address 0xFF by using the
eth_broadcast_addr() API

Signed-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c