The 6000 series gen2 adapters have 2 firmware images, one with

advanced btcoex support and one without.
This commit is contained in:
bschmidt 2011-04-20 17:43:20 +00:00
parent d7f68b4e5b
commit 51f1120c73

View File

@ -816,9 +816,11 @@ iwn5000_attach(struct iwn_softc *sc, uint16_t pid)
break;
case IWN_HW_REV_TYPE_6005:
sc->limits = &iwn6000_sensitivity_limits;
sc->fwname = "iwn6005fw";
if (pid != 0x0082 && pid != 0x0085)
if (pid != 0x0082 && pid != 0x0085) {
sc->fwname = "iwn6000g2bfw";
sc->sc_flags |= IWN_FLAG_ADV_BTCOEX;
} else
sc->fwname = "iwn6000g2afw";
break;
default:
device_printf(sc->sc_dev, "adapter type %d not supported\n",