From owner-svn-src-head@FreeBSD.ORG  Fri Apr 20 22:07:22 2012
Return-Path: <owner-svn-src-head@FreeBSD.ORG>
Delivered-To: svn-src-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C1B0A106567E;
	Fri, 20 Apr 2012 22:07:22 +0000 (UTC)
	(envelope-from adrian@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c])
	by mx1.freebsd.org (Postfix) with ESMTP id 70BCD8FC0A;
	Fri, 20 Apr 2012 22:07:22 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
	by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q3KM7M0h057771;
	Fri, 20 Apr 2012 22:07:22 GMT (envelope-from adrian@svn.freebsd.org)
Received: (from adrian@localhost)
	by svn.freebsd.org (8.14.4/8.14.4/Submit) id q3KM7MCu057769;
	Fri, 20 Apr 2012 22:07:22 GMT (envelope-from adrian@svn.freebsd.org)
Message-Id: <201204202207.q3KM7MCu057769@svn.freebsd.org>
From: Adrian Chadd <adrian@FreeBSD.org>
Date: Fri, 20 Apr 2012 22:07:22 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-all@freebsd.org,
	svn-src-head@freebsd.org
X-SVN-Group: head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Cc: 
Subject: svn commit: r234510 - head/sys/dev/ath/ath_hal/ar9002
X-BeenThere: svn-src-head@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SVN commit messages for the src tree for head/-current
	<svn-src-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>,
	<mailto:svn-src-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head>
List-Post: <mailto:svn-src-head@freebsd.org>
List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>,
	<mailto:svn-src-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 20 Apr 2012 22:07:22 -0000

Author: adrian
Date: Fri Apr 20 22:07:21 2012
New Revision: 234510
URL: http://svn.freebsd.org/changeset/base/234510

Log:
  .. oops.

Modified:
  head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c

Modified: head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c	Fri Apr 20 22:01:12 2012	(r234509)
+++ head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c	Fri Apr 20 22:07:21 2012	(r234510)
@@ -179,6 +179,7 @@ ar9280Attach(uint16_t devid, HAL_SOFTC s
 		AH_PRIVATE((ah))->ah_eepromRead = ath_hal_EepromDataRead;
 		AH_PRIVATE((ah))->ah_eepromWrite = NULL;
 		ah->ah_eepromdata = eepromdata;
+	}
 
 	/* XXX override with 9280 specific state */
 	/* override 5416 methods for our needs */