Lines 1687-1694
Link Here
|
1687 |
switch (nstate) { |
1687 |
switch (nstate) { |
1688 |
case IEEE80211_S_SCAN: |
1688 |
case IEEE80211_S_SCAN: |
1689 |
WPI_RXON_LOCK(sc); |
1689 |
WPI_RXON_LOCK(sc); |
1690 |
if (wpi_check_bss_filter(sc) != 0 && |
1690 |
if (wpi_check_bss_filter(sc) != 0) { |
1691 |
vap->iv_opmode != IEEE80211_M_STA) { |
|
|
1692 |
sc->rxon.filter &= ~htole32(WPI_FILTER_BSS); |
1691 |
sc->rxon.filter &= ~htole32(WPI_FILTER_BSS); |
1693 |
if ((error = wpi_send_rxon(sc, 0, 1)) != 0) { |
1692 |
if ((error = wpi_send_rxon(sc, 0, 1)) != 0) { |
1694 |
device_printf(sc->sc_dev, |
1693 |
device_printf(sc->sc_dev, |