|
@@ -3029,6 +3029,8 @@ static int ipa3_wwan_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
|
|
|
/* Get MTU */
|
|
|
case RMNET_IOCTL_GET_MTU:
|
|
|
mux_channel = rmnet_ipa3_ctx->mux_channel;
|
|
|
+ ext_ioctl_data.u.mtu_params.if_name
|
|
|
+ [IFNAMSIZ-1] = '\0';
|
|
|
rmnet_index =
|
|
|
find_vchannel_name_index(ext_ioctl_data.u.mtu_params.if_name);
|
|
|
|
|
@@ -3049,6 +3051,8 @@ static int ipa3_wwan_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
|
|
|
/* Set MTU */
|
|
|
case RMNET_IOCTL_SET_MTU:
|
|
|
mux_channel = rmnet_ipa3_ctx->mux_channel;
|
|
|
+ ext_ioctl_data.u.mtu_params.if_name
|
|
|
+ [IFNAMSIZ-1] = '\0';
|
|
|
rmnet_index =
|
|
|
find_vchannel_name_index(ext_ioctl_data.u.mtu_params.if_name);
|
|
|
|