I'll give it a try and report back, might take a couple of days though -Cam
On Wed, Jun 15, 2011 at 3:02 AM, Adrian Chadd <[email protected]> wrote: > On 14 June 2011 21:20, Mohammed Shafi <[email protected]> wrote: > >> I had removed a check that looks redundant. this will be anyway called >> in radio_disable. >> if some one has time and has easy way of applying the patch like in >> compat wireless, can they see if it fixes by any chance(less >> probably). >> FYI I had gone through the pcipowersave module itself and did not find >> any obvious deviation apart from some junk work around that need to be >> done for AR9285E which does not seems to be related to this > > Right. I did the same and yes, I came to the same conclusion. So I > figured it wasn't the powersave function itself. > > Tony/Camilo, can you revert the patch I've done and see if this patch > from Mohammed Shafi fixes it? > > Thanks, > > > Adrian > >> diff --git a/drivers/net/wireless/ath/ath9k/main.c >> b/drivers/net/wireless/ath/ath9k/main.c >> index 7f94533..e7f8ef2 100644 >> --- a/drivers/net/wireless/ath/ath9k/main.c >> +++ b/drivers/net/wireless/ath/ath9k/main.c >> @@ -1259,7 +1259,6 @@ static void ath9k_stop(struct ieee80211_hw *hw) >> >> /* disable HAL and put h/w to sleep */ >> ath9k_hw_disable(ah); >> - ath9k_hw_configpcipowersave(ah, 1, 1); >> >> spin_unlock_bh(&sc->sc_pcu_lock); >> >> >>>> >>>> -Cam >>>> >>> >> >> >> >> -- >> shafi >> > _______________________________________________ ath9k-devel mailing list [email protected] https://lists.ath9k.org/mailman/listinfo/ath9k-devel
