diff options
| author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-02 13:44:13 +0000 |
|---|---|---|
| committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-02 13:44:13 +0000 |
| commit | 59c00de570c33921a4364f864da0ff79784ef633 (patch) | |
| tree | 52efd91a090e5f8cc759781efac2df3af06f396e /openwrt/package/linux/kernel-patches/314-drivers_net_b44_h.patch | |
| parent | f572fcb6a9165872d2e74fb957b0f2dd28e2d0a0 (diff) | |
split b44 patches, add performance patch from oleg, need more testing on some other hardware then asus wl500g/wrt54gsv10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@786 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/linux/kernel-patches/314-drivers_net_b44_h.patch')
| -rw-r--r-- | openwrt/package/linux/kernel-patches/314-drivers_net_b44_h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/linux/kernel-patches/314-drivers_net_b44_h.patch b/openwrt/package/linux/kernel-patches/314-drivers_net_b44_h.patch new file mode 100644 index 000000000..992c66ef8 --- /dev/null +++ b/openwrt/package/linux/kernel-patches/314-drivers_net_b44_h.patch @@ -0,0 +1,11 @@ +--- linux-2.4.30/drivers/net/b44.h 2003-08-25 13:44:42.000000000 +0200 ++++ openwrt/build_mipsel/linux-2.4.30/drivers/net/b44.h 2005-05-01 14:43:20.000000000 +0200 +@@ -461,6 +461,8 @@ + }; + + #define B44_MCAST_TABLE_SIZE 32 ++#define B44_PHY_ADDR_NO_PHY 30 ++#define B44_MDC_RATIO 5000000 + + /* SW copy of device statistics, kept up to date by periodic timer + * which probes HW values. Must have same relative layout as HW |
