All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [PATCH] ath9k: make driver usable standalone
@ 2011-08-17  3:28 ` Pavel Ivanov
  0 siblings, 0 replies; 39+ messages in thread
From: Pavel Ivanov @ 2011-08-17  3:28 UTC (permalink / raw)
  To: ath9k-devel

When ath9k is the only wireless driver included in the build
WIRELESS_EXT configuration option becomes undefined. Because of that
driver becomes essentially unusable as you can't actually connect to
any WiFi network. By including WIRELESS_EXT into Kconfig we ensure
that build with ath9k and without other drivers (having WIRELESS_EXT
selected in their Kconfig) is actually usable.

Signed-off-by: Pavel Ivanov <paivanof@gmail.com>
---

diff --git a/drivers/net/wireless/ath/ath9k/Kconfig
b/drivers/net/wireless/ath/ath9k/Kconfig
index d9c08c6..2573f77 100644
--- a/drivers/net/wireless/ath/ath9k/Kconfig
+++ b/drivers/net/wireless/ath/ath9k/Kconfig
@@ -11,6 +11,7 @@ config ATH9K
 	select LEDS_CLASS
 	select NEW_LEDS
 	select ATH9K_COMMON
+	select WIRELESS_EXT
 	---help---
 	  This module adds support for wireless adapters based on
 	  Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family

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

end of thread, other threads:[~2011-08-19  4:28 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17  3:28 [ath9k-devel] [PATCH] ath9k: make driver usable standalone Pavel Ivanov
2011-08-17  3:28 ` Pavel Ivanov
2011-08-17  3:28 ` Pavel Ivanov
2011-08-17  5:57 ` [ath9k-devel] " Gábor Stefanik
2011-08-17  5:57   ` Gábor Stefanik
2011-08-17  5:57   ` Gábor Stefanik
2011-08-17 15:56   ` [ath9k-devel] " Pavel Ivanov
2011-08-17 15:56     ` Pavel Ivanov
2011-08-17 15:56     ` Pavel Ivanov
2011-08-17 16:25     ` [ath9k-devel] " Gábor Stefanik
2011-08-17 16:25       ` Gábor Stefanik
2011-08-17 16:25       ` Gábor Stefanik
2011-08-17 22:51       ` [ath9k-devel] " Valdis.Kletnieks at vt.edu
2011-08-17 22:51         ` Valdis.Kletnieks
2011-08-17 23:20         ` [ath9k-devel] " Larry Finger
2011-08-17 23:20           ` Larry Finger
2011-08-18 19:18         ` [ath9k-devel] " Dan Williams
2011-08-18 19:18           ` Dan Williams
2011-08-18  4:01       ` [ath9k-devel] " Pavel Ivanov
2011-08-18  4:01         ` Pavel Ivanov
2011-08-18  4:01         ` Pavel Ivanov
2011-08-18  5:19         ` [ath9k-devel] " Adrian Chadd
2011-08-18  5:19           ` Adrian Chadd
2011-08-18  5:19           ` Adrian Chadd
2011-08-18 19:20         ` [ath9k-devel] " Dan Williams
2011-08-18 19:20           ` Dan Williams
2011-08-18 19:30           ` [ath9k-devel] " Pavel Ivanov
2011-08-18 19:30             ` Pavel Ivanov
2011-08-18 20:35             ` [ath9k-devel] " Dan Williams
2011-08-18 20:35               ` Dan Williams
2011-08-18 22:56               ` [ath9k-devel] " Pavel Ivanov
2011-08-18 22:56                 ` Pavel Ivanov
2011-08-19  1:25                 ` [ath9k-devel] " Johannes Berg
2011-08-19  1:25                   ` Johannes Berg
2011-08-19  4:27                 ` [ath9k-devel] " Pavel Ivanov
2011-08-19  4:27                   ` Pavel Ivanov
2011-08-18 21:26 ` [ath9k-devel] " Luis R. Rodriguez
2011-08-18 21:26   ` Luis R. Rodriguez
2011-08-18 21:26   ` Luis R. Rodriguez

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.