|
@@ -1,5 +1,5 @@
|
|
/* Copyright (c) 2013-2021, The Linux Foundation. All rights reserved.
|
|
/* Copyright (c) 2013-2021, The Linux Foundation. All rights reserved.
|
|
- * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
@@ -748,7 +748,7 @@ int rmnet_vnd_newlink(u8 id, struct net_device *rmnet_dev,
|
|
|
|
|
|
priv->real_dev = real_dev;
|
|
priv->real_dev = real_dev;
|
|
|
|
|
|
- rmnet_dev->gso_max_size = 64000;
|
|
|
|
|
|
+ rmnet_dev->gso_max_size = 65535;
|
|
|
|
|
|
rc = register_netdevice(rmnet_dev);
|
|
rc = register_netdevice(rmnet_dev);
|
|
if (!rc) {
|
|
if (!rc) {
|