| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 24737
|
|
|
|
|
|
|
|
| |
broadcast frames on the second ethernet MAC
Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24723
|
|
|
|
| |
SVN-Revision: 24718
|
|
|
|
| |
SVN-Revision: 24651
|
|
|
|
| |
SVN-Revision: 24650
|
|
|
|
| |
SVN-Revision: 24649
|
|
|
|
| |
SVN-Revision: 24648
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Signed-off-by: Dave Lichterman <laviddichterman@gmail.com>
[nand-disk trigger has been removed - juhosg]
SVN-Revision: 24642
|
|
|
|
| |
SVN-Revision: 24612
|
|
|
|
|
|
|
|
|
| |
UBNT M-Series devices have 2 MAC addresses in board data.
Fix is to use both entries from board data instead of one entry.
Signed-off-by: Kestutis Barkauskas<keba@devint.net>
SVN-Revision: 24611
|
|
|
|
| |
SVN-Revision: 24569
|
|
|
|
| |
SVN-Revision: 24568
|
|
|
|
|
|
| |
kenrel 2.6.36.1 to 2.6.36.2
SVN-Revision: 24486
|
|
|
|
| |
SVN-Revision: 24444
|
|
|
|
|
|
| |
Patch-by: Cezary Jackiewicz
SVN-Revision: 24440
|
|
|
|
| |
SVN-Revision: 24439
|
|
|
|
| |
SVN-Revision: 24437
|
|
|
|
| |
SVN-Revision: 24426
|
|
|
|
| |
SVN-Revision: 24421
|
|
|
|
|
|
|
|
| |
This adds image generation for NBG460N/550N/550NH boards.
Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>
SVN-Revision: 24419
|
|
|
|
|
|
| |
PCI_COMMAND register to return bogus values - properly fixes ath9k module reload issues
SVN-Revision: 24236
|
|
|
|
|
|
| |
the lan interface - this brings the configuration more in line with other switch setups
SVN-Revision: 24215
|
|
|
|
| |
SVN-Revision: 24210
|
|
|
|
|
|
| |
recovery option
SVN-Revision: 24196
|
|
|
|
| |
SVN-Revision: 24136
|
|
|
|
|
|
|
|
|
| |
r22700 contained a copy-and-paste error that set eth0's MAC address
twice and never set eth1's.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 24036
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23983
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23982
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23981
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23980
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23979
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23978
|
|
|
|
|
|
|
|
| |
(build errors has been fixed - juhosg)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23977
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23976
|
|
|
|
|
|
|
|
| |
(build error has been fixed - juhosg)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23975
|
|
|
|
| |
SVN-Revision: 23944
|
|
|
|
| |
SVN-Revision: 23904
|
|
|
|
|
|
|
|
|
|
|
| |
For WNDR3700, use green for 1Gb/s and amber for 100Mb/s and 10Mb/s on
the four LAN port switch LEDs. The LEDs will be lit to indicate a link
and will blink to indicate activity. This matches the stock firmware
and the description printed on the label on the unit's underside.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 23879
|
|
|
|
|
|
| |
submitter's request
SVN-Revision: 23878
|
|
|
|
|
|
|
|
|
|
|
| |
Make the WiFi LEDs blink for activity on the WNDR3700, matching the
stock firmware and user expectations. The green 2.4GHz and blue 5GHz
LEDs will illuminate with the radio on, and will blink to indicate
transmission and reception.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 23877
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The WNDR3700's art/caldata partition contains three MAC addresses at
offsets 0, 6, and 12, used for eth0/wlan0 (shared), eth1, and wlan1,
respectively. The existing code configures eth1's MAC address by adding
1 to eth0's instead of using the value stored in the EEPROM. This patch
causes the stored value to be used directly. (On my WNDR3700s, the three
stored addresses are all sequential anyway.)
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 23876
|
|
|
|
|
|
| |
(thx, Mark Mentovai)
SVN-Revision: 23875
|
|
|
|
| |
SVN-Revision: 23851
|
|
|
|
|
|
| |
instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
SVN-Revision: 23822
|
|
|
|
| |
SVN-Revision: 23581
|
|
|
|
| |
SVN-Revision: 23580
|
|
|
|
| |
SVN-Revision: 23577
|
|
|
|
| |
SVN-Revision: 23576
|
|
|
|
| |
SVN-Revision: 23575
|