Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0519d8fb authored by Jochen Friedrich's avatar Jochen Friedrich Committed by Arnaldo Carvalho de Melo
Browse files

[TR]: Set correct frame type for SNAP packets

parent 096f0eb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -238,7 +238,7 @@ unsigned short tr_type_trans(struct sk_buff *skb, struct net_device *dev)
		return trllc->ethertype;
		return trllc->ethertype;
	}
	}


	return ntohs(ETH_P_802_2);
	return ntohs(ETH_P_TR_802_2);
}
}


/*
/*