net: wireless: bcmdhd: Fix failure in register_sysctl_table() call
authorDmitry Shmidt <dimitrysh@google.com>
Tue, 21 Jun 2011 23:19:35 +0000 (16:19 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Wed, 22 Jun 2011 00:10:06 +0000 (17:10 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/wl_cfg80211.c

index edeb87c927f83f7e4a5ad416f4a26037aee9cbe2..4c20fddd38a9077deb14d2772ce0fd92c46d5d43 100644 (file)
@@ -113,7 +113,7 @@ static ctl_table wl_sysctl_table[] = {
        .maxlen = 0,
        .mode =  0555,
        .child = wl_sysctl_child,
-       .proc_handler = proc_dostring,
+       .proc_handler = NULL,
        },
        {0}
 };