Turn off Interference Mitigation/Ambient Noise Imunity when the HAL is not in Station...
[madwifi/.git] / ath / if_athvar.h
index 1300dc9d83295f072b9ce24defc5f1968bdd3d0b..17392972e2d93e6bfa1d41e4b05c089a678d4ce9 100644 (file)
@@ -582,8 +582,9 @@ struct ath_softc {
                        sc_hasclrkey:1,         /* CLR key supported */
                        sc_devstopped:1,        /* stopped due to of no tx bufs */
                        sc_stagbeacons:1,       /* use staggered beacons */
-                       sc_dfswait:1,           /* waiting on channel for radar detect */
-                       sc_ackrate:1;           /* send acks at high bitrate */
+                       sc_dfswait:1,           /* waiting on channel for radar detect */
+                       sc_ackrate:1,           /* send acks at high bitrate */
+                       sc_hasintmit:1;         /* Interference mitigation */
        /* rate tables */
        const HAL_RATE_TABLE *sc_rates[IEEE80211_MODE_MAX];
        const HAL_RATE_TABLE *sc_currates;      /* current rate table */