net: wireless: bcmdhd: Prevent using WEXT in case of CFG80211
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 13 Jun 2011 22:16:59 +0000 (15:16 -0700)
committerColin Cross <ccross@android.com>
Tue, 14 Jun 2011 16:10:09 +0000 (09:10 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/Kconfig

index 7ef1434e8b4842d3fce75266850264274bc2be46..db434ab04cdac322bc8d3c5415ce2d385583c394 100644 (file)
@@ -26,7 +26,7 @@ config BCMDHD_NVRAM_PATH
 
 config BCMDHD_WEXT
        bool "Enable WEXT support"
-       depends on BCMDHD
+       depends on BCMDHD && CFG80211 = n
        select WIRELESS_EXT
        select WEXT_PRIV
        help