From: Johannes Berg Date: Mon, 16 Nov 2009 18:51:55 +0000 (+0100) Subject: fix mesh terminology X-Git-Tag: v0.9.18~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1fa918aacc45ae8fcdbc3f5779593cd7d9d86bb;p=thirdparty%2Fiw.git fix mesh terminology DSN -> SN --- diff --git a/mpath.c b/mpath.c index b362d54..3afe7b7 100644 --- a/mpath.c +++ b/mpath.c @@ -184,7 +184,7 @@ static int handle_mpath_dump(struct nl80211_state *state, struct nl_msg *msg, int argc, char **argv) { - printf("DEST ADDR NEXT HOP IFACE\tDSN\tMETRIC\tQLEN\t" + printf("DEST ADDR NEXT HOP IFACE\tSN\tMETRIC\tQLEN\t" "EXPTIME\t\tDTIM\tDRET\tFLAGS\n"); nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpath_handler, NULL); return 0;