Loading drivers/net/ethernet/msm/msm_rmnet_bam.c +1 −3 Original line number Diff line number Diff line Loading @@ -168,9 +168,7 @@ static __be16 rmnet_ip_type_trans(struct sk_buff *skb, struct net_device *dev) protocol = htons(ETH_P_IPV6); break; default: pr_err("[%s] rmnet_recv() L3 protocol decode error: 0x%02x", dev->name, skb->data[0] & 0xf0); /* skb will be dropped in upper layer for unknown protocol */ protocol = htons(ETH_P_MAP); } return protocol; } Loading Loading
drivers/net/ethernet/msm/msm_rmnet_bam.c +1 −3 Original line number Diff line number Diff line Loading @@ -168,9 +168,7 @@ static __be16 rmnet_ip_type_trans(struct sk_buff *skb, struct net_device *dev) protocol = htons(ETH_P_IPV6); break; default: pr_err("[%s] rmnet_recv() L3 protocol decode error: 0x%02x", dev->name, skb->data[0] & 0xf0); /* skb will be dropped in upper layer for unknown protocol */ protocol = htons(ETH_P_MAP); } return protocol; } Loading