ieee820154: add channel set support
[deliverable/linux.git] / include / net / cfg802154.h
index 8a3edc5edad170cfc26d7a4a52ba966ed58a0b7c..391fdb37208d5ead3d4b48740d1213116ecb7729 100644 (file)
@@ -37,6 +37,7 @@ struct cfg802154_ops {
                                                           int type);
        void    (*del_virtual_intf_deprecated)(struct wpan_phy *wpan_phy,
                                               struct net_device *dev);
+       int     (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel);
 };
 
 struct wpan_phy {
This page took 0.048502 seconds and 5 git commands to generate.