projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f43b9
)
fix a bug in the switch driver, thanks to Thomas Langer for reporting
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 1 Jan 2008 12:51:09 +0000
(12:51 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Tue, 1 Jan 2008 12:51:09 +0000
(12:51 +0000)
SVN-Revision: 10075
target/linux/adm5120/files/drivers/net/adm5120sw.c
patch
|
blob
|
history
diff --git
a/target/linux/adm5120/files/drivers/net/adm5120sw.c
b/target/linux/adm5120/files/drivers/net/adm5120sw.c
index 234b6c5146d0861ed09689bc4fb5c44b26610a20..3833c1ef2dcbb296a823bb5ffbdb7ed5100aa6c0 100644
(file)
--- a/
target/linux/adm5120/files/drivers/net/adm5120sw.c
+++ b/
target/linux/adm5120/files/drivers/net/adm5120sw.c
@@
-1,7
+1,7
@@
/*
* ADM5120 built-in ethernet switch driver
*
- * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
+ * Copyright (C) 2007
,2008
Gabor Juhos <juhosg at openwrt.org>
*
* This code was based on a driver for Linux 2.6.xx by Jeroen Vreeken.
* Copyright Jeroen Vreeken (pe1rxq@amsat.org), 2005
@@
-879,7
+879,7
@@
static int adm5120_if_hard_start_xmit(struct sk_buff *skb,
for (i = 0; i < SWITCH_NUM_PORTS; i++) {
if (!adm5120_devs[i])
continue;
- netif_stop_queue(
dev
);
+ netif_stop_queue(
adm5120_devs[i]
);
}
}