aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2016-05-19 04:23:54 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2016-05-19 04:23:54 +0000
commit867d6884ddf6d71854d9e95fb3c4fd3433c011fb (patch)
treef129afd3aaef4ee4c3aa24cf0955a7144682661e /sys/dev/bwn
parent923840c646c624bfcefb9b88f74148605ae8a4b1 (diff)
downloadsrc-867d6884ddf6d71854d9e95fb3c4fd3433c011fb.tar.gz
src-867d6884ddf6d71854d9e95fb3c4fd3433c011fb.zip
[bwn] enable dual-phy on BCM4322MC.
Tested (with later commits): * BCM4322MC, STA mode, 2G + 5G
Notes
Notes: svn path=/head/; revision=300187
Diffstat (limited to 'sys/dev/bwn')
-rw-r--r--sys/dev/bwn/if_bwn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c
index 1ca004abb411..570d04b6cc15 100644
--- a/sys/dev/bwn/if_bwn.c
+++ b/sys/dev/bwn/if_bwn.c
@@ -1202,7 +1202,8 @@ bwn_attach_core(struct bwn_mac *mac)
if (siba_get_pci_device(sc->sc_dev) != 0x4312 &&
siba_get_pci_device(sc->sc_dev) != 0x4319 &&
siba_get_pci_device(sc->sc_dev) != 0x4324 &&
- siba_get_pci_device(sc->sc_dev) != 0x4328) {
+ siba_get_pci_device(sc->sc_dev) != 0x4328 &&
+ siba_get_pci_device(sc->sc_dev) != 0x432b) {
have_a = have_bg = 0;
if (mac->mac_phy.type == BWN_PHYTYPE_A)
have_a = 1;