]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Use nl80211_set_iface_id() to get hw features data
authorIlan Peer <ilan.peer@intel.com>
Thu, 13 Feb 2014 09:24:01 +0000 (11:24 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 14 Feb 2014 17:30:27 +0000 (19:30 +0200)
commitbe24917df67cc3eb5f1393d08e652090f5c77757
treec2e573eb69d36ebbcdde9199e9b29eb62f4480e2
parent8a45811638d3d5c913175c4b8fc17a9bff0178e1
nl80211: Use nl80211_set_iface_id() to get hw features data

Use nl80211_set_iface_id() in wpa_driver_nl80211_get_hw_feature_data(),
as otherwise the function fails for a P2P Device interface (which does
not have a netdev associated with it).

Signed-hostap: Ilan Peer <ilan.peer@intel.com>
src/drivers/driver_nl80211.c