mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-18 10:19:24 +01:00
44f23e7a5f
The phy creation logic was a bit complex, using a hashmap to map between phy names in the config file (e.g. rad0, rad2, etc) and interface names created for that phy. We take advantage of the fact that hwsim can create a radio with a given name to simply assign the radio name from the autotest config file directly. Then we name any interfaces created in order of phy creation. A few extra sanity checks are also added. |
||
---|---|---|
.. | ||
hwsim.c | ||
test_runner_kernel_config | ||
test-runner.c |