Felix Fietkau
3b3bf4d24a
ath9k: fix ath9k_hw_apply_gpio_override so that it's effective
...
I discovered another bug in the ath9k WNDR3700 quirk fix from r23822.
ath9k_hw_apply_gpio_override was testing the original value of gpio_mask
to determine which bits were appropriate, instead of testing the shifted
value. Because bit 0 is always clear in the original value, this
resulted in no calls to set the GPIOs, an improperly-configured radio,
and reduced RSSI on other systems listening to the radio.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 23890
2010-11-05 18:05:50 +00:00
Alexandros C. Couloumbis
2ad643a943
target/linux: fix a wrong 2.6.37 patch (thank you acinonyx)
...
SVN-Revision: 23889
2010-11-05 17:41:13 +00:00
Michael Büsch
45179d077c
omap24xx: Add linux 2.6.37 config/patches
...
SVN-Revision: 23888
2010-11-05 16:59:39 +00:00
Michael Büsch
7465a11beb
linux 2.6.37: Disable DEBUG_ICEDCC
...
SVN-Revision: 23887
2010-11-05 16:57:51 +00:00
Michael Büsch
82ce95ce36
n810 profile: add maemo-kexec
...
SVN-Revision: 23886
2010-11-05 14:35:33 +00:00
Imre Kaloz
02512b6185
the same DEFAULT_PACKAGES should be selected in the generic Makefile
...
SVN-Revision: 23885
2010-11-05 07:33:43 +00:00
Imre Kaloz
e9a7ba29c1
only build squashfs images by default
...
SVN-Revision: 23884
2010-11-05 07:30:55 +00:00
Alexandros C. Couloumbis
4ec905f3c9
target/linux/orion: create subtargets ( closes #8154 )
...
SVN-Revision: 23883
2010-11-04 22:10:11 +00:00
Alexandros C. Couloumbis
f341342d38
target/linux: extend r23881 for 2.6.37 too.
...
SVN-Revision: 23882
2010-11-04 21:47:29 +00:00
Alexandros C. Couloumbis
576284ebc3
target/linux: add missing symbols ( closes #8147 )
...
SVN-Revision: 23881
2010-11-04 21:42:07 +00:00
Felix Fietkau
5f3f1b8cd8
ar71xx: Configure WNDR3700 switch LED colors properly ( #8103 )
...
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
2010-11-04 18:55:16 +00:00
Felix Fietkau
b3b2227869
Revert "ar71xx: WNDR3700 WiFi LEDs should blink for activity ( #7984 )" on submitter's request
...
SVN-Revision: 23878
2010-11-04 18:53:18 +00:00
Felix Fietkau
77eee74d56
ar71xx: WNDR3700 WiFi LEDs should blink for activity ( #7984 )
...
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
2010-11-04 18:48:22 +00:00
Felix Fietkau
91b6c63adc
ar71xx: Set eth1 MAC address from EEPROM for WNDR3700
...
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
2010-11-04 18:46:07 +00:00
Felix Fietkau
fc28e1cd7d
ar71xx: fix the wndr3700 antenna group setting for the first wireless chip (thx, Mark Mentovai)
...
SVN-Revision: 23875
2010-11-04 18:39:49 +00:00
Felix Fietkau
8886f1bb8a
ath9k: fix enabling SWBA interrupts
...
SVN-Revision: 23870
2010-11-04 17:05:48 +00:00
Imre Kaloz
a85e3d60c5
upgrade to 2.6.36
...
SVN-Revision: 23867
2010-11-04 14:18:45 +00:00
Imre Kaloz
d917b7d1ef
use gcc 4.3.5 for avr32
...
SVN-Revision: 23866
2010-11-04 14:18:04 +00:00
Imre Kaloz
54dea0c74f
add avr32 support to gcc 4.3.5
...
SVN-Revision: 23865
2010-11-04 14:17:06 +00:00
Florian Fainelli
edcbafc836
fix mvswitch PHY polling setting ( #8133 )
...
SVN-Revision: 23862
2010-11-04 14:09:20 +00:00
Michael Büsch
995cedb319
InstallDev: Move the "find" out of the lock critical section.
...
SVN-Revision: 23858
2010-11-04 12:42:37 +00:00
Michael Büsch
e5fc77edd9
Lock copying of directory trees to the staging dir with the "staging-dir" lock. This lock probably has to be taken elsewhere, too.
...
SVN-Revision: 23857
2010-11-04 12:28:55 +00:00
Felix Fietkau
635ec6e7d9
ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces packet loss under load
...
SVN-Revision: 23856
2010-11-04 12:26:09 +00:00
Michael Büsch
bf274946af
deptest: Capitalize failure message. Makes it easier to spot in the logs.
...
SVN-Revision: 23855
2010-11-04 11:30:10 +00:00
Imre Kaloz
9c0c9caaff
these belong to the generic config..
...
SVN-Revision: 23853
2010-11-04 11:09:08 +00:00
Imre Kaloz
0a5da348d1
update kernels to 2.6.32.25 and 2.6.35.8
...
SVN-Revision: 23851
2010-11-04 09:01:08 +00:00
Imre Kaloz
7b8ed6ff49
add missing 2.6.36 symbols
...
SVN-Revision: 23850
2010-11-04 08:49:11 +00:00
Lars-Peter Clausen
7b3caf6f22
Add even more missing symbols to the 2.6.36 config
...
SVN-Revision: 23842
2010-11-03 21:01:01 +00:00
John Crispin
a8b2a07f37
* adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc 2010 project, Thanks !
...
SVN-Revision: 23840
2010-11-03 19:12:34 +00:00
John Crispin
72ae8452cd
* adds patch to 2.6.35 series to make dsl work
...
SVN-Revision: 23839
2010-11-03 19:10:56 +00:00
John Crispin
c04eb11bff
* remove broken flag from dsl-control app
...
SVN-Revision: 23838
2010-11-03 19:07:42 +00:00
John Crispin
109ef6e686
* make dsl driver work with new kernel
...
SVN-Revision: 23837
2010-11-03 19:06:39 +00:00
John Crispin
251535331c
* bump kernel to 2.6.35.8 * merge arcadyn mach files * fixes ar9 * adds hack for tapi drivers
...
SVN-Revision: 23836
2010-11-03 19:02:27 +00:00
Michael Büsch
100fc4c7ce
deptest: Do not clobber the base build and staging dirs
...
SVN-Revision: 23835
2010-11-03 18:48:03 +00:00
Michael Büsch
676520cf65
ensure an empty BUILD_DIR variable is passed down u-boot's makefile
...
SVN-Revision: 23832
2010-11-03 18:26:26 +00:00
Alexandros C. Couloumbis
42eee22a9b
package/madwifi: fix r23829 commit
...
SVN-Revision: 23830
2010-11-03 16:55:51 +00:00
Alexandros C. Couloumbis
20bf929ad8
package/madwifi: Use sema_init() instead of init_MUTEX() (based on: http://madwifi-project.org/changeset/4118 )
...
SVN-Revision: 23829
2010-11-03 16:18:29 +00:00
Alexandros C. Couloumbis
a2d17ea8cf
target/linux: add preliminary 2.6.37 kernel support
...
SVN-Revision: 23828
2010-11-03 16:13:33 +00:00
Michael Büsch
55081c6a19
deptest: --force also overrides blacklist stamps
...
SVN-Revision: 23827
2010-11-03 15:18:53 +00:00
Michael Büsch
ae6b08d22b
deptest: Add --force to force a test
...
SVN-Revision: 23826
2010-11-03 15:01:03 +00:00
Michael Büsch
050902efd7
deptest: Install of host tools has to be forced for every test, because the host staging dir is cleaned prior a test.
...
SVN-Revision: 23825
2010-11-03 14:58:32 +00:00
Felix Fietkau
f75ac90b69
ath9k: fix cycle counter tracking
...
SVN-Revision: 23824
2010-11-03 14:56:05 +00:00
Felix Fietkau
8bab3639b3
ath9k: fix queue pending frame counter tracking by cleaning up tx queue selection
...
SVN-Revision: 23823
2010-11-03 14:55:59 +00:00
Felix Fietkau
b4e2c09b46
ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
...
SVN-Revision: 23822
2010-11-03 14:55:53 +00:00
Michael Büsch
00e1797f14
deptest: Add option for lean test
...
SVN-Revision: 23821
2010-11-03 14:44:31 +00:00
Michael Büsch
1e317e8f43
deptest: Add sanity check to avoid trouble with illegal package names
...
SVN-Revision: 23819
2010-11-03 12:49:38 +00:00
Michael Büsch
57ccc7e834
deptest: Support specifying certain packages to test on the commandline.
...
SVN-Revision: 23818
2010-11-03 12:41:28 +00:00
Vasilis Tsiligiannis
87cba7eb46
hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant ( #8164 )
...
SVN-Revision: 23817
2010-11-03 10:39:29 +00:00
Michael Büsch
0e2b397a8b
deptest: Add optional blacklisting
...
SVN-Revision: 23811
2010-11-03 01:10:52 +00:00
Michael Büsch
ba91f56bf4
deptest: Check for .config
...
SVN-Revision: 23810
2010-11-03 00:27:50 +00:00