commit | e36e49f7338f0f73cd7f5ba4f5b646a479ab60a8 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kalle.valo@nokia.com> | Tue Oct 13 20:33:13 2009 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 27 16:48:21 2009 -0400 |
tree | afd17ce1fb0c79e89bf481f781fb7ef82759741c | |
parent | 88499ab3d8dbbf9c080416952603742666c71262 [diff] |
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>