orinoco: Fix inappropriate use of IRQ_BAP
authorDavid Kilroy <kilroyd@googlemail.com>
Tue, 9 Dec 2008 21:46:29 +0000 (21:46 +0000)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 12 Dec 2008 19:01:59 +0000 (14:01 -0500)
This hardware buffer should only be used from an interrupt. The
wireless event generation functions are called from a workqueue, so use
USER_BAP instead.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found