Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac802...
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / calib.c
index 7bdd726c7a8f747a13f96a6ed8c921a23dc6ddff..7304e7585009c03ec1faeaa7d013e5ded4eea5d3 100644 (file)
@@ -208,7 +208,7 @@ bool ath9k_hw_reset_calvalid(struct ath_hw *ah)
                return true;
 
        ath_dbg(common, CALIBRATE, "Resetting Cal %d state for channel %u\n",
-               currCal->calData->calType, conf->channel->center_freq);
+               currCal->calData->calType, conf->chandef.chan->center_freq);
 
        ah->caldata->CalValid &= ~currCal->calData->calType;
        currCal->calState = CAL_WAITING;
This page took 0.027065 seconds and 5 git commands to generate.