From owner-cvs-src-old@FreeBSD.ORG Mon Aug 31 21:26:12 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 9BD251065707 for ; Mon, 31 Aug 2009 21:26:12 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD568FC12 for ; Mon, 31 Aug 2009 21:26:12 +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 n7VLQCAS055220 for ; Mon, 31 Aug 2009 21:26:12 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7VLQCHq055219 for cvs-src-old@freebsd.org; Mon, 31 Aug 2009 21:26:12 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200908312126.n7VLQCHq055219@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Mon, 31 Aug 2009 21:25:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.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: Mon, 31 Aug 2009 21:26:12 -0000 sam 2009-08-31 21:25:49 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: SVN rev 196717 on 2009-08-31 21:25:49Z by sam On resume in sta mode program the beacon timers so when roaming (and the previous ap is no longer in range) the device will deliver bmiss interrupts and trigger the state machine. Also arrange to sync the beacon timers on the next received beacon frame so that when we don't roam we re-synchronize with the ap. Tested by: trasz MFC after: 1 week Revision Changes Path 1.263 +10 -1 src/sys/dev/ath/if_ath.c