All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [PATCH] Seeing as alot of ath9k devices is PCI/PCIe or their mini equivalent it makes sense to set ATH9K_PCI to y by default
@ 2011-11-09 22:57 ` Daniel Kuehn
  0 siblings, 0 replies; 10+ messages in thread
From: Daniel Kuehn @ 2011-11-09 22:57 UTC (permalink / raw)
  To: ath9k-devel

from: Daniel Kuehn <daniel@kuehn.se>

Most ath9k devices are PCI/PCIe based, therefor making PCI/PCIe support
default y helps those porting a config from 2.6 kernel series
from getting "non-functional" wireless drivers with 3.x kernel series.

Signed-off-by: Daniel Kuehn <daniel@kuehn.se>
---
 drivers/net/wireless/ath/ath9k/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/Kconfig
b/drivers/net/wireless/ath/ath9k/Kconfig index d9c08c6..7b4c074 100644
--- a/drivers/net/wireless/ath/ath9k/Kconfig
+++ b/drivers/net/wireless/ath/ath9k/Kconfig
@@ -25,6 +25,7 @@ config ATH9K
 
 config ATH9K_PCI
 	bool "Atheros ath9k PCI/PCIe bus support"
+	default y
 	depends on ATH9K && PCI
 	---help---
 	  This option enables the PCI bus support in ath9k.
-- 
1.7.7.2

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

end of thread, other threads:[~2011-11-17 20:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 22:57 [ath9k-devel] [PATCH] Seeing as alot of ath9k devices is PCI/PCIe or their mini equivalent it makes sense to set ATH9K_PCI to y by default Daniel Kuehn
2011-11-09 22:57 ` Daniel Kuehn
2011-11-17 15:13 ` [ath9k-devel] " Gabor Juhos
2011-11-17 15:13   ` Gabor Juhos
2011-11-17 15:39   ` [ath9k-devel] " Daniel Kuehn
2011-11-17 15:39     ` Daniel Kuehn
2011-11-17 18:44     ` [ath9k-devel] " Gabor Juhos
2011-11-17 18:44       ` Gabor Juhos
2011-11-17 20:56       ` [ath9k-devel] " Daniel Kuehn
2011-11-17 20:56         ` Daniel Kuehn

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.