Module Name: src Committed By: martin Date: Thu Sep 12 12:07:01 UTC 2013
Modified Files: src/sys/external/isc/atheros_hal/dist/ar5212: ar5413.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/ar5413.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/ar5413.c diff -u src/sys/external/isc/atheros_hal/dist/ar5212/ar5413.c:1.3 src/sys/external/isc/atheros_hal/dist/ar5212/ar5413.c:1.4 --- src/sys/external/isc/atheros_hal/dist/ar5212/ar5413.c:1.3 Sun Feb 20 11:21:03 2011 +++ src/sys/external/isc/atheros_hal/dist/ar5212/ar5413.c Thu Sep 12 12:07:01 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: ar5413.c,v 1.3 2011/02/20 11:21:03 jmcneill Exp $ + * $Id: ar5413.c,v 1.4 2013/09/12 12:07:01 martin Exp $ */ #include "opt_ah.h" @@ -335,13 +335,12 @@ ar5413FillVpdTable(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;