Christian Lamparter wrote: > > look at the high 4KB count?! it looks like your memory is highly fragmented... > > rx_mtu is usually around 3240 bytes on new firmwares... > but for a quick test it can limited to something much less like the > RTS/Fragmentation threshold (somewhere around 2356?)... > just add: > priv->rx_mtu = 2356; at line 198 in p54common.c > > In the mean time, I've to get rid of my RAM ;-) No matter how hard I try, I cannot duplicate these results. They may have been a fluke, but I do have another problem fr you to ponder. If I run the 'ping -f -i 0.2' to my file server in one window, and start a kernel compilation with the source on an NFS volume on that same server, p54usb will hang. I managed to capture the whole process with kismet running on a third computer and have analyzed it with wireshark. I can find the last transmission from the server, but no ACK. The next transmission from the p54 is more than 26 sec later when it sends an 802.11 Probe request. The dmesg log just shows that there was a disconnection, and a reconnection attempt. Any idea as to why the receiver would go off-line, but the transmitter is still working? Larry -- 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