Searched refs:update_survey (Results 1 – 3 of 3) sorted by relevance
400 if (dev->drv->update_survey) in mt76_set_channel()401 dev->drv->update_survey(dev); in mt76_set_channel()424 if (idx == 0 && dev->drv->update_survey) in mt76_get_survey()425 dev->drv->update_survey(dev); in mt76_get_survey()
421 .update_survey = mt76x2_update_channel, in mt76x2_alloc_device()
224 void (*update_survey)(struct mt76_dev *dev); member