summaryrefslogtreecommitdiffstats
path: root/drivers/net/smc911x.c
Commit message (Collapse)AuthorAgeFilesLines
* [smsc911x] undef FLOW if already definedMarc Kleine-Budde2007-11-121-0/+4
| | | | | | | | | | | | | | fixes: drivers/net/smc911x.c:334:1: warning: "FLOW" redefined In file included from include/asm/blackfin.h:33, from include/asm/system.h:29, from include/asm/bitops.h:33, from include/linux/bitops.h:69, from include/common.h:31, from drivers/net/smc911x.c:29: include/asm/cpu/defBF561.h:1654:1: warning: this is the location of the previous definition Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* noisy supportJuergen Beisert2007-10-181-1/+5
|
* change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-181-4/+4
| | | | change the parameter name for ethernet devices to 'ethaddr' aswell.
* - coding styleSascha Hauer2007-09-121-29/+45
| | | | | - turn endless loop into timeout loop - remove preliminary debug crap
* add blackfin network driverSascha Hauer2007-09-111-0/+738