]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a38993bc3c78f3a64ab91d1c10de03652586e95
tree467843e9196e4d46e3a8553cbcb99fedd2bb4e72
parentebba8241456e32eac0354123e4ddd79143582038
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