1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-04 00:24:36 +03:00
openwrt-xburst/target/linux/rdc
florian 3c86e2801f This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch applied) and fixes the following issues:
- re-added the parent parameter to specify a netdevice to steal the MAC address from (optional).
- fixed null pointer access in r6040_rx() (lp->dev init. was missing)
- fixed "scheduling while atomic" endless loop if tx_timeout() was called (caused by the re-allocs of the buffers)
- fixed tx timeouts (tx irq weren't re-enabled on rx irq) 

It adds some defines and cleans the code a bit (IMHO).

Signed-Off by Joerg Albert <jal2@gmx.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-16 13:24:41 +00:00
..
base-files/etc get rid of per-profile base-files 2007-09-29 14:27:54 +00:00
config Add support for the D-Link DIR-450, thanks to Macpaul Lin ! 2007-09-16 10:57:29 +00:00
files/drivers This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch applied) and fixes the following issues: 2008-06-16 13:24:41 +00:00
image Fix bzImage copy with 2.6.24 kernels 2008-03-09 11:08:38 +00:00
patches Use 2.6.25 for rdc321x 2008-06-11 16:38:37 +00:00
profiles Fix profile/image generation for dir450 2007-10-14 15:12:14 +00:00
config-2.6.23 properly disable CONFIG_CRYPTO_HW 2008-04-27 12:31:50 +00:00
config-2.6.24 enable proper PCI & USB support detection at config-time by disabling CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate 2008-05-09 17:08:51 +00:00
config-2.6.25 Use 2.6.25 for rdc321x 2008-06-11 16:38:37 +00:00
Makefile Use 2.6.25.6 for rdc 2008-06-12 08:07:08 +00:00