Message ID | 20230628202033.2320994-2-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | Handle DEL/ADD_MAC_ADDR events | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | fail | error: patch failed: tools/hwsim.c:62 error: tools/hwsim.c: patch does not apply hint: Use 'git am --show-current-patch' to see the failed patch |
diff --git a/tools/hwsim.c b/tools/hwsim.c index 47352ad4..ecee0a0a 100644 --- a/tools/hwsim.c +++ b/tools/hwsim.c @@ -62,6 +62,8 @@ enum { HWSIM_CMD_NEW_RADIO, HWSIM_CMD_DEL_RADIO, HWSIM_CMD_GET_RADIO, + HWSIM_CMD_ADD_MAC_ADDR, + HWSIM_CMD_DEL_MAC_ADDR, __HWSIM_CMD_MAX, }; #define HWSIM_CMD_MAX (__HWSIM_CMD_MAX - 1)