]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Use nl80211_cmd_msg() for P2P Device operations
authorJouni Malinen <j@w1.fi>
Sat, 6 Dec 2014 14:09:39 +0000 (16:09 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 6 Dec 2014 15:17:19 +0000 (17:17 +0200)
commita3249fdfb81ea39dcd13fffeebc87a9d110695ec
treec2c6dfcb85ac40a8d9b1b167e36e7f6225bd15cf
parent9725b78421f3fab1205714d08df073a112c4c304
nl80211: Use nl80211_cmd_msg() for P2P Device operations

bss->wdev_id_set is set for the non-detdev P2P Device, so
nl80211_cmd_msg() can be used as-is for these cases as well.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c