mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
d03eeb398c
Read wiphy addresses from sysfs and perform the wiphy name to wiphy idx mapping using sysfs. Do this directly on a new radio notification and stop using new wiphy notifications except for updating the radio names. Having the wiphy index available synchronously when parsing a new radio event we store the wiphy index in the radio_info_rec struct directly and drop struct wiphy_info_rec as there was a 1:1 mapping. With this, and knowing that all radio_info data is available when new interface notifications are received, the tracking is simplified because dbus objects can be created and destroyed within the notification handlers. We also now store both the wiphy hardware address data and separately the interface MAC addresses and can use them more appropriately in the medium implementation. |
||
---|---|---|
.. | ||
hwsim.c | ||
test_runner_kernel_config | ||
test-runner.c |