Remove references to skbuff.input_dev as it seems to have had a relatively short...
authormtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 22 Nov 2007 06:57:45 +0000 (06:57 +0000)
committermtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 22 Nov 2007 06:57:45 +0000 (06:57 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2925 0192ed92-7a03-0410-a25b-9323aeb14dbd

net80211/ieee80211_skb.c

index b4b2f31e1afb2d2ac2685b425b0b2841a618a08d..990438f0d064b8428a0657f8602169f05324fe07 100644 (file)
@@ -131,14 +131,7 @@ static void skb_print_message(
 #else
        printk("%s: %s%s:%d %s\n",
 #endif
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20))
-               (skb->input_dev != NULL ? 
-                       DEV_NAME(skb->input_dev) : 
-                       DEV_NAME(skb->dev)),
-#else
                DEV_NAME(skb->dev),
-#endif
-
                skb_count, 
 #ifdef IEEE80211_DEBUG_REFCNT
                func1, line1,