diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/linux-wrt-2.4.30/314-drivers_net_b44_h.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linux/linux-wrt-2.4.30/314-drivers_net_b44_h.patch')
-rw-r--r-- | packages/linux/linux-wrt-2.4.30/314-drivers_net_b44_h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-wrt-2.4.30/314-drivers_net_b44_h.patch b/packages/linux/linux-wrt-2.4.30/314-drivers_net_b44_h.patch index e69de29bb2..992c66ef89 100644 --- a/packages/linux/linux-wrt-2.4.30/314-drivers_net_b44_h.patch +++ b/packages/linux/linux-wrt-2.4.30/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 |