Go to the documentation of this file.
58 #define MAC802154_DEVICE_STOPPED 0x00
59 #define MAC802154_DEVICE_RUN 0x01
89 #define mac802154_to_priv(_hw) container_of(_hw, struct mac802154_priv, hw)
91 #define MAC802154_MAX_XMIT_ATTEMPTS 3
93 #define MAC802154_CHAN_NONE (~(u8)0)