diff options
| author | David S. Miller <davem@davemloft.net> | 2021-07-01 13:04:41 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2021-07-01 13:04:41 -0700 |
| commit | 88827353c696defc40de7a5cdae5a5a084598fe2 (patch) | |
| tree | 75142fdb7de114dccb7d34d20f4d33bbda7ce555 /drivers/net/wwan/iosm/iosm_ipc_mux_codec.c | |
| parent | 764a4af9f04244621964f148053d6e8703505311 (diff) | |
| parent | d7340f46beae05227f5f4a1c8cb18e81e0c3fe0e (diff) | |
| download | linux-88827353c696defc40de7a5cdae5a5a084598fe2.tar.gz linux-88827353c696defc40de7a5cdae5a5a084598fe2.tar.bz2 linux-88827353c696defc40de7a5cdae5a5a084598fe2.zip | |
Merge branch 'wwan-iosm-fixes'
M Chetan Kumar says:
====================
net: wwan: iosm: fixes
This patch series contains IOSM Driver fixes and details are
are mentioned below.
Patch1: Corrects uevent reporting format key=value pair.
Patch2: Removes redundant IP session checks.
Patch3: Correct link-Id number to be in sycn with MBIM session Id.
Patch4: Update netdev tx stats.
Patch5: Set netdev default mtu size.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wwan/iosm/iosm_ipc_mux_codec.c')
| -rw-r--r-- | drivers/net/wwan/iosm/iosm_ipc_mux_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wwan/iosm/iosm_ipc_mux_codec.c b/drivers/net/wwan/iosm/iosm_ipc_mux_codec.c index e634ffc6ec08..562de275797a 100644 --- a/drivers/net/wwan/iosm/iosm_ipc_mux_codec.c +++ b/drivers/net/wwan/iosm/iosm_ipc_mux_codec.c @@ -288,7 +288,7 @@ static int ipc_mux_net_receive(struct iosm_mux *ipc_mux, int if_id, /* Pass the packet to the netif layer. */ dest_skb->priority = service_class; - return ipc_wwan_receive(wwan, dest_skb, false, if_id + 1); + return ipc_wwan_receive(wwan, dest_skb, false, if_id); } /* Decode Flow Credit Table in the block */ |
