]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/if_tr.h
dev_vdbg(), available with -DVERBOSE_DEBUG
[karo-tx-linux.git] / include / linux / if_tr.h
index 3fba9e2f5427d633a9260854112647e9294b07a3..046e9d95ba9a55a79999f59449d181512aff4c97 100644 (file)
@@ -47,8 +47,11 @@ struct trh_hdr {
 
 static inline struct trh_hdr *tr_hdr(const struct sk_buff *skb)
 {
-       return (struct trh_hdr *)skb->mac.raw;
+       return (struct trh_hdr *)skb_mac_header(skb);
 }
+#ifdef CONFIG_SYSCTL
+extern struct ctl_table tr_table[];
+#endif
 #endif
 
 /* This is an Token-Ring LLC structure */