From owner-cvs-src-old@FreeBSD.ORG Sun May 29 00:17:28 2011 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 15FD41065705 for ; Sun, 29 May 2011 00:17:28 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 051818FC1C for ; Sun, 29 May 2011 00:17:28 +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 p4T0HRxJ059010 for ; Sun, 29 May 2011 00:17:27 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4T0HRO4059009 for cvs-src-old@freebsd.org; Sun, 29 May 2011 00:17:27 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201105290017.p4T0HRO4059009@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Sun, 29 May 2011 00:17:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/ath/ath_hal/ar9002 ar9287_attach.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: Sun, 29 May 2011 00:17:28 -0000 adrian 2011-05-29 00:17:13 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c sys/dev/ath/ath_hal/ar9002 ar9287_attach.c Log: SVN rev 222432 on 2011-05-29 00:17:13Z by adrian Teach if_ath about devices which have short-GI in 20MHz channel modes. This has been disabled until now because there hasn't been any supported device which has this feature. Since the AR9287 is the first device to support it, and since now the HAL has functional AR9287+11n support, flip this on. Revision Changes Path 1.3 +5 -0 src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c 1.321 +13 -4 src/sys/dev/ath/if_ath.c