]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
add P2P Device
authorJohannes Berg <johannes.berg@intel.com>
Tue, 16 Oct 2012 18:09:38 +0000 (20:09 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 Oct 2012 18:13:27 +0000 (20:13 +0200)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
util.c

diff --git a/util.c b/util.c
index e40a2d59920b546fc2b7dec11f14400b65640cc0..869e0d67e2c95df42a2a4613ea805ba01b801131 100644 (file)
--- a/util.c
+++ b/util.c
@@ -132,6 +132,7 @@ static const char *ifmodes[NL80211_IFTYPE_MAX + 1] = {
        "mesh point",
        "P2P-client",
        "P2P-GO",
+       "P2P-device",
 };
 
 static char modebuf[100];