Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2011 14:10:25 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225926 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201110021410.p92EAPOJ066799@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sun Oct  2 14:10:25 2011
New Revision: 225926
URL: http://svn.freebsd.org/changeset/base/225926

Log:
  Remove an unused variable.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c	Sun Oct  2 14:08:56 2011	(r225925)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c	Sun Oct  2 14:10:25 2011	(r225926)
@@ -107,7 +107,6 @@ ar5416SetupRxDesc(struct ath_hal *ah, st
     uint32_t size, u_int flags)
 {
 	struct ar5416_desc *ads = AR5416DESC(ds);
-	HAL_CAPABILITIES *pCap = &AH_PRIVATE(ah)->ah_caps;
 
 	HALASSERT((size &~ AR_BufLen) == 0);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110021410.p92EAPOJ066799>