Searched refs:freq_cal (Results 1 – 3 of 3) sorted by relevance
448 cancel_delayed_work_sync(&dev->freq_cal.work); in mt7601u_phy_set_channel()461 if (dev->freq_cal.enabled) in mt7601u_phy_set_channel()462 ieee80211_queue_delayed_work(dev->hw, &dev->freq_cal.work, in mt7601u_phy_set_channel()1046 dev->freq_cal.adjusting = true; in __mt7601u_phy_freq_cal()1048 dev->freq_cal.adjusting = false; in __mt7601u_phy_freq_cal()1050 if (!dev->freq_cal.adjusting) in __mt7601u_phy_freq_cal()1054 if (dev->freq_cal.freq > 0) in __mt7601u_phy_freq_cal()1055 dev->freq_cal.freq--; in __mt7601u_phy_freq_cal()1057 dev->freq_cal.adjusting = false; in __mt7601u_phy_freq_cal()1059 if (dev->freq_cal.freq < 0xbf) in __mt7601u_phy_freq_cal()[all …]
286 if (dev->freq_cal.enabled) in mt7601u_sw_scan_complete()287 ieee80211_queue_delayed_work(dev->hw, &dev->freq_cal.work, in mt7601u_sw_scan_complete()
222 struct mt7601u_freq_cal freq_cal; member