Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9189
b: refs/heads/master
c: 0b50f81
h: refs/heads/master
i:
  9187: d3a34a7
v: v3
  • Loading branch information
Tommy Christensen authored and Jeff Garzik committed Sep 22, 2005
1 parent f874aad commit 160f9e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 383181ac7e59542ff47e2b81f7e4c40aba39b30b
refs/heads/master: 0b50f81d5a63428f131ff20596f4e3d473e5b94f
4 changes: 2 additions & 2 deletions trunk/drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ VERSION 2.2LK <2005/01/25>

#ifdef CONFIG_R8169_NAPI
#define rtl8169_rx_skb netif_receive_skb
#define rtl8169_rx_hwaccel_skb vlan_hwaccel_rx
#define rtl8169_rx_hwaccel_skb vlan_hwaccel_receive_skb
#define rtl8169_rx_quota(count, quota) min(count, quota)
#else
#define rtl8169_rx_skb netif_rx
#define rtl8169_rx_hwaccel_skb vlan_hwaccel_receive_skb
#define rtl8169_rx_hwaccel_skb vlan_hwaccel_rx
#define rtl8169_rx_quota(count, quota) count
#endif

Expand Down

0 comments on commit 160f9e5

Please sign in to comment.