mirror of https://github.com/proski/madwifi
Remove references to skbuff.input_dev as it seems to have had a relatively short lifespan, despite the references in the textbooks on network internals. ;-)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2925 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
cbc24dce2a
commit
c428bb7406
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue