diff options
author | Michael Straube <straube.linux@gmail.com> | 2018-06-27 20:36:49 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-28 16:46:01 +0300 |
commit | a50d971c08ea72506d5f986fb7df9a5909c3997c (patch) | |
tree | 74edb995181a8760a8008fc53afbee73807512c8 /drivers/hid | |
parent | 9579ba6e5d4f2e823a16f0f99ba755cb345c3605 (diff) | |
download | linux-a50d971c08ea72506d5f986fb7df9a5909c3997c.tar.xz |
staging: rtl8723bs: use mac_pton() in rtw_macaddr_cfg()
Use the mac_pton() helper to convert the mac address string.
The functions key_char2num() and key_2char2num() are not used
anywhere else and can be removed.
This also has the benefit of validating the input since mac_pton()
returns false if the string is not valid.
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hid')
0 files changed, 0 insertions, 0 deletions