commit | 31afcef385bb8bf528c6fbe05b359af9f456f02a | [log] [tgz] |
---|---|---|
author | David Kilroy <kilroyd@gmail.com> | Thu Aug 21 23:28:04 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 22 19:28:06 2008 -0400 |
tree | c6032f5f81c250cf02bbb6d544bfa9866c5cfc67 | |
parent | 06009fda9fde1b97074ab3d932d0468396bf5d10 [diff] |
orinoco: Process bulk of receive interrupt in a tasklet Read the packet data off the hardware and straight into an skb in the interrupt. We have to do this in case we don't process the tasklet in time. Signed-off-by: David Kilroy <kilroyd@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>