| | 1908 | |
|---|
| | 1909 | if (sc->sc_opmode != HAL_M_STA) |
|---|
| | 1910 | { |
|---|
| | 1911 | /* Turn off ANI (ambient noise immunity) in other modes than station |
|---|
| | 1912 | * because it causes receive sensitivity problems in OFDM modulations. |
|---|
| | 1913 | */ |
|---|
| | 1914 | if (ath_hal_getcapability(sc->sc_ah, HAL_CAP_INTMIT, 0, NULL) == HAL_OK) |
|---|
| | 1915 | ath_hal_setcapability(sc->sc_ah, HAL_CAP_INTMIT, 1, 0, NULL); |
|---|
| | 1916 | } |
|---|
| | 1917 | |
|---|
| | 2168 | |
|---|
| | 2169 | if (sc->sc_opmode != HAL_M_STA) |
|---|
| | 2170 | { |
|---|
| | 2171 | /* Turn off ANI (ambient noise immunity) in other modes than station |
|---|
| | 2172 | * because it causes receive sensitivity problems in OFDM modulations. |
|---|
| | 2173 | */ |
|---|
| | 2174 | if (ath_hal_getcapability(sc->sc_ah, HAL_CAP_INTMIT, 0, NULL) == HAL_OK) |
|---|
| | 2175 | ath_hal_setcapability(sc->sc_ah, HAL_CAP_INTMIT, 1, 0, NULL); |
|---|
| | 2176 | } |
|---|
| | 2177 | |
|---|
| | 7815 | if (sc->sc_opmode != HAL_M_STA) |
|---|
| | 7816 | { |
|---|
| | 7817 | /* Turn off ANI (ambient noise immunity) in other modes than station |
|---|
| | 7818 | * because it causes receive sensitivity problems in OFDM modulations. |
|---|
| | 7819 | */ |
|---|
| | 7820 | if (ath_hal_getcapability(sc->sc_ah, HAL_CAP_INTMIT, 0, NULL) == HAL_OK) |
|---|
| | 7821 | ath_hal_setcapability(sc->sc_ah, HAL_CAP_INTMIT, 1, 0, NULL); |
|---|
| | 7822 | } |
|---|
| | 7823 | |
|---|