From: Johannes Berg Date: Fri, 15 Jun 2012 22:19:54 +0000 (+0200) Subject: cfg80211: add P2P Device abstraction X-Git-Tag: v3.7-rc1~70^2~42^2~2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98104fdeda63d57631c9f89e90a7b83b58fcee40;p=pandora-kernel.git cfg80211: add P2P Device abstraction In order to support using a different MAC address for the P2P Device address we must first have a P2P Device abstraction that can be assigned a MAC address. This abstraction will also be useful to support offloading P2P operations to the device, e.g. periodic listen for discoverability. Currently, the driver is responsible for assigning a MAC address to the P2P Device, but this could be changed by allowing a MAC address to be given to the NEW_INTERFACE command. As it has no associated netdev, a P2P Device can only be identified by its wdev identifier but the previous patches allowed using the wdev identifier in various APIs, e.g. remain-on-channel. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed