From: Johannes Berg Date: Tue, 16 Oct 2012 18:09:38 +0000 (+0200) Subject: add P2P Device X-Git-Tag: v3.7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add40bbdbd66ec0043d1bd6e2e8d33491a50bdbe;p=thirdparty%2Fiw.git add P2P Device Signed-off-by: Johannes Berg --- diff --git a/util.c b/util.c index e40a2d5..869e0d6 100644 --- 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];