This patch series updates the CCA output text when running "iwpan list". Instead of the single digits indicating mode the output is now strings describing the mode and options. Changes v2 -> v3: * Fixed misspelled enum in nl802154 Changes v1 -> v2: * cca_mode number is removed from "current cca_mode", only text is printed as an example: cca_mode: Energy above threshold was cca_mode: 1, Energy above threshold * Changed "enum" to string mapping in print_cca_mode_handler. Instead of printing out the strings in the function I return a tempbuf that is formatted by the caller. * Added default value to cca_opt when printing current cca_mode and cca_opt. It is set to the "random" value of 99 as the enum only has 2 values, is this a proper solution? (or should we use limits.h with MAX_INT perhaps?) -- 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