Ivo van Doorn <ivdoorn@...> writes: > Could you enable debugfs and use the tools here: > http://www-user.rhrk.uni-kl.de/~nissler/rt2x00/index.html > > To create a dump of the frames as they are actually send out from the driver > to the hardware including the status report. This will tell if rt2x00 is > actually bringing the frame to the hardware correctly. > I think you've got that back to front - If I'm reading the thread correctly the suspicion is the data is being transmitted correctly by the remote end and is being lost somehere between the rt2500pci antenna and user space. The tools would still be helpful to see if a packet is being received by the hardware and lost in the stack (maybe it doesn't like something about the received packet) or if it is not even getting as far as the rt2x00 driver. > > this is the flag status when running hostapd; as printed with > > printk(KERN_INFO "rt2500pci filter_flags: %d\n", > > rt2x00dev->packet_filter); > > > > rt2500pci filter_flags: 2 > > rt2500pci MAC changed: 00:0c:f6:14:05:19 > > Packet filter flags of 2 sounds a bit restrictive. > > Johannes, for Master mode shouldn't the following flags be set as well: > FIF_PROMISC_IN_BSS > FIF_CONTROL > Ivo, Don't forget that there was no response to the request for someone to test if broadcast packets were received in monitor mode on the older hardware so if the filter flags don't select multicast traffic we could be losing broadcast traffic too. I'm not sure if the stack will be reporting any active multicast groups in AP mode. (For the benefit of others the only reason normal broadcast traffic was working was because there was always a multicast group present, Ivo's request is linked below.) http://sourceforge.net/mailarchive/forum.php?thread_name=200803031921.41634.IvDoorn%40gmail.com&forum_name=rt2400-devel -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html