3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-21 22:09:23 +01:00
iwd/tools
Andrew Zaborowski ea9edc1f99 hwsim: Fix netlink attribute size calculation
The name attribute in the NEW RADIO command needs at least 4 bytes for
the attribute header (struct nlattr), all the characters of the name
string and a NUL byte, and up to 3 bytes of alignment padding.
Otherwise, depending on the name length and whether the NO_VIF attribute
was the last, that attribute could end up being dropped and we were
ending up with too many interfaces inside test-runner.
2017-03-14 10:23:28 -05:00
..
hwsim.c hwsim: Fix netlink attribute size calculation 2017-03-14 10:23:28 -05:00
test_runner_kernel_config tools: Add MD4 to test runner kernel config 2016-12-14 23:01:22 -06:00
test-runner.c test-runner: Don't use killall 2016-12-20 12:44:52 -06:00