3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-16 23:40:43 +01:00
Andrew Zaborowski 14d69873b0 wiphy: Add wiphy_create_complete
Let manager.c signal to wiphy.c when the wiphy parsing from the genl
messages is complete.  When we query for existing wiphy using the
GET_WIPHY dump command we get many genl messages per wiphy, on a
notification we only get one message.  So after wiphy_create there may
be one or many calls to wiphy_update_from_genl.  wiphy_create_complete
is called after all of them, so wiphy.c can be sure it's done with
parsing the wiphy attributes when in prints the new wiphy summary log
message, like it did before manager.c was added.

I had wrongly assumed that all the important wiphy attributes were in
the first message in the dump, but NL80211_ATTR_EXT_FEATURES was not and
wasn't being parsed which was breaking at least testRSSIAgent.
2019-04-22 16:34:51 -05:00
..
2018-10-08 21:38:30 -05:00
2018-04-19 11:49:41 -05:00
2018-04-19 11:49:41 -05:00
2018-07-17 18:52:59 -05:00
2019-04-05 17:32:01 -05:00
2019-04-17 13:55:11 -05:00
2018-11-29 11:34:07 -06:00
2019-04-22 16:31:14 -05:00
2019-04-22 16:31:19 -05:00
2019-04-10 16:57:07 -05:00
2019-04-10 16:57:07 -05:00
2019-04-17 18:40:46 -05:00
2019-04-22 14:55:02 -05:00
2019-04-22 14:55:02 -05:00
2019-03-05 11:44:41 -06:00
2019-03-05 11:44:41 -06:00
2017-11-28 13:20:33 -06:00
2019-04-18 10:55:24 -05:00
2019-04-04 16:11:07 -05:00
2019-04-04 16:11:07 -05:00
2019-04-17 17:06:25 -05:00
2019-04-22 16:34:51 -05:00
2019-04-05 16:31:26 -05:00
2019-04-05 12:07:37 -05:00
2017-11-28 13:30:06 -06:00
2016-07-20 15:29:39 -05:00
2018-08-13 20:40:59 -05:00
2019-04-15 12:34:36 -05:00
2019-04-15 12:34:36 -05:00
2018-07-17 19:12:48 -05:00
2019-04-22 14:56:48 -05:00
2019-04-08 16:28:37 -05:00
2019-04-22 16:34:51 -05:00
2019-04-22 16:34:51 -05:00
2017-02-17 12:27:13 -06:00