diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-11-05 14:51:25 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-11-05 15:53:05 -0500 |
commit | dee56d14779b1e01706adafb9e020303318e22e3 (patch) | |
tree | 3c949aa001f869107f4239d673256089b495a575 /include/net/cfg802154.h | |
parent | 705cbbbe9ccca260658f971a4369c22f5704db75 (diff) |
mac802154: add support for perm_extended_addr
This patch adding support for a perm extended address. This is useful
when a device supports an eeprom with a programmed static extended address.
If a device doesn't support such eeprom or serial registers then the
driver should generate a random extended address.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/cfg802154.h')
-rw-r--r-- | include/net/cfg802154.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cfg802154.h b/include/net/cfg802154.h index 57333f1ee75c..9d99b9655760 100644 --- a/include/net/cfg802154.h +++ b/include/net/cfg802154.h | |||
@@ -57,6 +57,8 @@ struct wpan_phy { | |||
57 | u8 csma_retries; | 57 | u8 csma_retries; |
58 | s8 frame_retries; | 58 | s8 frame_retries; |
59 | 59 | ||
60 | __le64 perm_extended_addr; | ||
61 | |||
60 | bool lbt; | 62 | bool lbt; |
61 | s32 cca_ed_level; | 63 | s32 cca_ed_level; |
62 | 64 | ||