cdcncm: switch net driver to netdev_lowerhalf

optimize the interaction flow associated with network drivers to reduce
the amount of code and improve compatibility

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
zhanghongyu
2024-04-08 21:01:21 +08:00
committed by Xiang Xiao
parent 4e79741e7d
commit 7aa3e2ebd6
3 changed files with 197 additions and 350 deletions
+9
View File
@@ -1389,6 +1389,15 @@ config CDCNCM_PRODUCTSTR
default "CDC/NCM Ethernet"
endif # !CDCNCM_COMPOSITE
config CDCNCM_QUOTA_TX
int "The drive holds the maximum quota of TX"
default 8
config CDCNCM_QUOTA_RX
int "The drive holds the maximum quota of RX"
default 8
endif # CDCNCM
config USBDEV_FS
+136 -350
View File
File diff suppressed because it is too large Load Diff