]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/wpan-phy.h
ieee802154: add support for CCA mode in wpan phys
[karo-tx-linux.git] / include / net / wpan-phy.h
index 804e6c4f5f8a1fce6b2879c20391681dc6fe203d..03b59051972d4c19242929e98caed289ee586113 100644 (file)
@@ -58,6 +58,7 @@ struct wpan_phy {
 
        int (*set_txpower)(struct wpan_phy *phy, int db);
        int (*set_lbt)(struct wpan_phy *phy, bool on);
+       int (*set_cca_mode)(struct wpan_phy *phy, u8 cca_mode);
 
        char priv[0] __attribute__((__aligned__(NETDEV_ALIGN)));
 };