On 2010-10-13 7:20 AM, Rajkumar Manoharan wrote: > On Tue, Oct 12, 2010 at 07:38:03PM +0530, Felix Fietkau wrote: >> + spin_lock(&common->cc_lock); >> ath9k_hw_proc_mib_event(ah); >> + spin_unlock(&common->cc_lock); >> ath9k_hw_set_interrupts(ah, ah->imask); >> } >> > shouldn't we lock ath9k_ani_reset which also restarts ani? No, cc_lock is not an ANI lock, it's only for the cycle counters, which are not touched by ath9k_ani_reset at all. - Felix -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html