Searched refs:freq_cal (Results 1 – 3 of 3) sorted by relevance
456 cancel_delayed_work_sync(&dev->freq_cal.work); in mt7601u_phy_set_channel()469 if (dev->freq_cal.enabled) in mt7601u_phy_set_channel()470 ieee80211_queue_delayed_work(dev->hw, &dev->freq_cal.work, in mt7601u_phy_set_channel()1054 dev->freq_cal.adjusting = true; in __mt7601u_phy_freq_cal()1056 dev->freq_cal.adjusting = false; in __mt7601u_phy_freq_cal()1058 if (!dev->freq_cal.adjusting) in __mt7601u_phy_freq_cal()1062 if (dev->freq_cal.freq > 0) in __mt7601u_phy_freq_cal()1063 dev->freq_cal.freq--; in __mt7601u_phy_freq_cal()1065 dev->freq_cal.adjusting = false; in __mt7601u_phy_freq_cal()1067 if (dev->freq_cal.freq < 0xbf) in __mt7601u_phy_freq_cal()[all …]
294 if (dev->freq_cal.enabled) in mt7601u_sw_scan_complete()295 ieee80211_queue_delayed_work(dev->hw, &dev->freq_cal.work, in mt7601u_sw_scan_complete()
230 struct mt7601u_freq_cal freq_cal; member