Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9d4a6040fc6222ca57c271289a7540292640a5a4
Commit:     9d4a6040fc6222ca57c271289a7540292640a5a4
Parent:     ae80031a171b81d28b92877e7a9ce9b26cbfe051
Author:     Robert P. J. Day <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 5 16:41:36 2007 -0800
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Fri Feb 9 14:57:15 2007 -0500

    [PATCH] Replace incorrect macro name "WIRELESS_EXT" with 
"CONFIG_WIRELESS_EXT"
    
    Rename the (apparently) incorrect macro name WIRELESS_EXT to
    CONFIG_WIRELESS_EXT.
    
    Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 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 f47f319..44e69a2 100644
--- a/net/core/net-sysfs.c
+++ b/net/core/net-sysfs.c
@@ -329,7 +329,7 @@ static struct attribute_group netstat_group = {
        .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,
                             ssize_t (*format)(const struct iw_statistics *,
@@ -462,7 +462,7 @@ int netdev_register_sysfs(struct net_device *net)
        if (net->get_stats)
                *groups++ = &netstat_group;
 
-#ifdef WIRELESS_EXT
+#ifdef CONFIG_WIRELESS_EXT
        if (net->wireless_handlers && 
net->wireless_handlers->get_wireless_stats)
                *groups++ = &wireless_group;
 #endif
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to