mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 15:51:07 +02:00
[adm5120] fix a bug in the switch driver, thanks to Thomas Langer for reporting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10075 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b1ff7c57dd
commit
7efcb9dea3
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user