From: Bob Copeland Date: Thu, 8 Apr 2010 03:55:57 +0000 (-0400) Subject: ath5k: clean up queue manipulation X-Git-Tag: v2.6.35-rc1~473^2~460^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b5d117eddc09cd976ad8030d715f4350f598a22;p=pandora-kernel.git ath5k: clean up queue manipulation Review spotted a couple of strange invocations to ieee80211_wake_queues that could potentially cause problems: - queues are awakened in the calibration tasklet before phy calibration, and then again after calibration - queues are awakened inside reset when we're trying to drain the ath5k transmit queues, and again after reset is completed (in callers to ath5k_reset_wake). In both cases the first wake is unnecessary, so remove it. Signed-off-by: Bob Copeland Acked-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed