diff options
Diffstat (limited to 'include/net/cfg802154.h')
-rw-r--r-- | include/net/cfg802154.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/cfg802154.h b/include/net/cfg802154.h index fa0a9e519523..17b4fc0705b2 100644 --- a/include/net/cfg802154.h +++ b/include/net/cfg802154.h | |||
@@ -81,6 +81,14 @@ struct wpan_phy { | |||
81 | 81 | ||
82 | s32 cca_ed_level; | 82 | s32 cca_ed_level; |
83 | 83 | ||
84 | /* PHY depended MAC PIB values */ | ||
85 | |||
86 | /* 802.15.4 acronym: Tdsym in usec */ | ||
87 | u8 symbol_duration; | ||
88 | /* lifs and sifs periods timing */ | ||
89 | u16 lifs_period; | ||
90 | u16 sifs_period; | ||
91 | |||
84 | struct device dev; | 92 | struct device dev; |
85 | 93 | ||
86 | char priv[0] __aligned(NETDEV_ALIGN); | 94 | char priv[0] __aligned(NETDEV_ALIGN); |