commit | ae3e0fcf901e4b7df87aef7ab39093e142a8de8b | [log] [tgz] |
---|---|---|
author | Holger Schurig <hs4233@mail.mn-solutions.de> | Wed Jan 16 15:48:44 2008 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:10:04 2008 -0800 |
tree | bcd8fce4819ad95181ec8694ae690ae6cad9f060 | |
parent | 8ac919be0520b22d106b1d5f3e8f9b5c142089eb [diff] |
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>