cfg802154: add PM hooks
[deliverable/linux.git] / include / net / cfg802154.h
index 290a9a69af0788794619b0ededc4a6ccfbab5e07..382f94b59f2f706eab23f2f6ebe9c2f007c5ed2e 100644 (file)
@@ -34,6 +34,8 @@ struct cfg802154_ops {
                                                           int type);
        void    (*del_virtual_intf_deprecated)(struct wpan_phy *wpan_phy,
                                               struct net_device *dev);
+       int     (*suspend)(struct wpan_phy *wpan_phy);
+       int     (*resume)(struct wpan_phy *wpan_phy);
        int     (*add_virtual_intf)(struct wpan_phy *wpan_phy,
                                    const char *name,
                                    unsigned char name_assign_type,
This page took 0.03371 seconds and 5 git commands to generate.