Files
linux/include
Jakub Kicinski 40af35fdf7 netdevice: demote the type of some dev_addr_set() helpers
__dev_addr_set() and dev_addr_mod() and pretty low level,
let the arguments be void, there's no chance for confusion
in callers converted to use them. Keep u8 in dev_addr_set()
because some of the callers are converted from a loop
and we want to make sure assignments are not from an array
of a different type.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-10-13 09:41:37 -07:00
..
2021-09-20 12:43:34 +01:00
2021-10-13 09:40:46 -07:00
2021-09-22 00:13:38 -04:00
2021-09-20 17:01:21 +02:00