diff --git a/scapy/layers/l2.py b/scapy/layers/l2.py
index a14294c4aafcaa19194f7dcd69fa72e3f2f0b099..749d571b7fa078baa91aa3643d64aa831fbd925b 100644
--- a/scapy/layers/l2.py
+++ b/scapy/layers/l2.py
@@ -420,8 +420,8 @@ conf.l2types.register(ARPHDR_ETHER, Ether)
 conf.l2types.register_num2layer(ARPHDR_METRICOM, Ether)
 conf.l2types.register_num2layer(ARPHDR_LOOPBACK, Ether)
 conf.l2types.register_layer2num(ARPHDR_ETHER, Dot3)
-conf.l2types.register(113, CookedLinux)
 conf.l2types.register(144, CookedLinux)  # called LINUX_IRDA, similar to CookedLinux
+conf.l2types.register(113, CookedLinux)
 
 conf.l3types.register(ETH_P_ARP, ARP)