commit | be0418ada3fad110977a9d5fa16d4907d4e7d726 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Tue Nov 18 09:05:55 2008 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 26 09:47:26 2008 -0500 |
tree | 8a2f3f2d0a3a8680716746e719cccfb755c1fcbd | |
parent | 2b406f1e68dd5348384fd166ac532af46bfc87fc [diff] |
ath9k: Revamp RX handling Remove a lot of old, crufty code and make RX status reporting a bit sane and clean. Do not do anything to the RX skb before unmapping. So in ath_rx_tasklet(), move the skb_put() after PCI unmap. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>