Skip to content

Commit

Permalink
Do not add rxon ht flags on initialization. (#606)
Browse files Browse the repository at this point in the history
The ic_bss may contain ht flags that is incompatible with the default ic_ibss_chan used during initialization.
  • Loading branch information
pigworlds authored May 27, 2021
1 parent 35f3fdd commit 604a33b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion itlwm/hal_iwn/ItlIwn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5245,7 +5245,6 @@ iwn_config(struct iwn_softc *sc)
rxchain |= (IWN_RXCHAIN_DRIVER_FORCE | IWN_RXCHAIN_MIMO_FORCE);
}
sc->rxon.rxchain = htole16(rxchain);
sc->rxon.flags |= htole32(iwn_get_rxon_ht_flags(ic, ic->ic_bss));
DPRINTF(("setting configuration\n"));
DPRINTF(("%s: rxon chan %d flags %x cck %x ofdm %x rxchain %x\n",
__func__, sc->rxon.chan, le32toh(sc->rxon.flags), sc->rxon.cck_mask,
Expand Down

0 comments on commit 604a33b

Please sign in to comment.