nl80211: Use wdev_id in nl80211_create_iface_once()
authorArend van Spriel <arend@broadcom.com>
Tue, 25 Jun 2013 10:51:59 +0000 (13:51 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 25 Jun 2013 10:51:59 +0000 (13:51 +0300)
commitfa93de40594e17d23affd9ea7ae7dd913a8cf86c
tree711c4a2f7b096b56cf4ecc22567ccd61b177be37
parentfdc554b8aeaab670857628e8b4ee089001c61968
nl80211: Use wdev_id in nl80211_create_iface_once()

For P2P an interface may be created for the P2P client/group. The
create request is done on the P2P management interface, which may
be a P2P Device interface. In that case it needs to use the wdev_id.

Signed-hostap: Arend van Spriel <arend@broadcom.com>
src/drivers/driver_nl80211.c