|
@@ -424,8 +424,8 @@ u32 ath_calcrxfilter(struct ath_softc *sc)
|
|
|
rfilt |= ATH9K_RX_FILTER_COMP_BAR;
|
|
|
|
|
|
if (sc->nvifs > 1 || (sc->rx.rxfilter & FIF_OTHER_BSS)) {
|
|
|
- /* The following may also be needed for other older chips */
|
|
|
- if (sc->sc_ah->hw_version.macVersion == AR_SREV_VERSION_9160)
|
|
|
+ /* This is needed for older chips */
|
|
|
+ if (sc->sc_ah->hw_version.macVersion <= AR_SREV_VERSION_9160)
|
|
|
rfilt |= ATH9K_RX_FILTER_PROM;
|
|
|
rfilt |= ATH9K_RX_FILTER_MCAST_BCAST_ALL;
|
|
|
}
|