2d83d224ff
This was done with spatch using the following semantic patch and minor manual edits to clean up coding style and avoid compiler warnings in driver_wext.c: @@ expression a,b; @@ - os_memcmp(a, b, ETH_ALEN) == 0 + ether_addr_equal(a, b) @@ expression a,b; @@ - os_memcmp(a, b, ETH_ALEN) != 0 + !ether_addr_equal(a, b) @@ expression a,b; @@ - !os_memcmp(a, b, ETH_ALEN) + ether_addr_equal(a, b) Signed-off-by: Jouni Malinen <j@w1.fi> |
||
---|---|---|
.. | ||
fst.c | ||
fst.h | ||
fst_ctrl_aux.c | ||
fst_ctrl_aux.h | ||
fst_ctrl_defs.h | ||
fst_ctrl_iface.c | ||
fst_ctrl_iface.h | ||
fst_defs.h | ||
fst_group.c | ||
fst_group.h | ||
fst_iface.c | ||
fst_iface.h | ||
fst_internal.h | ||
fst_session.c | ||
fst_session.h | ||
Makefile |