Date: Tue, 20 Oct 2009 17:50:36 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb/wlan if_rum.c if_uath.c if_upgt.c if_ural.c if_urtw.c if_zyd.c Message-ID: <200910201750.n9KHotnf088176@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
weongyo 2009-10-20 17:50:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb/wlan if_rum.c if_uath.c if_upgt.c if_ural.c if_urtw.c if_zyd.c Log: SVN rev 198300 on 2009-10-20 17:50:36Z by weongyo MFC r198098: fixes a TX hang bug that it could happen when if_start callback didn't be restarted by full of the output queue. Tested by: bsduser <bsd at acd.homelinux.org> MFC r198099: fixes a TX hang that could be possible to happen when the trasfers are in the high speed that some drivers don't call if_start callback after marking ~IFF_DRV_OACTIVE. Approved by: re (kib) Revision Changes Path 1.20.2.2 +8 -2 src/sys/dev/usb/wlan/if_rum.c 1.17.2.2 +3 -0 src/sys/dev/usb/wlan/if_uath.c 1.11.2.3 +3 -0 src/sys/dev/usb/wlan/if_upgt.c 1.20.2.2 +8 -2 src/sys/dev/usb/wlan/if_ural.c 1.8.2.2 +3 -0 src/sys/dev/usb/wlan/if_urtw.c 1.22.2.3 +6 -0 src/sys/dev/usb/wlan/if_zyd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910201750.n9KHotnf088176>