xiaoxiang781216 commented on a change in pull request #5847: URL: https://github.com/apache/incubator-nuttx/pull/5847#discussion_r838879051
########## File path: drivers/rptun/rptun.c ########## @@ -56,9 +56,10 @@ #define RPTUNIOC_NONE 0 #define NO_HOLDER (INVALID_PROCESS_ID) -#define RPTUN_STATUS_FROM_MASTER 0x8 -#define RPTUN_STATUS_MASK 0x7 -#define RPTUN_STATUS_PANIC 0x7 +#define RPTUN_OPS_START 0 Review comment: let's reuse the ioctl id here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org