manager: Use split wiphy dumps

This commit is contained in:
Denis Kenzior 2019-08-20 18:04:27 -05:00
parent 0e317ed9b1
commit 9f1875fd3d
1 changed files with 2 additions and 1 deletions

View File

@ -722,7 +722,8 @@ bool manager_init(struct l_genl_family *in,
return false;
}
msg = l_genl_msg_new(NL80211_CMD_GET_WIPHY);
msg = l_genl_msg_new(NL80211_CMD_GET_WIPHY, 128);
l_genl_msg_append_attr(msg, NL80211_ATTR_SPLIT_WIPHY_DUMP, 0, NULL);
wiphy_dump = l_genl_family_dump(nl80211, msg,
manager_wiphy_dump_callback,
NULL, NULL);