Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/isc/atheros_hal/dist/ar5416 make it compile wit...



details:   https://anonhg.NetBSD.org/src/rev/642d22afc75a
branches:  trunk
changeset: 762470:642d22afc75a
user:      cegger <cegger%NetBSD.org@localhost>
date:      Mon Feb 21 13:04:22 2011 +0000

description:
make it compile with ATHHAL_DEBUG

diffstat:

 sys/external/isc/atheros_hal/dist/ar5416/ar9285_reset.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0c133b09b758 -r 642d22afc75a sys/external/isc/atheros_hal/dist/ar5416/ar9285_reset.c
--- a/sys/external/isc/atheros_hal/dist/ar5416/ar9285_reset.c   Mon Feb 21 12:56:52 2011 +0000
+++ b/sys/external/isc/atheros_hal/dist/ar5416/ar9285_reset.c   Mon Feb 21 13:04:22 2011 +0000
@@ -119,7 +119,7 @@
     twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit); 
     pModal = &pEepData->modalHeader;
     HALDEBUG(ah, HAL_DEBUG_RESET, "%s Channel=%u CfgCtl=%u\n",
-       __func__,chan->ic_freq, cfgCtl );      
+       __func__,chan->channel, cfgCtl );      
   
     if (IS_EEP_MINOR_V2(ah)) {
         ht40PowerIncForPdadc = pModal->ht40PowerIncForPdadc;



Home | Main Index | Thread Index | Old Index