ath9k: fix radar parameters initialization
authorLorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Thu, 11 Sep 2014 21:50:54 +0000 (23:50 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Sep 2014 19:00:50 +0000 (15:00 -0400)
Move ath9k_hw_set_radar_params() in ath9k_hw_reset() in order to avoid
AR_PHY_RADAR registers are overwritten after hw reset

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/channel.c
drivers/net/wireless/ath/ath9k/hw.c

index a1b3282..d2a0f12 100644 (file)
@@ -83,8 +83,6 @@ static int ath_set_channel(struct ath_softc *sc)
        if (hw->conf.radar_enabled) {
                u32 rxfilter;
 
-               /* set HW specific DFS configuration */
-               ath9k_hw_set_radar_params(ah);
                rxfilter = ath9k_hw_getrxfilter(ah);
                rxfilter |= ATH9K_RX_FILTER_PHYRADAR |
                                ATH9K_RX_FILTER_PHYERR;
Simple merge