mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-20 04:19:25 +01:00
97ec50ce28
In the PCI/USB passthrough changes the wiphy ID was changed to be an unsigned integer, where id zero corresponded to an error when in native hardware mode. Along with this, the radio ID for hwsim was changed to a pre-increment (only in test-runner), so the radio IDs would start at 1. The repercussions were not fully investigated, but if they were it would have been seen that hwsim creates radios IDs starting at zero. This left test-runner and hwsim with unsynchronized radio IDs, and radio zero never got deleted after each test causing each successive test to discover old radio IDs. |
||
---|---|---|
.. | ||
hw.conf | ||
hwsim-dbus.conf | ||
hwsim.c | ||
test_runner_kernel_config | ||
test-runner.c |