]> git.pld-linux.org Git - packages/e1000e.git/blob - e1000e-kernel.patch
- release 4
[packages/e1000e.git] / e1000e-kernel.patch
1 --- e1000e-1.1.2/src/ethtool.c~ 2009-10-31 01:02:06.000000000 +0100
2 +++ e1000e-1.1.2/src/ethtool.c  2010-03-07 19:01:52.167295997 +0100
3 @@ -2036,8 +2036,10 @@
4         .get_strings            = e1000_get_strings,
5         .phys_id                = e1000_phys_id,
6         .get_ethtool_stats      = e1000_get_ethtool_stats,
7 +#if ( LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33) )
8         .self_test_count        = e1000_get_self_test_count,
9         .get_stats_count        = e1000_get_stats_count,
10 +#endif
11         .get_coalesce           = e1000_get_coalesce,
12         .set_coalesce           = e1000_set_coalesce,
13  #ifdef NETIF_F_LRO
This page took 0.159388 seconds and 3 git commands to generate.