All of lore.kernel.org
 help / color / mirror / Atom feed
* Question about wireless configuration
@ 2010-11-04 13:36 Larry Finger
  2010-11-04 13:50 ` Johannes Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Finger @ 2010-11-04 13:36 UTC (permalink / raw)
  To: Johannes Berg; +Cc: wireless

I am trying to test the latest Realtek driver for the RTL8187L. In order for the
driver to be able to scan, CONFIG_WIRELESS_EXT must be set to "y". I could find
no way to do that with the kernel configuration utilities until I made the
following patch. I know it is wrong, but I would like to know the correct way.

Thanks,

Larry



diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index d0ee290..c50af61 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -1,5 +1,5 @@
 config WIRELESS_EXT
-       bool
+       def_bool y

 config WEXT_CORE
        def_bool y

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-04 19:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04 13:36 Question about wireless configuration Larry Finger
2010-11-04 13:50 ` Johannes Berg
2010-11-04 14:53   ` Larry Finger
2010-11-04 19:33     ` Rafał Miłecki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.