From: Jeff Garzik Date: Fri, 9 Feb 2007 21:12:09 +0000 (-0500) Subject: Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wirel... X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a3cc2de9138f1ee1581f55927f33f7d72ed6207d;p=mv-sheeva.git Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream --- a3cc2de9138f1ee1581f55927f33f7d72ed6207d diff --cc net/core/net-sysfs.c index 44db095a8f7,44e69a21c32..cd59ac62009 --- a/net/core/net-sysfs.c +++ b/net/core/net-sysfs.c @@@ -340,9 -329,9 +340,9 @@@ static struct attribute_group netstat_g .attrs = netstat_attrs, }; - #ifdef WIRELESS_EXT + #ifdef CONFIG_WIRELESS_EXT /* helper function that does all the locking etc for wireless stats */ -static ssize_t wireless_show(struct class_device *cd, char *buf, +static ssize_t wireless_show(struct device *d, char *buf, ssize_t (*format)(const struct iw_statistics *, char *)) {