tree-wide: replace config_enabled() with IS_ENABLED()
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / recv.c
index 32160fca876a0d04492bf40e1bf79f0850ec2d23..66973425266439a72474f9c5387be9b70c29bf89 100644 (file)
@@ -377,7 +377,7 @@ u32 ath_calcrxfilter(struct ath_softc *sc)
        struct ath_common *common = ath9k_hw_common(sc->sc_ah);
        u32 rfilt;
 
-       if (config_enabled(CONFIG_ATH9K_TX99))
+       if (IS_ENABLED(CONFIG_ATH9K_TX99))
                return 0;
 
        rfilt = ATH9K_RX_FILTER_UCAST | ATH9K_RX_FILTER_BCAST
This page took 0.023617 seconds and 5 git commands to generate.