From: Luciano Coelho Date: Wed, 21 Oct 2009 11:03:46 +0000 (+0300) Subject: wl1271: use ieee80211_rx_ni() X-Git-Tag: v2.6.33-rc1~388^2~599^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287d37412035d003430f69a828c98b1cc6ee6d60;p=pandora-kernel.git wl1271: use ieee80211_rx_ni() Use the new ieee80211_rx_ni() function instead of ieee80211_rx(). Since we use a workqueue to handle the RX path, we need to call the new function, which disables bottom half handling. This patch fixes the NOHZ: local_softirq_pending messages. CC: Kalle Valo Signed-off-by: Luciano Coelho Reviewed-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed