Loading drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c +1 −4 Original line number Diff line number Diff line Loading @@ -143,9 +143,6 @@ static int rmnet_map_egress_handler(struct sk_buff *skb, if (!map_header) goto fail; if (mux_id == 0xff) map_header->mux_id = 0; else map_header->mux_id = mux_id; skb->protocol = htons(ETH_P_MAP); Loading Loading
drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c +1 −4 Original line number Diff line number Diff line Loading @@ -143,9 +143,6 @@ static int rmnet_map_egress_handler(struct sk_buff *skb, if (!map_header) goto fail; if (mux_id == 0xff) map_header->mux_id = 0; else map_header->mux_id = mux_id; skb->protocol = htons(ETH_P_MAP); Loading