mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-09 05:29:23 +01:00
a7ee2c428a
Replace is_multicast_addr with util_is_broadcast_address usage. is_multicast_addr seems to have been wrong, first because we're not interested in just any multicast address (defined to be same as "group address"), but rather specifically the broadcast address, as we don't know of any specific address groups other than broadcast. And also wrong because the "Individual/Group bit" is the LSB of byte 0, not the MSB of byte 0 apparently. |
||
---|---|---|
.. | ||
hwsim.c | ||
test_runner_kernel_config | ||
test-runner.c |