diff options
Diffstat (limited to 'net/llc/af_llc.c')
-rw-r--r-- | net/llc/af_llc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c index 78424f41cf36..e9440753e16b 100644 --- a/net/llc/af_llc.c +++ b/net/llc/af_llc.c | |||
@@ -71,8 +71,7 @@ static inline u16 llc_ui_next_link_no(int sap) | |||
71 | */ | 71 | */ |
72 | static inline __be16 llc_proto_type(u16 arphrd) | 72 | static inline __be16 llc_proto_type(u16 arphrd) |
73 | { | 73 | { |
74 | return arphrd == ARPHRD_IEEE802_TR ? | 74 | return htons(ETH_P_802_2); |
75 | htons(ETH_P_TR_802_2) : htons(ETH_P_802_2); | ||
76 | } | 75 | } |
77 | 76 | ||
78 | /** | 77 | /** |