juhosg
6655c7f910
modules: package the leds-wndr3700-usb driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-11 20:32:33 +00:00
nbd
d521cd8038
madwifi: add a watchdog for software beacon alert interrupts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18740 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-11 02:12:19 +00:00
nbd
c1b82fcecb
madwifi: fix noise level display and make the cca threshold configurable through sysctl
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18739 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-11 02:12:15 +00:00
nbd
8b93389dca
firewall: fix fallout from r18716 ( fixes #6338 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-10 18:18:37 +00:00
juhosg
35d8968799
mac80211: fix depends
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-10 13:50:02 +00:00
nbd
a60b96a907
hostapd: parse the option for hiding the ESSID ( #6310 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 19:10:54 +00:00
nbd
e0ae631a92
add missing config option for v4l1 ( fixes #6314 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 19:04:57 +00:00
nbd
09fc3a65d9
Fix a memory leak in hotplug2 environment handling.
...
Bump hotplug2 to the latest svn revision, remove obsolete patches.
Memory leak is caused by the way hotplug2 handles environment variables,
using setenv() and unsetenv(). setenv() creates copies of the supplied
strings, but, due to a POSIX blunder, these copies are never destroyed
by unsetenv(), neither in glibc nor uclibc - not until the program
terminates.
Since some events are handled directly in the main process, even when
configured with the "fork" worker, hotplug2 memory usage will keep
growing over time. This can be observed by running "udevtrigger" and
noting the increase in hotplug2 VmRSS after each run.
This patch uses putenv() instead, which leaves storage management to
the caller, so that we can explicitly delete stuff when it's no longer
needed.
Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 18:50:49 +00:00
nbd
3464004b2e
broadcom-wl: add rts/frag threshold settings (patch from #4769 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 17:29:10 +00:00
nbd
7406bafce9
mac80211: fix RTS threshold not being set for mac80211 devices
...
A typo prevented it from working, tested with ar71xx and ath9k.
Signed-off-by: Otto Solares <solca@guug.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 17:22:25 +00:00
nbd
3982cd8ffe
add missing argument to debug/mount wrappers (thx, matteo)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 17:13:16 +00:00
nbd
daa59b7513
do not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush compatibility
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 15:15:25 +00:00
nbd
6b2e482b31
firewall: get rid of recursive shell script inclusion to improve hush compatibility
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 14:04:37 +00:00
nbd
8f027803a0
functions.sh: use functions instead of aliases for the debug, mount wrappers - hush does not have aliases
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18715 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 13:36:43 +00:00
nbd
3f21f09b7c
adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18714 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 13:36:39 +00:00
nbd
b5650f6d14
iptables: move to 'Network' in menuconfig
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 13:36:35 +00:00
nbd
d253bed345
busybox: adjust hush default configuration
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18712 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 13:36:28 +00:00
jow
4aa6904aaf
[package] iptables: bump pkg revision
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-08 20:53:27 +00:00
jow
38155e5737
[package] iptables: add comment match to the core package
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-08 20:52:58 +00:00
nbd
5d481506b4
fix firmware loading broken by the busybox upgrade
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-08 20:04:38 +00:00
blogic
940b26969e
make uboot work on arcaydian board
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-08 14:37:12 +00:00
florian
5adbeaeb6f
[package] package nls cp866 support ( #6281 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-07 23:59:06 +00:00
florian
a656395fe8
[package] update busybox to 1.15.2 ( #5926 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-07 16:56:04 +00:00
nbd
7b359d21c6
mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ath9k tx status reporting
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-05 17:12:56 +00:00
nbd
2ec93f271b
mac80211: set the country code through iw reg, setting it only through hostapd apparently does not work
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-05 17:12:51 +00:00
jow
b546af4c21
[package] mac80211: fix a shell syntax error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-05 15:11:47 +00:00
jow
8b4fd8541e
[package] wpa_supplicant: relax parsing of encryption mode, drop support for uppercase modes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-05 15:09:20 +00:00
jow
a4827cab1f
[package] mac80211: fix wpa handling in sta mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-05 15:08:25 +00:00
florian
0f5ab576f2
[package] allow building hostap-driver and its dependencies on 2.6.32 ( #6305 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-05 12:54:30 +00:00
florian
464f8086da
[package] CONFIG_RFKILL_INPUT is a boolean
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-04 14:52:41 +00:00
florian
d4c59aebc3
[package] prevent madwifi from being compiled on sibyte
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-04 14:52:30 +00:00
hcg
dadeaf60f7
kmod-sound-ps3: Modified target dependencies
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18629 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-04 12:18:01 +00:00
nbd
eac6d3750b
mac80211: rename autogenerated wifi-device sections from wifi* to radio* to prevent conflicts with madwifi interface naming
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18627 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-03 18:35:31 +00:00
nbd
c034853550
ath9k: disable interrupt mitigation - it hurts performance on embedded systems
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18626 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-03 18:35:26 +00:00
jow
9cdb777d0c
[package] firewall: initialize dest_port with src_dport if omitted in redirect sections to narrow
...
down corresponding forward rules to the actual target ports - thanks Niels Boehm! (#6249 )
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18617 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-01 22:31:10 +00:00
florian
59008615d8
[mac80211] fix p54usb firmware installation ( #6260 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-30 21:26:12 +00:00
nbd
8d2137b93d
hostapd: update to latest git, fixes ampdu settings in the beacon HT IE
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-29 16:56:38 +00:00
nbd
b1e695999e
hostapd: replace the wme_* config variables with wmm_* ones ( fixes #6247 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-29 14:13:47 +00:00
nbd
f916333f1e
mac80211: fix up wds sta mode after r18591
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-29 13:56:41 +00:00
florian
bc2a8262e9
[ubicom32] prevent some modules from being built on ubicom32 since they do not compile or link
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-29 00:33:32 +00:00
hauke
9707320079
[crda] Update regulatory database to version 2009.11.25
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 23:16:40 +00:00
hauke
cc71c84c17
[iw] Update iw to version 0.9.18
...
The deleted patches went upstream.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 23:16:11 +00:00
juhosg
24b9904ea6
mac80211: use mac address from platform data if present on ath9k
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 18:01:03 +00:00
juhosg
f1db6935ae
mac80211: fix detection of multiple mac80211 devices
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 18:00:59 +00:00
juhosg
0da4b7c208
mac80211: remove trailing whitespaces in mac80211.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 18:00:53 +00:00
florian
eaa1ec9472
[mac80211] update p54usb firmware to 2.13.24.0.lm87.arm ( #6177 , #6237 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 14:25:41 +00:00
juhosg
2c7b7e7027
mac80211: fix default channel selection in mac80211.sh (thanks to blubberdiblub)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 13:49:14 +00:00
juhosg
8a11ffce72
mac80211: fix a typo in the mac80211.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18567 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-27 21:21:28 +00:00
juhosg
9ece9bb899
mac80211: update ath9k patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-27 21:21:14 +00:00
juhosg
08ca9f93c2
mac80211: select channel 36 by default on 5GHz only devices
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18562 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-27 21:21:10 +00:00
florian
69cbd19bb4
[package] libuuid needs to be compiled with fPIC/pic.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18542 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-26 16:05:20 +00:00
markus
cf95df7f3d
new upstream release 2.51 with some fixes, see
...
http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
refreshed patches for new release
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-26 10:58:01 +00:00
juhosg
ab1cdc3db3
package/mac80211: disable 2GHz band for 5GHz only devices
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18537 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-25 20:35:58 +00:00
florian
6b398193ef
[package] prevent busybox's ping6 from crashing ( #4604 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-24 22:13:19 +00:00
nbd
5a99d27cc6
ath: only use GFP_DMA on ixp4xx
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18525 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-24 13:55:37 +00:00
hcg
bdbd2e119d
kmod-sound-core: Add new 2.6.32 kernel config option
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-24 10:39:31 +00:00
florian
6c64fce072
[package] downgrade e2fsprogs to 1.40.11 which does not segfault until we fix the issue ( #6073 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 23:53:23 +00:00
florian
9b7c8c39de
[package] package sfdisk from util-linux-ng ( #5998 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 22:30:45 +00:00
florian
b3c2645b97
[package] update compcache to 0.5.4 ( #6018 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 22:30:42 +00:00
nbd
5e3ba36eb5
separate ath9k debugfs support from ath9k debugging, use the mac80211 debugfs config option to enable it
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 22:01:45 +00:00
nbd
1110dd598c
mac80211: do not build b44
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18504 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 22:01:40 +00:00
nbd
3595a2ac00
ath9k: add a few debugfs files to access the chainmasks and registers
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18503 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 20:38:18 +00:00
nbd
5362dd1b5a
mount debugfs by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18502 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 20:35:05 +00:00
nbd
1a0728cfcf
hostapd: fix rebuild checks ( #6210 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 17:12:54 +00:00
nico
26df34e35f
busybox: restore previous inittab handling when terminal can't be accessed ( closes : #6181 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-22 17:00:50 +00:00
jow
91312f560f
[package] dnsmasq: Set a list of addnhosts files.
...
e.g.
list 'addnhosts' '/var/etc/hosts.olsr'
list 'addnhosts' '/var/etc/hosts.olsrv6'
hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses.
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-22 11:52:08 +00:00
nbd
42c7a4ae6f
mac80211: update to compat-wireless 2009-11-21
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18465 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-22 07:13:30 +00:00
nbd
a4b548a00d
build variants: only build opkg packages for the requested build variant (or any if no variant was specified for the package)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-22 07:08:39 +00:00
jow
7e63500a28
[package] base-files: sysupgrade: restrict find command to plain files to avoid duplicates when generating the conffiles tgz archive
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-20 23:02:35 +00:00
nbd
f3154a2f51
ath9k: fix compiler warning without debug enabled
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18452 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-18 18:35:31 +00:00
nbd
4dd46c8d8d
ath9k: fix bisectability of rc patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-18 04:42:40 +00:00
nbd
7ea6da151a
ath9k: split up and adjust rc cleanup patch according to upstream feedback, also fix tx status reporting for minstrel compatibility
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-18 03:48:55 +00:00
nico
71b834c5a5
change ext2/ext3 load order so that lazy mount tries ext3 before ext2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18442 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-17 21:29:27 +00:00
juhosg
672034cb98
package/mac80211: use platform_data on PCI devices in ath9k
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-16 17:31:29 +00:00
nbd
ce940c98d6
ath: use GFP_DMA for rx buffer allocations to fix allocation errors on ixp4xx devices with more than 64 MB RAM
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-16 00:44:39 +00:00
nbd
76fbd95419
mac80211: adjust patches based on upstream feedback
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18431 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-15 22:05:03 +00:00
nbd
89dfc3133a
mac80211: add some missing patch chunks that were accidentally left out in the previous commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-15 21:36:40 +00:00
nbd
145bcd28bb
ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control api
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-15 21:21:56 +00:00
nbd
c2144c8c76
ath9k: fix massive packet loss issue introduced by upstream cleanups
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-15 21:21:52 +00:00
nbd
b55e7ea676
mac80211: sync with changes to patches submitted upstream
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-15 21:21:47 +00:00
jow
b74589690e
[brcm-2.4] change switch config to swconfig style format to remain consistent accross platforms
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-15 18:43:46 +00:00
jow
9c1ef4da06
[package] iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-14 21:32:30 +00:00
hauke
56262cd51c
[hostapd-utils] fix build of hostapd-utils
...
This fixes #6158 .
Thank you Will Dyson for your patch.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-14 12:21:25 +00:00
nbd
477d4a83b3
e1000: add CONFIG_E1000_NAPI=y for older kernels
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-14 02:55:48 +00:00
nbd
8349d8219a
mac80211: update to 2009-11-13 and add some of my new performance improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-14 02:35:04 +00:00
juhosg
fa989620af
package/mac80211: add config option to enable Atheros wireless debugging
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-13 17:11:43 +00:00
nbd
2836c3f4f8
hostapd: fix endian bugs in STA HT capability handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18405 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-12 14:15:13 +00:00
nbd
714686487c
hostapd: fix HT40 BSS scan checks
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-12 14:15:09 +00:00
kaloz
62cade03b8
neither avr32 or coldfire has a shared libgcc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-12 12:20:38 +00:00
kaloz
26862c3e56
update openssl to 0.9.8l -- thanks puchu
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18398 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-12 10:39:10 +00:00
jow
25941ba23f
[package] opkg: forgot to remove two obsolete patches in last commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18381 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 22:13:10 +00:00
jow
22d6227505
[package] opkg: bump to r284
...
- incorporates parsing improvements upstream
- fixes a couple of memory leaks
- fixes some null pointer dereferences
- fixes possible crashes during removal of packages
- various other corrections
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 21:42:05 +00:00
nbd
b87aea7e75
mac80211: disable powersave on the sta by default (for performance reasons)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 16:59:36 +00:00
nbd
26b8a4b21c
wireless-tools: re-enable support for enabling/disabling powersave
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 16:59:31 +00:00
nbd
9afd422632
mac80211: fix a race condition when bringing up wds sta interfaces on the ap
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 16:32:09 +00:00
nbd
35dc8491f0
e1000: depend on pci support instead of x86 target - some people have minipci cards with this chipset
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18376 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 16:30:33 +00:00
nbd
872cbfb521
hostapd: automatically add wds sta interfaces of an ap to the right bridge
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18365 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 05:15:55 +00:00
nbd
4fa998189d
hostapd: implement wds ap support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 05:15:51 +00:00
nbd
513bbd2cdc
mac80211: fix a bug in broadcast handling of wds sta interfaces
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 05:15:41 +00:00
nbd
cd60446ca1
hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 00:34:42 +00:00