ath9k: Add QCA956x HW support
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / recv.c
index 7395afbc5124b816ce13ff149e5da011f2fc8778..6fb40ef86fd6964c584fdb77a29d7808d2357717 100644 (file)
@@ -425,7 +425,8 @@ u32 ath_calcrxfilter(struct ath_softc *sc)
                rfilt |= ATH9K_RX_FILTER_MCAST_BCAST_ALL;
        }
 
-       if (AR_SREV_9550(sc->sc_ah) || AR_SREV_9531(sc->sc_ah))
+       if (AR_SREV_9550(sc->sc_ah) || AR_SREV_9531(sc->sc_ah) ||
+           AR_SREV_9561(sc->sc_ah))
                rfilt |= ATH9K_RX_FILTER_4ADDRESS;
 
        if (ath9k_is_chanctx_enabled() &&
This page took 0.03579 seconds and 5 git commands to generate.