ieee802154: add del interface command
[deliverable/linux.git] / include / net / cfg802154.h
index 4a9bb0e3db2b287048186ea29537dad06c815702..507ac9d3d38a0a946bc9c99ac5542732a5cd4947 100644 (file)
@@ -43,6 +43,8 @@ struct cfg802154_ops {
                                    const char *name,
                                    enum nl802154_iftype type,
                                    __le64 extended_addr);
+       int     (*del_virtual_intf)(struct wpan_phy *wpan_phy,
+                                   struct wpan_dev *wpan_dev);
        int     (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel);
        int     (*set_pan_id)(struct wpan_phy *wpan_phy,
                              struct wpan_dev *wpan_dev, u16 pan_id);
This page took 0.025332 seconds and 5 git commands to generate.