xiaoxiang781216 commented on pull request #1829:
URL: https://github.com/apache/incubator-nuttx/pull/1829#issuecomment-695157610


   The real change look reasonable:
   ```
   /*
    * A Wireless Event. Contains basically the same data as the ioctl...
    */
   
   #define IW_EV_LEN(field) \
     (offsetof(struct iw_event, u) + sizeof(((union iwreq_data *)0)->field))
   ```
   @v01d how about your thinking?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to