Hello. On 20/01/15 21:02, Alexander Aring wrote:
This patch removes an unused argument string for the phy information call. This is copied from the original iw tool. If we need really such argument then we can add this later again. Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> --- src/info.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/info.c b/src/info.c index 83f2e3e..e155470 100644 --- a/src/info.c +++ b/src/info.c @@ -94,10 +94,6 @@ static int handle_info(struct nl802154_state *state, int argc, char **argv, enum id_input id) { - char *feat_args[] = { "features", "-q" }; - - handle_cmd(state, CIB_NONE, 2, feat_args); - nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_phy_handler, NULL); return 0;
Reviewed-by: Stefan Schmidt <s.schmidt@xxxxxxxxxxx> regards Stefan Schmidt -- 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