From: Christoffer Holmstedt <christoffer@xxxxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Christoffer Holmstedt <christoffer@xxxxxxxxxxxxxxxxxxxxxxx> --- src/info.c | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/src/info.c b/src/info.c index 364c02f718aa..e70f33da8997 100644 --- a/src/info.c +++ b/src/info.c @@ -412,29 +412,6 @@ static int print_phy_handler(struct nl_msg *msg, void *arg) printf("\n"); } - if (tb_caps[NL802154_CAP_ATTR_CCA_OPTS]) { - struct nlattr *nl_cca_opts; - int rem_cca_opts; - - printf("\tcca_opts: "); - nla_for_each_nested(nl_cca_opts, - tb_caps[NL802154_CAP_ATTR_CCA_OPTS], - rem_cca_opts) { - printf("%d", nla_type(nl_cca_opts)); - switch (nla_type(nl_cca_opts)) { - case NL802154_CCA_OPT_ENERGY_CARRIER_AND: - case NL802154_CCA_OPT_ENERGY_CARRIER_OR: - printf("(cca_mode: 3),"); - break; - default: - printf("unkown\n"); - break; - } - } - /* TODO */ - printf("\b \n"); - } - if (tb_caps[NL802154_CAP_ATTR_MIN_MINBE] && tb_caps[NL802154_CAP_ATTR_MAX_MINBE] && tb_caps[NL802154_CAP_ATTR_MIN_MAXBE] && -- 2.1.4 -- 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