aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ah.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/ath_hal/ah.c')
-rw-r--r--sys/dev/ath/ath_hal/ah.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ath/ath_hal/ah.c b/sys/dev/ath/ath_hal/ah.c
index 5d6c27d99d1c..4d3ac3d4ec32 100644
--- a/sys/dev/ath/ath_hal/ah.c
+++ b/sys/dev/ath/ath_hal/ah.c
@@ -145,10 +145,7 @@ ath_hal_mac_name(struct ath_hal *ah)
case AR_SREV_VERSION_QCA9565:
/* XXX should say QCA, not AR */
return "9565";
- case AR9300_DEVID_QCA955X:
- /* XXX should say QCA, not AR */
- return "9550";
- case AR9300_DEVID_QCA953X:
+ case AR_SREV_VERSION_QCA9530:
/* XXX should say QCA, not AR */
return "9530";
}