From: Zhu Yi Date: Thu, 25 Jun 2009 10:28:30 +0000 (+0800) Subject: iwmc3200wifi: replace netif_rx with netif_rx_ni X-Git-Tag: v2.6.32-rc1~703^2~677 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd13fd649879b6230be5d855e00c286c5e60f354;p=pandora-kernel.git iwmc3200wifi: replace netif_rx with netif_rx_ni The patch uses netif_rx_ni() over netif_rx() to post buffers to upper network code because it is always scheduled in a workqueue. The problem was first observed from a dynamic ticks warning: "NOHZ: local_softirq_pending ..." Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed