]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: wireless: convert class code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:35 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 23:34:40 +0000 (16:34 -0700)
commitf0bc99c84349ce87af5b35839d19bfb17bb9b27f
tree3305f2f0be2d65be7fc0d9806c52bf3a48ce17c9
parentd79fd03fd651bd91a081fc97f5f0d221557f8cbb
net: wireless: convert class code to use dev_groups

The dev_attrs field of struct class is going away soon, dev_groups
should be used instead.  This converts the networking wireless class
code to use the correct field.

Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Cc: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/wireless/sysfs.c