orinoco: Process bulk of receive interrupt in a tasklet
authorDavid Kilroy <kilroyd@gmail.com>
Thu, 21 Aug 2008 22:28:04 +0000 (23:28 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 22 Aug 2008 23:28:06 +0000 (19:28 -0400)
commit31afcef385bb8bf528c6fbe05b359af9f456f02a
treec6032f5f81c250cf02bbb6d544bfa9866c5cfc67
parent06009fda9fde1b97074ab3d932d0468396bf5d10
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>
drivers/net/wireless/orinoco.c
drivers/net/wireless/orinoco.h