From: Kalle Valo Date: Tue, 13 Oct 2009 17:33:13 +0000 (+0300) Subject: mac80211: add ieee80211_rx_ni() X-Git-Tag: v2.6.33-rc1~388^2~599^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e36e49f7338f0f73cd7f5ba4f5b646a479ab60a8;p=pandora-kernel.git mac80211: add ieee80211_rx_ni() ieee80211_rx() must be called with bottom halves disabled. To simplify driver development implement ieee80211_rx_ni() which disables BH. This function must be used when in process context. Signed-off-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed