wifi: mt76: mt7921: move hif_ops macro in mt792x.h
[linux-2.6-microblaze.git] / drivers / net / wireless / mediatek / mt76 / mt7921 / mac.c
index 7038219..25d853a 100644 (file)
@@ -672,7 +672,7 @@ void mt7921_mac_reset_work(struct work_struct *work)
 
        for (i = 0; i < 10; i++) {
                mutex_lock(&dev->mt76.mutex);
-               ret = mt7921_dev_reset(dev);
+               ret = mt792x_dev_reset(dev);
                mutex_unlock(&dev->mt76.mutex);
 
                if (!ret)