2008-06-04 21:16:18 +08:00
|
|
|
--- a/ath/if_ath.c
|
|
|
|
+++ b/ath/if_ath.c
|
2008-11-02 21:04:36 +08:00
|
|
|
@@ -8689,6 +8689,10 @@ ath_startrecv(struct ath_softc *sc)
|
2008-01-26 12:47:11 +08:00
|
|
|
|
|
|
|
sc->sc_rxbufcur = NULL;
|
|
|
|
|
|
|
|
+ /* configure bssid mask */
|
|
|
|
+ if (sc->sc_hasbmask)
|
|
|
|
+ ath_hal_setbssidmask(ah, sc->sc_bssidmask);
|
|
|
|
+
|
|
|
|
bf = STAILQ_FIRST(&sc->sc_rxbuf);
|
|
|
|
ath_hal_putrxbuf(ah, bf->bf_daddr);
|
|
|
|
ath_hal_rxena(ah); /* enable recv descriptors */
|