]> git.pld-linux.org Git - packages/r8168.git/blob - r8168-kernel-3.3.patch
- Rebuild for kernel 3.4.10
[packages/r8168.git] / r8168-kernel-3.3.patch
1 --- r8168-8.029.00/src/r8168_n.c~       2012-03-07 09:35:44.000000000 +0100
2 +++ r8168-8.029.00/src/r8168_n.c        2012-04-06 22:17:27.068049894 +0200
3 @@ -2229,6 +2229,7 @@
4         .set_settings           = rtl8168_set_settings,
5         .get_msglevel           = rtl8168_get_msglevel,
6         .set_msglevel           = rtl8168_set_msglevel,
7 +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,3,0)
8         .get_rx_csum            = rtl8168_get_rx_csum,
9         .set_rx_csum            = rtl8168_set_rx_csum,
10         .get_tx_csum            = rtl8168_get_tx_csum,
11 @@ -2239,6 +2240,7 @@
12         .get_tso                = ethtool_op_get_tso,
13         .set_tso                = ethtool_op_set_tso,
14  #endif
15 +#endif
16         .get_regs               = rtl8168_get_regs,
17         .get_wol                = rtl8168_get_wol,
18         .set_wol                = rtl8168_set_wol,
This page took 0.040561 seconds and 3 git commands to generate.