]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Fix nl80211_get_wiphy_index() for P2P Device
authorArend van Spriel <arend@broadcom.com>
Sun, 30 Jun 2013 07:29:00 +0000 (10:29 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 30 Jun 2013 07:50:13 +0000 (10:50 +0300)
commit27ce1d64c493fd969bf803b4ee8d3aeedbd4c166
tree9e21f76e0b9b4037f0757bff1d45fcac13bd7c90
parent080585c01a1e0ffc42577dd10d475f3ab01d0280
nl80211: Fix nl80211_get_wiphy_index() for P2P Device

For P2P Device the netlink message should have wdev identifier
instead of the interface index. This fixes a failure which occurred
executing the P2P_GROUP_ADD command.

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