ath9k : Display MAC/BB and RF version at startup (v2)
[pandora-kernel.git] / drivers / net / wireless / ath9k / hw.c
index e05c9ef..ff6457e 100644 (file)
@@ -382,8 +382,9 @@ static const char *ath9k_hw_devname(u16 devid)
 {
        switch (devid) {
        case AR5416_DEVID_PCI:
-       case AR5416_DEVID_PCIE:
                return "Atheros 5416";
+       case AR5416_DEVID_PCIE:
+               return "Atheros 5418";
        case AR9160_DEVID_PCI:
                return "Atheros 9160";
        case AR9280_DEVID_PCI: