diff options
Diffstat (limited to 'include/net/mac802154.h')
| -rw-r--r-- | include/net/mac802154.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/mac802154.h b/include/net/mac802154.h index c823d910b46c..850647811749 100644 --- a/include/net/mac802154.h +++ b/include/net/mac802154.h | |||
| @@ -20,6 +20,8 @@ | |||
| 20 | #include <linux/ieee802154.h> | 20 | #include <linux/ieee802154.h> |
| 21 | #include <linux/skbuff.h> | 21 | #include <linux/skbuff.h> |
| 22 | 22 | ||
| 23 | #include <net/cfg802154.h> | ||
| 24 | |||
| 23 | /* General MAC frame format: | 25 | /* General MAC frame format: |
| 24 | * 2 bytes: Frame Control | 26 | * 2 bytes: Frame Control |
| 25 | * 1 byte: Sequence Number | 27 | * 1 byte: Sequence Number |
| @@ -212,7 +214,8 @@ struct ieee802154_ops { | |||
| 212 | unsigned long changed); | 214 | unsigned long changed); |
| 213 | int (*set_txpower)(struct ieee802154_hw *hw, int db); | 215 | int (*set_txpower)(struct ieee802154_hw *hw, int db); |
| 214 | int (*set_lbt)(struct ieee802154_hw *hw, bool on); | 216 | int (*set_lbt)(struct ieee802154_hw *hw, bool on); |
| 215 | int (*set_cca_mode)(struct ieee802154_hw *hw, u8 mode); | 217 | int (*set_cca_mode)(struct ieee802154_hw *hw, |
| 218 | const struct wpan_phy_cca *cca); | ||
| 216 | int (*set_cca_ed_level)(struct ieee802154_hw *hw, | 219 | int (*set_cca_ed_level)(struct ieee802154_hw *hw, |
| 217 | s32 level); | 220 | s32 level); |
| 218 | int (*set_csma_params)(struct ieee802154_hw *hw, | 221 | int (*set_csma_params)(struct ieee802154_hw *hw, |
