diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-02-09 16:12:09 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-09 16:12:09 -0500 |
commit | a3cc2de9138f1ee1581f55927f33f7d72ed6207d (patch) | |
tree | 4f0dbdb1b18bf24987485facb5e7800e242d932f /net/core/net-sysfs.c | |
parent | e45d9ab4051d99c9f237c96e75c4dd6671661236 (diff) | |
parent | 46b8c85e1df091fe2d53ae7d02addb0dc58a9123 (diff) |
Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream
Diffstat (limited to 'net/core/net-sysfs.c')
-rw-r--r-- | net/core/net-sysfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c index 44db095a8f7e..cd59ac620092 100644 --- a/net/core/net-sysfs.c +++ b/net/core/net-sysfs.c | |||
@@ -340,7 +340,7 @@ static struct attribute_group netstat_group = { | |||
340 | .attrs = netstat_attrs, | 340 | .attrs = netstat_attrs, |
341 | }; | 341 | }; |
342 | 342 | ||
343 | #ifdef WIRELESS_EXT | 343 | #ifdef CONFIG_WIRELESS_EXT |
344 | /* helper function that does all the locking etc for wireless stats */ | 344 | /* helper function that does all the locking etc for wireless stats */ |
345 | static ssize_t wireless_show(struct device *d, char *buf, | 345 | static ssize_t wireless_show(struct device *d, char *buf, |
346 | ssize_t (*format)(const struct iw_statistics *, | 346 | ssize_t (*format)(const struct iw_statistics *, |
@@ -473,7 +473,7 @@ int netdev_register_sysfs(struct net_device *net) | |||
473 | if (net->get_stats) | 473 | if (net->get_stats) |
474 | *groups++ = &netstat_group; | 474 | *groups++ = &netstat_group; |
475 | 475 | ||
476 | #ifdef WIRELESS_EXT | 476 | #ifdef CONFIG_WIRELESS_EXT |
477 | if (net->wireless_handlers && net->wireless_handlers->get_wireless_stats) | 477 | if (net->wireless_handlers && net->wireless_handlers->get_wireless_stats) |
478 | *groups++ = &wireless_group; | 478 | *groups++ = &wireless_group; |
479 | #endif | 479 | #endif |