]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
b43: Pass more RX flags to mac80211
authorMichael Buesch <mb@bu3sch.de>
Mon, 2 Mar 2009 22:18:37 +0000 (23:18 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 5 Mar 2009 19:39:40 +0000 (14:39 -0500)
commitce4fbdbf161b2676b3833412367113572d739253
tree05754ea0b07d84d870c3940d492a97c7cd89e309
parent91ed19f5f66a7fe544f0ec385e981f43491d1d5a
b43: Pass more RX flags to mac80211

This changes the RX handler to pass more status flags to mac80211.
It also changes part of the drop policy, if bad frames were requested. (Note that
currently mac80211 will throw a WARN_ON in that case. But nothing bad will happen).

This also removes some obsolete unused timestamping code.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/b43.h
drivers/net/wireless/b43/dma.c
drivers/net/wireless/b43/xmit.c