ath9k: Unify reset API
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / channel.c
index 135f74cd61475382dc4043eeff39e7d2ba0b9887..709facca8acde450cdfd090948508e0c3b174bbd 100644 (file)
@@ -66,7 +66,7 @@ static int ath_set_channel(struct ath_softc *sc)
        }
 
        hchan = &sc->sc_ah->channels[pos];
-       r = ath_reset_internal(sc, hchan);
+       r = ath_reset(sc, hchan);
        if (r)
                return r;
 
This page took 0.023873 seconds and 5 git commands to generate.