summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-05-02 00:59:39 +0000
committeradrian <adrian@FreeBSD.org>2013-05-02 00:59:39 +0000
commit0add75b9ba924a7522afa85ee2c0ee08ef92d08a (patch)
tree235123b28fc4e346db793d2622e045b8e10efc36 /sys/contrib
parent2c55b2f8ae7e13681c1308c7d84308eb9358a724 (diff)
downloadFreeBSD-src-0add75b9ba924a7522afa85ee2c0ee08ef92d08a.zip
FreeBSD-src-0add75b9ba924a7522afa85ee2c0ee08ef92d08a.tar.gz
Add device identification and probe/attach support for the QCA9565.
The QCA9565 is a 1x1 2.4GHz 11n chip with integrated on-chip bluetooth. The AR9300 HAL already has support for this chip; it just wasn't included in the probe/attach path. Tested: * This commit brought to you over a QCA9565 wifi connection from FreeBSD. * .. ie, basic STA, pings, no iperf or antenna diversity checking just yet.
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
index fed6d2f..b83faef 100644
--- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
+++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
@@ -4089,6 +4089,8 @@ ar9300_probe(uint16_t vendorid, uint16_t devid)
return "Atheros AR933x";
case AR9300_DEVID_QCA955X: /* Scorpion */
return "Qualcomm Atheros QCA955x";
+ case AR9300_DEVID_QCA9565: /* Aphrodite */
+ return "Qualcomm Atheros AR9565";
default:
return AH_NULL;
}
OpenPOWER on IntegriCloud