11 Commits (34d362d1a7c6c28b7a2d7c364972ef14091b29b9)

Author SHA1 Message Date
Florian Fainelli 0d40a2f95b his patch mainly fixes the huge delay when we ping from the RDC device to another host (160-230 ms). r6040_rx() was rewritten. Further changes: - fix a bug in hex2str(), which overwrote the source with a zero - removed rx_free_desc counter; allocate skb inside r6040_rx() on the fly - r6040_rx: don't take the error from the MLSR register (may be too late) but from the descriptor (we may have to allow these errors (via MCR0) there - r6040_alloc_rxbufs() may fail due to lack of skb, added a return value - changed some debugs - more defines - version: 0.18 -> 0.19 16 years ago
Florian Fainelli 01e594e704 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) 16 years ago
Florian Fainelli 368f07fc97 Hi, 16 years ago
Florian Fainelli 23d1a5bd88 Use 2.6.25 for rdc321x 17 years ago
Florian Fainelli ef62f5f24d Use an update r6040 driver 17 years ago
Florian Fainelli c592ef61b3 Upgrade rdc to 2.6.24 17 years ago
Florian Fainelli f61a627092 Typo on PCI ids 17 years ago
Florian Fainelli 4bc640743a Upgrade rdc to 2.6.23, fix the r6040 driver printk's 17 years ago
Florian Fainelli e54eec19b7 Clean up the r6040 driver using checkpatch 17 years ago
Florian Fainelli 8c612a1cdb Add support for the D-Link DIR-450, thanks to Macpaul Lin ! 17 years ago
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 17 years ago