From: Zefir Kurtisi Date: Wed, 16 Nov 2011 10:09:44 +0000 (+0100) Subject: ath9k: trivial: reorder rx_tasklet processing X-Git-Tag: v3.3-rc1~182^2~261^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c76570961573e56a238d84ba18f2581ef1e6b5;p=pandora-kernel.git ath9k: trivial: reorder rx_tasklet processing DFS events are reported as PHY errors and need to be processed with a correct timestamp set before ath9k_skb_preprocess() is called and the frame is possibly dropped. This patch puts the rxs->mactime calculation before the skb is preprocessed to prepare for DFS event reporting. Signed-off-by: Zefir Kurtisi Signed-off-by: John W. Linville --- Reading git-diff-tree failed