From owner-cvs-src-old@FreeBSD.ORG Wed Oct 14 20:30:47 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E63291065785 for ; Wed, 14 Oct 2009 20:30:47 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D3DA28FC16 for ; Wed, 14 Oct 2009 20:30:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9EKUlog081573 for ; Wed, 14 Oct 2009 20:30:47 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9EKUl1r081572 for cvs-src-old@freebsd.org; Wed, 14 Oct 2009 20:30:47 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200910142030.n9EKUl1r081572@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Wed, 14 Oct 2009 20:30:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/wlan if_uath.c if_upgt.c if_ural.c if_urtw.c if_zyd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2009 20:30:48 -0000 weongyo 2009-10-14 20:30:27 UTC FreeBSD src repository Modified files: sys/dev/usb/wlan if_uath.c if_upgt.c if_ural.c if_urtw.c if_zyd.c Log: SVN rev 198099 on 2009-10-14 20:30:27Z by weongyo 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. MFC after: 3 days Revision Changes Path 1.18 +3 -0 src/sys/dev/usb/wlan/if_uath.c 1.14 +3 -0 src/sys/dev/usb/wlan/if_upgt.c 1.21 +8 -2 src/sys/dev/usb/wlan/if_ural.c 1.12 +3 -0 src/sys/dev/usb/wlan/if_urtw.c 1.24 +6 -0 src/sys/dev/usb/wlan/if_zyd.c