Searched refs:freq_cal (Results 1 – 2 of 2) sorted by relevance
454 cancel_delayed_work_sync(&dev->freq_cal.work); in mt7601u_phy_set_channel()467 if (dev->freq_cal.enabled) in mt7601u_phy_set_channel()468 ieee80211_queue_delayed_work(dev->hw, &dev->freq_cal.work, in mt7601u_phy_set_channel()1045 dev->freq_cal.adjusting = true; in __mt7601u_phy_freq_cal()1047 dev->freq_cal.adjusting = false; in __mt7601u_phy_freq_cal()1049 if (!dev->freq_cal.adjusting) in __mt7601u_phy_freq_cal()1053 if (dev->freq_cal.freq > 0) in __mt7601u_phy_freq_cal()1054 dev->freq_cal.freq--; in __mt7601u_phy_freq_cal()1056 dev->freq_cal.adjusting = false; in __mt7601u_phy_freq_cal()1058 if (dev->freq_cal.freq < 0xbf) in __mt7601u_phy_freq_cal()[all …]
226 struct mt7601u_freq_cal freq_cal; member