Hi, this patch series based on ("ieee802154: add set transmit power support") and support handling for setting current phy cca ed level. This value should only be necessary if cca_mode is something with an energy detection level threshold and max frame retries is 0 or above, which do the CSMA-CA handling. Currently this value is printed always out, doesn't depend if it's really used or not. It's just represent the current register setting when phy supports this handling. - Alex Alexander Aring (2): nl802154: add support for cca ed level info nl802154: add support to set cca ed level include/net/cfg802154.h | 1 + net/ieee802154/nl802154.c | 37 +++++++++++++++++++++++++++++++++++++ net/ieee802154/rdev-ops.h | 11 +++++++++++ net/ieee802154/trace.h | 15 +++++++++++++++ net/mac802154/cfg.c | 19 +++++++++++++++++++ 5 files changed, 83 insertions(+) -- 2.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html