From: Johannes Berg Date: Thu, 16 Sep 2010 12:58:23 +0000 (+0200) Subject: mac80211: add p2p device type support X-Git-Tag: v2.6.37-rc1~147^2~373^2^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca27bcff7127da1aa7dd39cd2a6f7cb187e327f;p=pandora-kernel.git mac80211: add p2p device type support When a driver advertises p2p device support, mac80211 will handle it, but internally it will rewrite the interface type to STA/AP rather than P2P-STA/GO since otherwise a lot of paths need to be touched that are otherwise identical. A p2p boolean tells drivers whether or not a given interface will be used for p2p or not. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed