]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/8021q/vlan_dev.c
Phonet: keep TX queue disabled when the device is off
[mv-sheeva.git] / net / 8021q / vlan_dev.c
index 97688cdb550157287dd8a7cfb54317e1e2dc5168..8883e9c8a2230ccb993cd4bcc86131e6babbaece 100644 (file)
@@ -48,7 +48,7 @@ static int vlan_dev_rebuild_header(struct sk_buff *skb)
 
        switch (veth->h_vlan_encapsulated_proto) {
 #ifdef CONFIG_INET
-       case __constant_htons(ETH_P_IP):
+       case htons(ETH_P_IP):
 
                /* TODO:  Confirm this will work with VLAN headers... */
                return arp_find(veth->h_dest, skb);