linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/5] ath9k: add missing device ID for AR9160 MiniPCI cards
@ 2008-07-20 13:33 Felix Fietkau
  0 siblings, 0 replies; only message in thread
From: Felix Fietkau @ 2008-07-20 13:33 UTC (permalink / raw)
  To: linux-wireless; +Cc: ath5k-devel


Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---
--- a/drivers/net/wireless/ath9k/hw.c
+++ b/drivers/net/wireless/ath9k/hw.c
@@ -8329,6 +8329,8 @@
  	case AR5416_DEVID_PCI:
  	case AR5416_DEVID_PCIE:
  		return "Atheros 5416";
+	case AR9160_DEVID_PCI:
+		return "Atheros 9160";
  	case AR9280_DEVID_PCI:
  	case AR9280_DEVID_PCIE:
  		return "Atheros 9280";
@@ -8350,6 +8352,7 @@
  	switch (devid) {
  	case AR5416_DEVID_PCI:
  	case AR5416_DEVID_PCIE:
+	case AR9160_DEVID_PCI:
  	case AR9280_DEVID_PCI:
  	case AR9280_DEVID_PCIE:
  		ah = ath9k_hw_do_attach(devid, sc, mem, error);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-20 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-20 13:33 [PATCH 3/5] ath9k: add missing device ID for AR9160 MiniPCI cards Felix Fietkau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).