Module Name:    src
Committed By:   martin
Date:           Thu Sep 12 12:05:52 UTC 2013

Modified Files:
        src/sys/external/isc/atheros_hal/dist/ar5212: ar2425.c

Log Message:
Remove unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/sys/external/isc/atheros_hal/dist/ar5212/ar2425.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/isc/atheros_hal/dist/ar5212/ar2425.c
diff -u src/sys/external/isc/atheros_hal/dist/ar5212/ar2425.c:1.3 src/sys/external/isc/atheros_hal/dist/ar5212/ar2425.c:1.4
--- src/sys/external/isc/atheros_hal/dist/ar5212/ar2425.c:1.3	Sun Feb 20 11:21:03 2011
+++ src/sys/external/isc/atheros_hal/dist/ar5212/ar2425.c	Thu Sep 12 12:05:52 2013
@@ -14,7 +14,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * $Id: ar2425.c,v 1.3 2011/02/20 11:21:03 jmcneill Exp $
+ * $Id: ar2425.c,v 1.4 2013/09/12 12:05:52 martin Exp $
  */
 #include "opt_ah.h"
 
@@ -301,13 +301,12 @@ ar2425FillVpdTable(uint32_t pdGainIdx, i
 		   uint16_t numIntercepts,
 		   uint16_t retVpdList[][64])
 {
-	uint16_t ii, jj, kk;
+	uint16_t ii, kk;
 	int16_t currPwr = (int16_t)(2*Pmin);
 	/* since Pmin is pwr*2 and pwrList is 4*pwr */
 	uint32_t  idxL = 0, idxR = 0;
 
 	ii = 0;
-	jj = 0;
 
 	if (numIntercepts < 2)
 		return AH_FALSE;

Reply via email to