commit | 83c76570961573e56a238d84ba18f2581ef1e6b5 | [log] [tgz] |
---|---|---|
author | Zefir Kurtisi <zefir.kurtisi@neratec.com> | Wed Nov 16 11:09:44 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 21 16:20:42 2011 -0500 |
tree | 5161bed1395ba78f7da455ce48adf4658b201438 | |
parent | b68e6b3b33b208c5690355fd9804ea65cc53d3a5 [diff] |
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 <zefir.kurtisi@neratec.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>