mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ath9k: make driver usable standalone
@ 2011-08-17  3:28 Pavel Ivanov
  2011-08-17  5:57 ` Gábor Stefanik
  2011-08-18 21:26 ` Luis R. Rodriguez
  0 siblings, 2 replies; 16+ messages in thread
From: Pavel Ivanov @ 2011-08-17  3:28 UTC (permalink / raw)
  To: Luis R. Rodriguez, Jouni Malinen, Vasanthakumar Thiagarajan,
	Senthil Balasubramanian
  Cc: linux-wireless, ath9k-devel, linux-kernel

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	[flat|nested] 16+ messages in thread

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®