From e142dc1ecc555c77826ee2706dd86f329d35597e Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Tue, 19 Dec 2017 20:16:05 +0200 Subject: uwb: Replace mac address parsing Replace sscanf() with mac_pton(). Signed-off-by: Andy Shevchenko Signed-off-by: Greg Kroah-Hartman --- drivers/uwb/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/uwb/Kconfig') 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 -- cgit v1.2.3