staging: r8188eu: replace custom hwaddr_aton_i() with mac_pton()
authorMichael Straube <straube.linux@gmail.com>
Thu, 12 Aug 2021 13:20:57 +0000 (15:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Aug 2021 06:37:09 +0000 (08:37 +0200)
commit347c9e5201a3e2bb2c84bcb7a04a6ac6b6c3cc33
treec74f8e5dbaf56017ebceeb13fcea242c896d7127
parent626520f4ba27d92c8caaf2d1f70c4bca4ea3f9de
staging: r8188eu: replace custom hwaddr_aton_i() with mac_pton()

Replace custom hwaddr_aton_i() with mac_pton() in core/ioctl_linux.c
and remove the now unused functions hwaddr_aton_i() and hex2num_i().

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210812132057.22579-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/ioctl_linux.c