[net-tools-devel] [PATCH 1/3] pathnames: Bluetooth stuff is now in debugfs
Linux networking base tools
Brought to you by:
eckes
|
From: Lubomir R. <lku...@v3...> - 2014-10-03 10:00:38
|
Yay for the ABI breakage. --- lib/pathnames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pathnames.h b/lib/pathnames.h index 14b051c..045b04a 100644 --- a/lib/pathnames.h +++ b/lib/pathnames.h @@ -53,8 +53,8 @@ #define _PATH_PROCNET_X25_ROUTE "/proc/net/x25/route" #define _PATH_PROCNET_DEV_MCAST "/proc/net/dev_mcast" #define _PATH_PROCNET_ATALK_ROUTE "/proc/net/atalk_route" -#define _PATH_SYS_BLUETOOTH_L2CAP "/sys/class/bluetooth/l2cap" -#define _PATH_SYS_BLUETOOTH_RFCOMM "/sys/class/bluetooth/rfcomm" +#define _PATH_SYS_BLUETOOTH_L2CAP "/sys/kernel/debug/bluetooth/l2cap" +#define _PATH_SYS_BLUETOOTH_RFCOMM "/sys/kernel/debug/bluetooth/rfcomm" /* pathname for the netlink device */ #define _PATH_DEV_ROUTE "/dev/route" -- 1.9.3 |