Linux wireless drivers development
 help / color / mirror / Atom feed
* iw [PATCH] print a header before printing the list of mesh paths
@ 2009-11-09 12:53 Rui Paulo
  2009-11-09 12:53 ` iw [PATCH] update to latest kernel changes (mesh) Rui Paulo
  0 siblings, 1 reply; 3+ messages in thread
From: Rui Paulo @ 2009-11-09 12:53 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, Rui Paulo

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-16 18:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-09 12:53 iw [PATCH] print a header before printing the list of mesh paths Rui Paulo
2009-11-09 12:53 ` iw [PATCH] update to latest kernel changes (mesh) Rui Paulo
2009-11-16 18:57   ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox