All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: linux-wpan@vger.kernel.org
Cc: Alexander Aring <alex.aring@gmail.com>
Subject: [PATCH wpan-tools] treewide: replace wireless with wpan
Date: Fri,  5 Jun 2015 13:43:25 +0200	[thread overview]
Message-ID: <1433504605-5242-1-git-send-email-alex.aring@gmail.com> (raw)

This patch replaced several wireless string with wpan. This behaviour
was simpled copied from wireless iw tool and it hasn't been renamed to
wpan.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
 src/info.c      | 4 ++--
 src/interface.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/info.c b/src/info.c
index 2434bef..8afeeb7 100644
--- a/src/info.c
+++ b/src/info.c
@@ -459,7 +459,7 @@ static int handle_info(struct nl802154_state *state,
 }
 
 __COMMAND(NULL, info, "info", NULL, NL802154_CMD_GET_WPAN_PHY, 0, 0, CIB_PHY, handle_info,
-	  "Show capabilities for the specified wireless device.", NULL);
+	  "Show capabilities for the specified wpan device.", NULL);
 TOPLEVEL(list, NULL, NL802154_CMD_GET_WPAN_PHY, NLM_F_DUMP, CIB_NONE, handle_info,
-	 "List all wireless devices and their capabilities.");
+	 "List all wpan devices and their capabilities.");
 TOPLEVEL(phy, NULL, NL802154_CMD_GET_WPAN_PHY, NLM_F_DUMP, CIB_NONE, handle_info, NULL);
diff --git a/src/interface.c b/src/interface.c
index 647247b..c67077b 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -252,4 +252,4 @@ static int handle_dev_dump(struct nl802154_state *state,
 	return 0;
 }
 TOPLEVEL(dev, NULL, NL802154_CMD_GET_INTERFACE, NLM_F_DUMP, CIB_NONE, handle_dev_dump,
-	 "List all network interfaces for wireless hardware.");
+	 "List all network interfaces for wpan hardware.");
-- 
2.4.1


             reply	other threads:[~2015-06-05 11:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-05 11:43 Alexander Aring [this message]
2015-06-05 11:56 ` [PATCH wpan-tools] treewide: replace wireless with wpan Varka Bhadram
2015-06-05 12:19   ` Alexander Aring

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=1433504605-5242-1-git-send-email-alex.aring@gmail.com \
    --to=alex.aring@gmail.com \
    --cc=linux-wpan@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.