wiphy: Fixes due to nl80211.h changes

This commit is contained in:
Jukka Rissanen 2014-12-22 14:38:58 +02:00 committed by Denis Kenzior
parent ce7d9dcab1
commit 08d31e3b1b
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ static void setup_scheduled_scan(struct wiphy *wiphy, struct netdev *netdev,
msg_append_attr(msg, NL80211_ATTR_IFINDEX, 4, &netdev->index);
msg_append_attr(msg, NL80211_ATTR_SCHED_SCAN_INTERVAL,
4, &scan_interval);
msg_append_attr(msg, NL80211_ATTR_SCAN_SOCKET_OWNER, 0, NULL);
msg_append_attr(msg, NL80211_ATTR_SOCKET_OWNER, 0, NULL);
if (!l_genl_family_send(nl80211, msg, sched_scan_callback, NULL, NULL))
l_error("Starting scheduled scan failed");