]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
fix mesh terminology
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 16 Nov 2009 18:51:55 +0000 (19:51 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Mon, 16 Nov 2009 18:51:55 +0000 (19:51 +0100)
DSN -> SN

mpath.c

diff --git a/mpath.c b/mpath.c
index b362d54746440baae800b6a0ef698946e624b938..3afe7b763c0a6812a3c8cc8474504831d5600d86 100644 (file)
--- 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;