backports: backport sysfs api in wireless
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 18 Aug 2013 23:37:52 +0000 (01:37 +0200)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 27 Aug 2013 18:43:04 +0000 (11:43 -0700)
commit0409ddafc06381fd1fb4afab80ac37b273eb7119
treec0df0b15ce5e5f3613d1c1f75f523851c4c10772
parent5ecd54d3cbf3d12554d14ecade641369e7f4761c
backports: backport sysfs api in wireless

Older kernel versions do not support the new sysfs api with dev_groups.
This makes net/wireless/sysfs.c use the old api on older kernels.

This is a backport of this commit:
commit f0bc99c84349ce87af5b35839d19bfb17bb9b27f
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date:   Wed Jul 24 15:05:35 2013 -0700

    net: wireless: convert class code to use dev_groups

This was mostly done by Johannes Berg <johannes@sipsolutions.net>.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
backport/backport-include/linux/device.h
patches/collateral-evolutions/network/76-sysfs-api/net_wireless_sysfs.patch [new file with mode: 0644]