Alexey Dobriyan a0d3bea3cf [NET]: Make skb->protocol __be16
There are many instances of

	skb->protocol = htons(ETH_P_*);
	skb->protocol = __constant_htons(ETH_P_*);
and
	skb->protocol = *_type_trans(...);

Most of *_type_trans() are already endian-annotated, so, let's shift
attention on other warnings.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-08-11 16:05:50 -07:00
..
2005-07-26 14:35:41 -07:00
2005-07-26 14:35:41 -07:00
2005-07-26 14:35:41 -07:00
2005-08-07 10:00:38 -07:00
2005-07-27 10:46:12 -07:00
2005-07-26 14:35:41 -07:00
2005-07-26 14:35:41 -07:00
2005-07-26 14:35:41 -07:00
2005-07-26 14:35:41 -07:00
2005-07-26 14:35:41 -07:00
2005-07-28 21:46:03 -07:00
2005-08-11 16:05:50 -07:00
2005-04-16 15:20:36 -07:00
2005-08-01 19:13:59 -07:00
2005-04-16 15:20:36 -07:00
2005-07-28 15:50:42 +02:00