From: Felix Fietkau Date: Fri, 2 Sep 2011 23:40:26 +0000 (+0200) Subject: ath9k: merge reset related functions X-Git-Tag: v3.2-rc1~129^2~254^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9adcf440dcc886a950a6049f928ab679912d99f4;p=pandora-kernel.git ath9k: merge reset related functions reduces unnecessary code duplication. Also takes the sc_pcu_lock within ath_reset instead of callsites, which makes it possible to always cancel all queued work items before the reset, possibly fixing a few race conditions (work items vs reset) along with it. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed