Commit graph

7764 commits

Author SHA1 Message Date
Gabor Juhos
8b011c593d base-files: fix a typo
SVN-Revision: 10927
2008-04-23 14:19:35 +00:00
Felix Fietkau
e9f183265d leave ack/cts setting alone by default
SVN-Revision: 10926
2008-04-23 04:58:34 +00:00
Felix Fietkau
eb13a77879 move timeout trigger for protection mode to node timeout trigger
SVN-Revision: 10925
2008-04-23 03:50:01 +00:00
Felix Fietkau
eff0b609c0 clean up cwmin/cwmax defines and remove some wrong values which made minstrel a bit inaccurate
SVN-Revision: 10924
2008-04-23 03:49:42 +00:00
Felix Fietkau
16767f8db3 madwifi: put an upper limit on the amount of sampling that minstrel should do when the link changes its status from very good to slightly bad. the previous version of the patch could have resulted in erratic rate control behavior when there was a lot of sampling backlog.
SVN-Revision: 10921
2008-04-22 23:35:27 +00:00
Felix Fietkau
b672976e8e make sure the toolchain target dir really exists
SVN-Revision: 10913
2008-04-22 20:30:55 +00:00
Felix Fietkau
0b341be6c0 This patch re-adds the udev and hotplug2 initialization fixes originally present in /init but was removed when some code was moved from /init to /etc/preinit in rev 10870. This adds udev initialization and only handles hotplug2 initialization when hotplug2 is present.
Signed-off-by: Yuji Mano <yuji.mano@am.sony.com>

SVN-Revision: 10912
2008-04-22 19:22:05 +00:00
Gabor Juhos
c0f8fa8757 fix a compiler warning in the Sidewinder board specific code
SVN-Revision: 10911
2008-04-22 16:15:38 +00:00
Nicolas Thill
8231561bce move hotplug2 & udevtrigger to base section
SVN-Revision: 10910
2008-04-21 22:31:07 +00:00
Nicolas Thill
6275f4a608 uClibc should actually support va_copy
SVN-Revision: 10906
2008-04-21 22:04:27 +00:00
Matteo Croce
227af4b113 assign names to filesystems when mounting virtual ones (closes #3340)
SVN-Revision: 10903
2008-04-21 18:08:05 +00:00
Imre Kaloz
e072c5e8a8 update config files
SVN-Revision: 10901
2008-04-21 09:07:25 +00:00
Felix Fietkau
7637ba2bf8 add some more fine tuning for madwifi
SVN-Revision: 10900
2008-04-21 03:45:52 +00:00
Felix Fietkau
73663230c8 madwifi: add configurable rssi threshold and timeout values for protection mode the 11b protection mode can harm throughput a lot, so let's make sure that it is only active as long as it needs to be.
SVN-Revision: 10899
2008-04-21 03:45:39 +00:00
Felix Fietkau
3e03e66d7a reorder patches
SVN-Revision: 10898
2008-04-21 03:45:22 +00:00
Felix Fietkau
13c5a1b2d5 madwifi: remove the minstrel_mrr hack and add two patches that massively improve minstrel's performance and response time
SVN-Revision: 10897
2008-04-21 02:39:40 +00:00
Matteo Croce
518419f5ec cpmac fix (closes #3124)
SVN-Revision: 10896
2008-04-21 02:00:04 +00:00
Felix Fietkau
456e3823f4 fix a some txq races (merge from madwifi-trunk)
SVN-Revision: 10895
2008-04-20 22:01:27 +00:00
Felix Fietkau
3de189af5d add missing kmod-hid module (thx, fish)
SVN-Revision: 10894
2008-04-20 21:01:03 +00:00
Imre Kaloz
8ef4c6756c remove unneeded patch
SVN-Revision: 10892
2008-04-20 18:18:55 +00:00
Imre Kaloz
ea7aac7983 add ixp4xx 2.6.25 patchset
SVN-Revision: 10891
2008-04-20 18:17:38 +00:00
Imre Kaloz
aa5ff82553 disable IMQ on 2.6.25 until we have a new patch
SVN-Revision: 10890
2008-04-20 18:13:48 +00:00
Imre Kaloz
2016199d0f fix mini_fo compile -- still oopses on boot
SVN-Revision: 10889
2008-04-20 18:10:50 +00:00
Felix Fietkau
d0bbe9933e fix gpio on rb532 - fixes the cf driver
SVN-Revision: 10888
2008-04-20 16:32:28 +00:00
Imre Kaloz
994e6a8d7e fix patch
SVN-Revision: 10887
2008-04-20 14:44:20 +00:00
Nicolas Thill
6b8489761c build the kmod-video-quickcam module only if it was selected
SVN-Revision: 10881
2008-04-20 09:49:13 +00:00
Nicolas Thill
eb8375839a don't build acx* kernel modules on UML
SVN-Revision: 10880
2008-04-20 09:48:04 +00:00
Nicolas Thill
ddc57879ec add a gpio feature for devices supporting the generic GPIO interface
SVN-Revision: 10879
2008-04-20 09:46:45 +00:00
Gabor Juhos
1f666fa459 remove the clz function, use fls instead
SVN-Revision: 10878
2008-04-20 09:10:50 +00:00
Felix Fietkau
c55299adb4 make use of the marvell switch in the atheros port
SVN-Revision: 10877
2008-04-20 08:39:16 +00:00
Felix Fietkau
11d94ce083 Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ and the upcoming Fonera 2.0
SVN-Revision: 10876
2008-04-20 08:29:01 +00:00
Gabor Juhos
1ffb70c7b0 remove strange direct usage of dev->priv as well
SVN-Revision: 10875
2008-04-20 07:14:45 +00:00
Gabor Juhos
64d1c3a2e1 use the netdev_priv() macro instead of directly accessing dev->priv
SVN-Revision: 10874
2008-04-20 06:49:42 +00:00
Gabor Juhos
8160564211 use stats from net_device structure
SVN-Revision: 10873
2008-04-20 06:47:02 +00:00
Gabor Juhos
455331a8ec nuke trailing whitespaces
SVN-Revision: 10872
2008-04-20 06:40:36 +00:00
Felix Fietkau
23e3735ad5 make use of the adm6996 switch for atheros devices that support it (autodetected at boot time)
SVN-Revision: 10871
2008-04-20 03:24:59 +00:00
Felix Fietkau
41fb282b6d remove some redundant code
SVN-Revision: 10870
2008-04-20 03:24:43 +00:00
Felix Fietkau
a323a7bf2a Add stub driver for ADM6996F switches (configured through MII) The driver currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a
SVN-Revision: 10869
2008-04-20 02:53:04 +00:00
Imre Kaloz
27d341022c we can't handle the switch on the GW2345 yet, but we cna support the GW2355
SVN-Revision: 10868
2008-04-19 18:13:24 +00:00
Imre Kaloz
31ad2bd821 rename patch to make it clear what it is
SVN-Revision: 10867
2008-04-19 18:09:11 +00:00
Gabor Juhos
1834a71204 avila: add model detection, refresh patches. Kaloz: thank you for the review, comments, suggestions :P
SVN-Revision: 10866
2008-04-19 16:56:21 +00:00
Imre Kaloz
08dc68c9df add proper 2.6.25 support
SVN-Revision: 10865
2008-04-19 15:20:44 +00:00
Matteo Croce
ac5cfeb417 fix swap{on,off} path
SVN-Revision: 10863
2008-04-19 14:36:01 +00:00
Yuji Mano
a9225ca3ae rename the bootloader image to standard name "otheros.bld"
SVN-Revision: 10860
2008-04-18 22:04:37 +00:00
Yuji Mano
75c1ef75c4 remove config for non supported kernel version
SVN-Revision: 10859
2008-04-18 22:02:49 +00:00
Yuji Mano
73568618e6 * update ps3 target kernel version to 2.6.25 * add default config for ps3 kernel 2.6.25
SVN-Revision: 10858
2008-04-18 21:59:31 +00:00
Florian Fainelli
b5ddac51df Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)
SVN-Revision: 10857
2008-04-17 17:34:04 +00:00
Florian Fainelli
353e3305a5 Mark rt61 as 2.6.23 only (#3337)
SVN-Revision: 10856
2008-04-17 17:11:34 +00:00
Felix Fietkau
1147d2137e more performance for madwifi :)
SVN-Revision: 10855
2008-04-17 16:37:36 +00:00
Felix Fietkau
cc5b1fb131 disable CONFIG_BRIDGE_NETFILTER by default
SVN-Revision: 10854
2008-04-17 16:37:21 +00:00