diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-12-19 19:16:05 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-09 16:15:20 +0100 |
commit | e142dc1ecc555c77826ee2706dd86f329d35597e (patch) | |
tree | 7501930d25f0dfff07cd760fe744139887f32069 /drivers/uwb/Kconfig | |
parent | ARM: da8xx: remove con_id from USB clocks (diff) | |
download | linux-e142dc1ecc555c77826ee2706dd86f329d35597e.tar.xz linux-e142dc1ecc555c77826ee2706dd86f329d35597e.zip |
uwb: Replace mac address parsing
Replace sscanf() with mac_pton().
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uwb/Kconfig')
-rw-r--r-- | drivers/uwb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/uwb/Kconfig b/drivers/uwb/Kconfig index c204094e1bb4..afac2588dab4 100644 --- a/drivers/uwb/Kconfig +++ b/drivers/uwb/Kconfig @@ -5,6 +5,7 @@ menuconfig UWB tristate "Ultra Wideband devices" default n + select GENERIC_NET_UTILS help UWB is a high-bandwidth, low-power, point-to-point radio technology using a wide spectrum (3.1-10.6GHz). It is |