]> Pileus Git - ~andy/linux/commit
mac80211: add ieee80211_rx_ni()
authorKalle Valo <kalle.valo@nokia.com>
Tue, 13 Oct 2009 17:33:13 +0000 (20:33 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 27 Oct 2009 20:48:21 +0000 (16:48 -0400)
commite36e49f7338f0f73cd7f5ba4f5b646a479ab60a8
treeafd17ce1fb0c79e89bf481f781fb7ef82759741c
parent88499ab3d8dbbf9c080416952603742666c71262
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 <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h