]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' message
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Wed, 16 Jan 2008 14:48:44 +0000 (15:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:04 +0000 (15:10 -0800)
commitae3e0fcf901e4b7df87aef7ab39093e142a8de8b
treebcd8fce4819ad95181ec8694ae690ae6cad9f060
parent8ac919be0520b22d106b1d5f3e8f9b5c142089eb
libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' message

netif_rx should be called only from interrupt context. if_cs and if_sdio receive
packets from other contexts, and thus should call netif_rx_ni.

Signed-off-by: Marc Pignat <marc.pignat@hevs.ch>
Acked-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/rx.c