mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
Fix netdev and add Apache license to the file
This commit is contained in:
@@ -315,9 +315,9 @@ int netdev_register(FAR struct net_driver_s *dev, enum net_lltype_e lltype)
|
||||
break;
|
||||
#endif
|
||||
case NET_LL_MBIM:
|
||||
dev->d_llhdrlen = 0;
|
||||
dev->d_pktsize = 1200;
|
||||
devfmt = NETDEV_MBIM_FORMAT;
|
||||
llhdrlen = 0;
|
||||
pktsize = 1200;
|
||||
devfmt = NETDEV_MBIM_FORMAT;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user