mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / calib.c
index 1e8508530e984487cfce4aba50df5e6af8b0873b..b184f1ff0d3845832d94775f1f78f6a334bbf3d7 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.024986 seconds and 5 git commands to generate.