Message ID | 20211021202738.729-2-ricardo.martinez@linux.intel.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | net: wwan: t7xx: PCIe driver for MediaTek M.2 modem | expand |
diff --git a/include/linux/wwan.h b/include/linux/wwan.h index 9fac819f92e3..28934b7dd0ae 100644 --- a/include/linux/wwan.h +++ b/include/linux/wwan.h @@ -171,4 +171,9 @@ int wwan_register_ops(struct device *parent, const struct wwan_ops *ops, void wwan_unregister_ops(struct device *parent); +/* + * Default WWAN interface MTU value + */ +#define WWAN_DEFAULT_MTU 1500 + #endif /* __WWAN_H */