From owner-cvs-src-old@FreeBSD.ORG Thu Sep 2 03:28:12 2010 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 59F101065835 for ; Thu, 2 Sep 2010 03:28:12 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47A068FC14 for ; Thu, 2 Sep 2010 03:28:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o823SCax096083 for ; Thu, 2 Sep 2010 03:28:12 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o823SC5Z096082 for cvs-src-old@freebsd.org; Thu, 2 Sep 2010 03:28:12 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201009020328.o823SC5Z096082@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Thu, 2 Sep 2010 03:28:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/wlan if_rum.c if_run.c 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: Thu, 02 Sep 2010 03:28:12 -0000 thompsa 2010-09-02 03:28:03 UTC FreeBSD src repository Modified files: sys/dev/usb/wlan if_rum.c if_run.c if_uath.c if_upgt.c if_ural.c if_urtw.c if_zyd.c Log: SVN rev 212127 on 2010-09-02 03:28:03Z by thompsa We need to grab a node reference count to vap->iv_bss before using it as it is possible for the node to be replaced and freed at any time by ieee80211_sta_join1(). Revision Changes Path 1.34 +5 -2 src/sys/dev/usb/wlan/if_rum.c 1.16 +10 -3 src/sys/dev/usb/wlan/if_run.c 1.23 +9 -3 src/sys/dev/usb/wlan/if_uath.c 1.18 +4 -1 src/sys/dev/usb/wlan/if_upgt.c 1.29 +7 -3 src/sys/dev/usb/wlan/if_ural.c 1.20 +4 -1 src/sys/dev/usb/wlan/if_urtw.c 1.31 +1 -3 src/sys/dev/usb/wlan/if_zyd.c