| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reading of the PHY registers occasionally returns with bogus values
under heavy load. This misleads the PHY driver and thus causes false
link/speed change notifications which leads to performance loss.
This is easily noticable during an iperf session:
...
[ 3] 52.0-53.0 sec 11.3 MBytes 94.4 Mbits/sec
[ 3] 53.0-54.0 sec 11.4 MBytes 95.4 Mbits/sec
eth1: link down
br-lan: port 2(eth1) entering forwarding state
eth1: link up (100Mbps/Full duplex)
br-lan: port 2(eth1) entering forwarding state
br-lan: port 2(eth1) entering forwarding state
[ 3] 54.0-55.0 sec 6.75 MBytes 56.6 Mbits/sec
[ 3] 55.0-56.0 sec 0.00 Bytes 0.00 bits/sec
[ 3] 56.0-57.0 sec 10.5 MBytes 88.1 Mbits/sec
...
[ 3] 169.0-170.0 sec 11.4 MBytes 95.4 Mbits/sec
[ 3] 170.0-171.0 sec 11.4 MBytes 95.4 Mbits/sec
eth1: link up (10Mbps/Half duplex)
[ 3] 171.0-172.0 sec 7.63 MBytes 64.0 Mbits/sec
[ 3] 172.0-173.0 sec 9.38 MBytes 78.6 Mbits/sec
eth1: link up (100Mbps/Full duplex)
[ 3] 173.0-174.0 sec 11.3 MBytes 94.4 Mbits/sec
[ 3] 174.0-175.0 sec 11.4 MBytes 95.4 Mbits/sec
SVN-Revision: 26856
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The function __devinit ag71xx_probe() references
a function __devexit ag71xx_phy_disconnect().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __devexit annotation of
ag71xx_phy_disconnect() so it may be used outside an exit section.
The function ag71xx_phy_disconnect() references a function in an exit
section.
Often the function ag71xx_ar7240_cleanup() has valid usage outside the
exit section
and the fix is to remove the __devexit annotation of
ag71xx_ar7240_cleanup.
SVN-Revision: 26855
|
|
|
|
| |
SVN-Revision: 26854
|
|
|
|
| |
SVN-Revision: 26845
|
|
|
|
| |
SVN-Revision: 26844
|
|
|
|
| |
SVN-Revision: 26843
|
|
|
|
| |
SVN-Revision: 26842
|
|
|
|
| |
SVN-Revision: 26840
|
|
|
|
|
|
| |
default network config
SVN-Revision: 26779
|
|
|
|
| |
SVN-Revision: 26777
|
|
|
|
| |
SVN-Revision: 26606
|
|
|
|
| |
SVN-Revision: 26603
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add support for the Buffalo WZR-HP-G301NH. The only difference between it
and the WZR-HP-G00NH is that it has a RTL8366RB instead of a RTL8366S.
Since we don't do runtime detection of the switch, we need a separate
machine definition for it.
While we are at it, also rename the profile to reflect that it now is for
more than one device.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26601
|
|
|
|
| |
SVN-Revision: 26595
|
|
|
|
| |
SVN-Revision: 26594
|
|
|
|
| |
SVN-Revision: 26562
|
|
|
|
|
|
|
| |
Also initialize that for each SoC and print its value along with the
other frequencies.
SVN-Revision: 26561
|
|
|
|
| |
SVN-Revision: 26560
|
|
|
|
| |
SVN-Revision: 26559
|
|
|
|
|
|
| |
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
SVN-Revision: 26557
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26523
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26522
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26521
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26518
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26516
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26515
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26514
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26513
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26512
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26511
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26510
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26509
|
|
|
|
|
|
| |
detection
SVN-Revision: 26394
|
|
|
|
|
|
| |
behind the switch instead
SVN-Revision: 26393
|
|
|
|
|
|
| |
run them on every device open, only on tx timeouts
SVN-Revision: 26392
|
|
|
|
|
|
| |
Patch-by: Jonathan Benett <jbscience87@gmail.com>
SVN-Revision: 26119
|
|
|
|
| |
SVN-Revision: 25854
|
|
|
|
| |
SVN-Revision: 25848
|
|
|
|
| |
SVN-Revision: 25121
|
|
|
|
|
|
| |
Based on a patch by Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25118
|
|
|
|
| |
SVN-Revision: 25043
|
|
|
|
|
|
| |
* Patch from #8630
SVN-Revision: 24963
|
|
|
|
|
|
| |
Reported-by: Nuno Gonçalves
SVN-Revision: 24961
|
|
|
|
| |
SVN-Revision: 24944
|
|
|
|
| |
SVN-Revision: 24929
|
|
|
|
|
|
|
|
| |
broadcast frames on the second ethernet MAC
Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24723
|
|
|
|
| |
SVN-Revision: 24651
|
|
|
|
| |
SVN-Revision: 24650
|
|
|
|
| |
SVN-Revision: 24649
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is Secondary MAC address duplicate problem with some UBNT
RouterStation and RouterStation Pro HW batches as Primary MAC addresses
are not increased by 2 per device in board data. Fix is to use 'Locally
Administrated bit' for Secondary MAC address instead of increasing
Primary MAC addresses by 1 which could overlap with other device
Primary MAC address.
Signed-off-by: Kestutis Barkauskas<keba@devint.net>
SVN-Revision: 24643
|