Re: [PATCH] b43: Pass more RX flags to mac80211

2009-03-03 Thread Michael Buesch
On Tuesday 03 March 2009 14:27:30 Bo Han wrote: > Hi Michael, > > After I applied the patch you provided below, the system is still frozen > after I turn on the fcsfail flag. If it is possible, could you please test > on your systems? The patch is not supposed to fix your freezes. Please remove

Re: [PATCH] b43: Pass more RX flags to mac80211

2009-03-03 Thread Bo Han
Hi Michael, After I applied the patch you provided below, the system is still frozen after I turn on the fcsfail flag. If it is possible, could you please test on your systems? Thanks, -Bo On Mon, Mar 2, 2009 at 5:18 PM, Michael Buesch wrote: > This changes the RX handler to pass more status

Re: [PATCH] b43: Pass more RX flags to mac80211

2009-03-02 Thread Bo Han
Hi Michael, After B43_MACCTL_KEEP_BAD is turned on by using iw with flags fcsfail, what kind of bad frames will be sent up by the firmware? Only frames with CRC error marked with B43_RX_MAC_FCSERR? Any other error frames? I will not touch PLCP errors. PS, just want to confirm that WARN_ON will

[PATCH] b43: Pass more RX flags to mac80211

2009-03-02 Thread Michael Buesch
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. Sign