Christian Lamparter wrote: > This patch fixes a long standing issue in p54usb. > > Under high memory pressure, dev_alloc_skb couldn't always allocate a > replacement skb. In such situations, we had to free the associated urb. > And over the time all urbs were eventually gone altogether and > obviously the device remained mute from then on. With this patch, I get lots of missing rx_refill_* messages such as drivers/net/wireless/p54/p54usb.c:1024: error: ‘struct p54u_priv’ has no member named ‘rx_refill_work’ drivers/net/wireless/p54/p54usb.c:1025: error: ‘struct p54u_priv’ has no member named ‘rx_refill_lock’ drivers/net/wireless/p54/p54usb.c:1026: error: ‘struct p54u_priv’ has no member named ‘rx_refill_list’ Did I miss a patch? I did a search for the string "rx_refill" in my entire mailbox and found only this mail and Artur's reply. 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