aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/usb/cdc_mbim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/cdc_mbim.c b/drivers/net/usb/cdc_mbim.c
index 42f51c71ec1f..3a5673aa1c37 100644
--- a/drivers/net/usb/cdc_mbim.c
+++ b/drivers/net/usb/cdc_mbim.c
@@ -366,7 +366,7 @@ err:
366 366
367static const struct driver_info cdc_mbim_info = { 367static const struct driver_info cdc_mbim_info = {
368 .description = "CDC MBIM", 368 .description = "CDC MBIM",
369 .flags = FLAG_NO_SETINT | FLAG_MULTI_PACKET | FLAG_WWAN, 369 .flags = FLAG_NO_SETINT | FLAG_MULTI_PACKET | FLAG_WWAN | FLAG_SEND_ZLP,
370 .bind = cdc_mbim_bind, 370 .bind = cdc_mbim_bind,
371 .unbind = cdc_mbim_unbind, 371 .unbind = cdc_mbim_unbind,
372 .manage_power = cdc_mbim_manage_power, 372 .manage_power = cdc_mbim_manage_power,