net: delete all instances of special processing for token ring
[deliverable/linux.git] / net / llc / af_llc.c
index 78424f41cf367494147abb3fd8970b460c59bf56..e9440753e16b913b0597427a5e912e48965b6c96 100644 (file)
@@ -71,8 +71,7 @@ static inline u16 llc_ui_next_link_no(int sap)
  */
 static inline __be16 llc_proto_type(u16 arphrd)
 {
-       return arphrd == ARPHRD_IEEE802_TR ?
-                        htons(ETH_P_TR_802_2) : htons(ETH_P_802_2);
+       return htons(ETH_P_802_2);
 }
 
 /**
This page took 0.025376 seconds and 5 git commands to generate.