forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/intersil/orinoco/orinoco_nortel.c
....@@ -290,8 +290,7 @@
290290 .id_table = orinoco_nortel_id_table,
291291 .probe = orinoco_nortel_init_one,
292292 .remove = orinoco_nortel_remove_one,
293
- .suspend = orinoco_pci_suspend,
294
- .resume = orinoco_pci_resume,
293
+ .driver.pm = &orinoco_pci_pm_ops,
295294 };
296295
297296 static char version[] __initdata = DRIVER_NAME " " DRIVER_VERSION