]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
DM9000: improve eth_send() routine
authorRemy Bohmer <linux@bohmer.net>
Tue, 3 Jun 2008 13:26:23 +0000 (15:26 +0200)
committerBen Warren <biggerbadderben@gmail.com>
Thu, 5 Jun 2008 06:47:31 +0000 (23:47 -0700)
commitacba31847fad9ae40708cc2c9f3a634ec35f3416
tree7e7347b5f3cc22fcd23dd364bd625da7378418aa
parent134e266253c02a7832560da59d394989c4f64453
DM9000: improve eth_send() routine

The eth_send routine of the U-boot DM9000x driver does not match the
DM9000 or DM9000A application notes/programming guides.

This change improves the stability of the DM9000A network controller.

This change has been tested with DM9000A, DM9000E, DM9000EP.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/dm9000x.c