ieee802154: change cca ed level to mbm
This patch change the handling of cca energy detection level from dbm to mbm. This prepares to handle floating point cca energy detection levels values. The old netlink 802.15.4 will convert the dbm value to mbm for handling backward compatibility. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:

committed by
Marcel Holtmann

parent
e2eb173aaa
commit
32b23550ad
@@ -91,6 +91,7 @@ struct wpan_phy {
|
||||
|
||||
__le64 perm_extended_addr;
|
||||
|
||||
/* current cca ed threshold in mBm */
|
||||
s32 cca_ed_level;
|
||||
|
||||
/* PHY depended MAC PIB values */
|
||||
|
Reference in New Issue
Block a user