You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/07/19 03:06:31 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6636: wireless/ieee802154: Don't set IFF_DOWN in mac802154netdev_register

xiaoxiang781216 opened a new pull request, #6636:
URL: https://github.com/apache/incubator-nuttx/pull/6636

   ## Summary
   since IFF_DOWN is only used for request, not for status. Instead,
   IFF_UP should be used to query the netdev status. The IFF_DOWN
   related macros are also removed to avoid the confuse.
   
   ## Impact
   
   ## Testing
   Internal device
   


-- 
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-unsubscribe@nuttx.apache.org

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


[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6636: wireless/ieee802154: Don't set IFF_DOWN in mac802154netdev_register

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged PR #6636:
URL: https://github.com/apache/incubator-nuttx/pull/6636


-- 
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-unsubscribe@nuttx.apache.org

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