Linux wireless drivers development
 help / color / mirror / Atom feed
From: Rui Paulo <rpaulo@gmail.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-wireless@vger.kernel.org, Rui Paulo <rpaulo@gmail.com>
Subject: iw [PATCH] print a header before printing the list of mesh paths
Date: Mon,  9 Nov 2009 12:53:06 +0000	[thread overview]
Message-ID: <1257771187-7894-1-git-send-email-rpaulo@gmail.com> (raw)

Signed-off-by: Rui Paulo <rpaulo@gmail.com>
---
 mpath.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/mpath.c b/mpath.c
index e848481..eb5ad6a 100644
--- a/mpath.c
+++ b/mpath.c
@@ -184,6 +184,8 @@ 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"
+	       "EXPTIME\t\tDTIM\tDRET\tFLAGS\n");
 	nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpath_handler, NULL);
 	return 0;
 }
-- 
1.5.6.5


             reply	other threads:[~2009-11-09 12:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-09 12:53 Rui Paulo [this message]
2009-11-09 12:53 ` iw [PATCH] update to latest kernel changes (mesh) Rui Paulo
2009-11-16 18:57   ` Johannes Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1257771187-7894-1-git-send-email-rpaulo@gmail.com \
    --to=rpaulo@gmail.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox