Searched hist:"83 c76570961573e56a238d84ba18f2581ef1e6b5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | diff 83c76570961573e56a238d84ba18f2581ef1e6b5 Wed Nov 16 04:09:44 CST 2011 Zefir Kurtisi <zefir.kurtisi@neratec.com> 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>
|