Re: [PATCH v1] net-sysfs: expose permanent hardware address in sysfs

2014-05-07 Thread David Miller
From: David Decotigny Date: Mon, 5 May 2014 20:34:00 -0700 > Tested: > grep . /sys/class/net/*/*addr* > > Signed-off-by: David Decotigny ETHTOOL_GPERMADDR exists already, please use that instead, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH v1] net-sysfs: expose permanent hardware address in sysfs

2014-05-06 Thread Florian Fainelli
Le 05/05/2014 20:34, David Decotigny a écrit : Tested: grep . /sys/class/net/*/*addr* Please also include the relevant sysfs documentation changes in Documentation/ABI/testing/sysfs-class-net. Thanks! Signed-off-by: David Decotigny --- net/core/net-sysfs.c | 15 +++ 1 f

[PATCH v1] net-sysfs: expose permanent hardware address in sysfs

2014-05-05 Thread David Decotigny
Tested: grep . /sys/class/net/*/*addr* Signed-off-by: David Decotigny --- net/core/net-sysfs.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c index 1cac29e..bf57024 100644 --- a/net/core/net-sysfs.c +++ b/net/core/net-sysfs.c @@