patacongo commented on a change in pull request #1233: URL: https://github.com/apache/incubator-nuttx/pull/1233#discussion_r439836065
########## File path: include/nuttx/net/net.h ########## @@ -155,7 +155,8 @@ enum net_lltype_e NET_LL_BLUETOOTH, /* Bluetooth */ NET_LL_IEEE80211, /* IEEE 802.11 */ NET_LL_IEEE802154, /* IEEE 802.15.4 MAC */ - NET_LL_PKTRADIO /* Non-standard packet radio */ + NET_LL_PKTRADIO, /* Non-standard packet radio */ + NET_LL_MBIM Review comment: Certainly some of those hits are not relevant (like bluetooth/, ieee802154/, pkt/ and sixlowpan/). But others point out significant missing logic that must be fixed. ---------------------------------------------------------------- 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