openwrt.git
14 years ago[package] kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with...
nico [Wed, 10 Mar 2010 17:53:04 +0000 (17:53 +0000)]
[package] kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other stable nfs modules)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20123 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused...
nico [Wed, 10 Mar 2010 17:49:14 +0000 (17:49 +0000)]
[package] busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) option

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20122 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: create smaller sysupgrade files for the TP-Link boards
juhosg [Wed, 10 Mar 2010 17:41:52 +0000 (17:41 +0000)]
ar71xx: create smaller sysupgrade files for the TP-Link boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20121 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomktplinkfw: add option to strip padding from the end of the image
juhosg [Wed, 10 Mar 2010 17:41:50 +0000 (17:41 +0000)]
mktplinkfw: add option to strip padding from the end of the image

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20120 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: fix sysupgrade on the LS-SR71 board
juhosg [Wed, 10 Mar 2010 17:41:45 +0000 (17:41 +0000)]
ar71xx: fix sysupgrade on the LS-SR71 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20119 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] uboot-envtools: mark as 2.6 only, use a shorter title and a longer description
nico [Wed, 10 Mar 2010 04:17:22 +0000 (04:17 +0000)]
[package] uboot-envtools: mark as 2.6 only, use a shorter title and a longer description

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20118 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] use a common way of marking packages as not supported on specific targets
nico [Wed, 10 Mar 2010 04:12:57 +0000 (04:12 +0000)]
[package] use a common way of marking packages as not supported on specific targets

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20117 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agosort entries in images md5sums files
nico [Wed, 10 Mar 2010 04:03:37 +0000 (04:03 +0000)]
sort entries in images md5sums files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20116 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoRevert "mac80211/ath9k: fix duration calculation for short-guard-interval frames...
nbd [Wed, 10 Mar 2010 01:17:23 +0000 (01:17 +0000)]
Revert "mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)" again
It appears to be causing trouble at least with some clients.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20115 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks...
nbd [Wed, 10 Mar 2010 01:09:17 +0000 (01:09 +0000)]
mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20114 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: fix compile for 2.6.33 (thx, acoul)
nbd [Wed, 10 Mar 2010 01:09:12 +0000 (01:09 +0000)]
mac80211: fix compile for 2.6.33 (thx, acoul)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20113 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar8216: fix the mtu register definition
nbd [Tue, 9 Mar 2010 21:43:16 +0000 (21:43 +0000)]
ar8216: fix the mtu register definition

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20110 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agohostapd: restore wds sta state after the sta reassociates
nbd [Tue, 9 Mar 2010 21:33:24 +0000 (21:33 +0000)]
hostapd: restore wds sta state after the sta reassociates

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20108 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: fix interface setup for wds client
nbd [Tue, 9 Mar 2010 21:23:14 +0000 (21:23 +0000)]
mac80211: fix interface setup for wds client
sometimes an interface does not get added to the bridge properly
this seems to be a race of interface setup vs wpa_supplicant
fix this by configuring the interface only after wpa_supplicant has been started

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20106 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agohostapd: remove the hotplug script for adding wds station interfaces to a bridge...
nbd [Tue, 9 Mar 2010 21:16:38 +0000 (21:16 +0000)]
hostapd: remove the hotplug script for adding wds station interfaces to a bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20104 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agohostapd: fix setting the station vlan for wds stations on reauthentication
nbd [Tue, 9 Mar 2010 21:16:32 +0000 (21:16 +0000)]
hostapd: fix setting the station vlan for wds stations on reauthentication

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20103 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: add default network configuration for the PB44 board
juhosg [Tue, 9 Mar 2010 18:05:58 +0000 (18:05 +0000)]
ar71xx: add default network configuration for the PB44 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20099 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadm5120: fix USB LED configuration for the BR-6104KP (closes #4187)
juhosg [Tue, 9 Mar 2010 18:05:55 +0000 (18:05 +0000)]
adm5120: fix USB LED configuration for the BR-6104KP (closes #4187)

  * Thanks to Eugeny Zadevalov

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20098 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: add uci-defaults for the RB750 board
juhosg [Tue, 9 Mar 2010 18:05:51 +0000 (18:05 +0000)]
ar71xx: add uci-defaults for the RB750 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20097 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: override lan port names on the RB750
juhosg [Tue, 9 Mar 2010 18:05:48 +0000 (18:05 +0000)]
ar71xx: override lan port names on the RB750

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20096 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: allow overriding of the lan port names on AP91 based boards
juhosg [Tue, 9 Mar 2010 18:05:45 +0000 (18:05 +0000)]
ar71xx: allow overriding of the lan port names on AP91 based boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20095 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: improve wget2nand script
juhosg [Tue, 9 Mar 2010 18:05:42 +0000 (18:05 +0000)]
ar71xx: improve wget2nand script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20094 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: fix a typo in the ar7240 dsa driver
juhosg [Tue, 9 Mar 2010 18:05:39 +0000 (18:05 +0000)]
ar71xx: fix a typo in the ar7240 dsa driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20093 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: ag71xx: fix MAC address setup
juhosg [Tue, 9 Mar 2010 18:05:36 +0000 (18:05 +0000)]
ar71xx: ag71xx: fix MAC address setup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20092 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: add missing protocol definitions to default network configurations
juhosg [Tue, 9 Mar 2010 18:05:31 +0000 (18:05 +0000)]
ar71xx: add missing protocol definitions to default network configurations

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20091 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agohostapd: upgrade to 20100309
nbd [Tue, 9 Mar 2010 17:36:10 +0000 (17:36 +0000)]
hostapd: upgrade to 20100309

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20090 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: add support for the noscan option for skipping the initial scan on hostapd...
nbd [Tue, 9 Mar 2010 17:36:04 +0000 (17:36 +0000)]
mac80211: add support for the noscan option for skipping the initial scan on hostapd startup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20089 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agowpa_supplicant: fix bridging settings for wds
nbd [Tue, 9 Mar 2010 17:35:59 +0000 (17:35 +0000)]
wpa_supplicant: fix bridging settings for wds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20088 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] switch to 2.6.32
florian [Tue, 9 Mar 2010 16:59:14 +0000 (16:59 +0000)]
[ar7] switch to 2.6.32

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20087 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] fix missing bits in ar7.h after r20037
florian [Tue, 9 Mar 2010 16:59:08 +0000 (16:59 +0000)]
[ar7] fix missing bits in ar7.h after r20037

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20086 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoscripts/metadata.pl: fix handling of multiple conditional depends on the same package
nbd [Tue, 9 Mar 2010 15:51:40 +0000 (15:51 +0000)]
scripts/metadata.pl: fix handling of multiple conditional depends on the same package

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20085 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[imagebuilder] remove dependency on CONFIG_ALL
jow [Tue, 9 Mar 2010 14:49:53 +0000 (14:49 +0000)]
[imagebuilder] remove dependency on CONFIG_ALL

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20084 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoSeveral small fixes for ar8216 driver (patch by Jonas Gorski)
nbd [Tue, 9 Mar 2010 14:35:41 +0000 (14:35 +0000)]
Several small fixes for ar8216 driver (patch by Jonas Gorski)

 * Create defines for some magic values/masks.

 * Change vlan_id to u16, to allow VIDs > 255.

 * Add a range check to set_pvid as it isn't a VID, but the index
   in the vlan table.

 * Set the max VID to 4094, since 4095 is a reserved value and
   should not be used.

 * In mangle_rx replace the provided VID with the VID of the table
   entry of the port, not the index of the table.

 * In hw_apply, remove a redundant emptyness check (was already
   checked several lines above).

 * In no vlan mode do not set the ingress mode to secure, as there
   are no vlan table entries, but to use the port's destination
   masks. Otherwise the switch won't forward anything.

 * In read_status tell that the phy is up (taken from the rtl8306
   driver).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20083 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[xburst] jz4740: Properly setup intc irq handler.
lars [Tue, 9 Mar 2010 12:03:48 +0000 (12:03 +0000)]
[xburst] jz4740: Properly setup intc irq handler.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20082 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] dnsmasq: remove redundant code introduced with r20074
jow [Tue, 9 Mar 2010 01:41:06 +0000 (01:41 +0000)]
[package] dnsmasq: remove redundant code introduced with r20074

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20079 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[xburst] n516-lpc: Ack wakeup events and some minor cleanups
lars [Tue, 9 Mar 2010 00:03:40 +0000 (00:03 +0000)]
[xburst] n516-lpc: Ack wakeup events and some minor cleanups

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20075 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] dnsmasq: allow multiple macs per static lease address (#6205)
jow [Mon, 8 Mar 2010 23:28:55 +0000 (23:28 +0000)]
[package] dnsmasq: allow multiple macs per static lease address (#6205)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20074 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: build ipw2x00 driver from compat-wireless
hauke [Mon, 8 Mar 2010 22:05:36 +0000 (22:05 +0000)]
mac80211: build ipw2x00 driver from compat-wireless

ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20073 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agobrcm47xx: fix commit r18413 "128MB ram problem"
hauke [Mon, 8 Mar 2010 22:03:00 +0000 (22:03 +0000)]
brcm47xx: fix commit r18413 "128MB ram problem"

The patch commited in r18413 was wrong.
This patch prevents prom_init_mem from scanning over 128MB ram.
This is from #6765 and #3177

Refresh all patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20072 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[xburst] jz4740-gpio: Fix potential race condition
lars [Mon, 8 Mar 2010 20:34:40 +0000 (20:34 +0000)]
[xburst] jz4740-gpio: Fix potential race condition

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20071 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[xbrust] Fix gpio and irq wakeup irq handling.
lars [Mon, 8 Mar 2010 20:34:01 +0000 (20:34 +0000)]
[xbrust] Fix gpio and irq wakeup irq handling.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20070 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[xburst] Export gpio and irq registers through debugfs
lars [Mon, 8 Mar 2010 20:32:08 +0000 (20:32 +0000)]
[xburst] Export gpio and irq registers through debugfs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20069 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomktplinkfw: fix help string, and remove duplicated option
juhosg [Mon, 8 Mar 2010 17:35:07 +0000 (17:35 +0000)]
mktplinkfw: fix help string, and remove duplicated option

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20067 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopackage: fix w1-gpio-custom package (closes #6770)
juhosg [Mon, 8 Mar 2010 17:35:03 +0000 (17:35 +0000)]
package: fix w1-gpio-custom package (closes #6770)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20066 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomkimage: fix spurious build errors caused by its braindead build system
nbd [Mon, 8 Mar 2010 17:17:46 +0000 (17:17 +0000)]
mkimage: fix spurious build errors caused by its braindead build system

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20065 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoimagebuilder: add REVISION variable (closes #6795)
juhosg [Mon, 8 Mar 2010 17:00:46 +0000 (17:00 +0000)]
imagebuilder: add REVISION variable (closes #6795)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20064 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: simplify WP543 image generation, and fix rootfs offset
juhosg [Mon, 8 Mar 2010 15:32:48 +0000 (15:32 +0000)]
ar71xx: simplify WP543 image generation, and fix rootfs offset

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20063 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd missing file from patch
thepeople [Mon, 8 Mar 2010 15:25:53 +0000 (15:25 +0000)]
add missing file from patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20062 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofinish cleaning my broken commit
thepeople [Mon, 8 Mar 2010 15:03:42 +0000 (15:03 +0000)]
finish cleaning my broken commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20061 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: sync .33 config
juhosg [Mon, 8 Mar 2010 14:38:46 +0000 (14:38 +0000)]
ar71xx: sync .33 config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20060 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: enable AR7240 DSA driver on 2.6.33 as well
juhosg [Mon, 8 Mar 2010 14:38:43 +0000 (14:38 +0000)]
ar71xx: enable AR7240 DSA driver on 2.6.33 as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20059 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix missing parts of r19997.
thepeople [Mon, 8 Mar 2010 14:21:32 +0000 (14:21 +0000)]
fix missing parts of r19997.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20057 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: refresh patches
juhosg [Mon, 8 Mar 2010 13:00:23 +0000 (13:00 +0000)]
ar71xx: refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20055 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: add NAND driver for the RB750
juhosg [Mon, 8 Mar 2010 12:10:23 +0000 (12:10 +0000)]
ar71xx: add NAND driver for the RB750

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20054 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: add ar71xx_gpio_function_setup
juhosg [Mon, 8 Mar 2010 12:10:14 +0000 (12:10 +0000)]
ar71xx: add ar71xx_gpio_function_setup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20053 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopackage: add module for the RB750 LED driver
juhosg [Mon, 8 Mar 2010 12:10:07 +0000 (12:10 +0000)]
package: add module for the RB750 LED driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20052 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: add LED driver for the RB750
juhosg [Mon, 8 Mar 2010 12:10:01 +0000 (12:10 +0000)]
ar71xx: add LED driver for the RB750

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20051 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: add latch handling code for the RB750
juhosg [Mon, 8 Mar 2010 12:09:49 +0000 (12:09 +0000)]
ar71xx: add latch handling code for the RB750

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20050 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: increase kernel partition size for the WP543 boards
juhosg [Mon, 8 Mar 2010 12:09:38 +0000 (12:09 +0000)]
ar71xx: increase kernel partition size for the WP543 boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20049 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] dnsmasq: prevent bad command line error when a dhcp pool has ignore set...
jow [Mon, 8 Mar 2010 03:52:04 +0000 (03:52 +0000)]
[package] dnsmasq: prevent bad command line error when a dhcp pool has ignore set and the corresponding iface has only whitespace as value

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20048 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] acx: remove wrong CONFIG_PCI dep (should have been PCI_SUPPORT, but that...
nico [Mon, 8 Mar 2010 01:55:31 +0000 (01:55 +0000)]
[package] acx: remove wrong CONFIG_PCI dep (should have been PCI_SUPPORT, but that just fails on some targets)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20047 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: remove an obsolete patch which breaks 2.6.32 compat
nbd [Mon, 8 Mar 2010 00:34:30 +0000 (00:34 +0000)]
mac80211: remove an obsolete patch which breaks 2.6.32 compat

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20046 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: small whitespace fix in minstrel_ht
nbd [Mon, 8 Mar 2010 00:34:26 +0000 (00:34 +0000)]
mac80211: small whitespace fix in minstrel_ht

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20045 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[xburst] Add sound support for the n516.
lars [Sun, 7 Mar 2010 23:45:45 +0000 (23:45 +0000)]
[xburst] Add sound support for the n516.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20044 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[xburst] Add support for enabling/disabling the aic controllers clock.
lars [Sun, 7 Mar 2010 23:44:58 +0000 (23:44 +0000)]
[xburst] Add support for enabling/disabling the aic controllers clock.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20043 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter)
nbd [Sun, 7 Mar 2010 18:35:39 +0000 (18:35 +0000)]
mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20040 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] add support for new ar7-atm version D7.05.00.00 (#6515)
florian [Sun, 7 Mar 2010 18:16:07 +0000 (18:16 +0000)]
[ar7] add support for new ar7-atm version D7.05.00.00 (#6515)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20039 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: improve minstrel_ht performance by reducing the impact of slow sampling
nbd [Sun, 7 Mar 2010 17:00:43 +0000 (17:00 +0000)]
mac80211: improve minstrel_ht performance by reducing the impact of slow sampling

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20038 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] correct the MDIO base address and reset sequence for Titan (#6573)
florian [Sun, 7 Mar 2010 16:37:01 +0000 (16:37 +0000)]
[ar7] correct the MDIO base address and reset sequence for Titan (#6573)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20037 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] add one more acx-mac80211 patch to finally allow its building on ar7
florian [Sun, 7 Mar 2010 16:36:51 +0000 (16:36 +0000)]
[ar7] add one more acx-mac80211 patch to finally allow its building on ar7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20036 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for improved...
nbd [Sun, 7 Mar 2010 16:29:41 +0000 (16:29 +0000)]
mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for improved performance and a-mpdu length

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20035 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: increase minstrel_ht precision by properly using a-mpdu frame stats
nbd [Sun, 7 Mar 2010 16:29:37 +0000 (16:29 +0000)]
mac80211: increase minstrel_ht precision by properly using a-mpdu frame stats

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20034 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: implement .rate_update in minstrel_ht
nbd [Sun, 7 Mar 2010 16:29:33 +0000 (16:29 +0000)]
mac80211: implement .rate_update in minstrel_ht

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20033 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: update to wireless-testing 2010-03-03
nbd [Sun, 7 Mar 2010 16:29:28 +0000 (16:29 +0000)]
mac80211: update to wireless-testing 2010-03-03

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20032 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[toolchain] uClibc: enhance debug support (closes: #6118)
nico [Sun, 7 Mar 2010 15:10:57 +0000 (15:10 +0000)]
[toolchain] uClibc: enhance debug support (closes: #6118)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20031 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[toolchain] uClibc: revert to old linuxthreads implementation on x86 (like all others...
nico [Sun, 7 Mar 2010 15:06:22 +0000 (15:06 +0000)]
[toolchain] uClibc: revert to old linuxthreads implementation on x86 (like all others arches)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20030 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: add preliminary support for the RouterBOARD 750
juhosg [Sun, 7 Mar 2010 05:41:01 +0000 (05:41 +0000)]
ar71xx: add preliminary support for the RouterBOARD 750

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20029 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: make the rb4xx nand driver depends on AR71XX_MACH_RB4XX
juhosg [Sun, 7 Mar 2010 05:40:58 +0000 (05:40 +0000)]
ar71xx: make the rb4xx nand driver depends on AR71XX_MACH_RB4XX

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20028 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: rename mach-rb-4xx.c to mach-rb4xx.c, and change Kconfig symbol
juhosg [Sun, 7 Mar 2010 05:40:56 +0000 (05:40 +0000)]
ar71xx: rename mach-rb-4xx.c to mach-rb4xx.c, and change Kconfig symbol

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20027 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... instead
nico [Sun, 7 Mar 2010 03:55:34 +0000 (03:55 +0000)]
[package] siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... instead

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20026 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] siit: use $(KERNEL_MAKEOPTS)
nico [Sun, 7 Mar 2010 03:44:48 +0000 (03:44 +0000)]
[package] siit: use $(KERNEL_MAKEOPTS)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20025 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] siit: remove obsolete dep (builds fine on 2.6.31 since r18191)
nico [Sun, 7 Mar 2010 03:41:57 +0000 (03:41 +0000)]
[package] siit: remove obsolete dep (builds fine on 2.6.31 since r18191)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20024 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] let 802.1q tagged frames go in and out from cpmac (#6730)
florian [Sat, 6 Mar 2010 22:33:30 +0000 (22:33 +0000)]
[ar7] let 802.1q tagged frames go in and out from cpmac (#6730)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20023 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] fallback to "dumb switch" mode if no PHY was detected
florian [Sat, 6 Mar 2010 22:33:25 +0000 (22:33 +0000)]
[ar7] fallback to "dumb switch" mode if no PHY was detected

This will enable the second Ethernet MAC in most cases, but will allow
previously non working devices to work.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20022 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] fix cpmac panics with 2.6.32 (#6764)
florian [Sat, 6 Mar 2010 22:33:19 +0000 (22:33 +0000)]
[ar7] fix cpmac panics with 2.6.32 (#6764)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20021 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] add some missing patches to acx-mac80211 it now builds the pci module as well
florian [Sat, 6 Mar 2010 22:33:13 +0000 (22:33 +0000)]
[ar7] add some missing patches to acx-mac80211 it now builds the pci module as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20020 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[toolchain] gcc: only enable/disable TLS support in final stage (closes: #6788)
nico [Sat, 6 Mar 2010 17:10:45 +0000 (17:10 +0000)]
[toolchain] gcc: only enable/disable TLS support in final stage (closes: #6788)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20018 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] move netdev_ops conversion, previous hunk was not correct
florian [Sat, 6 Mar 2010 12:48:13 +0000 (12:48 +0000)]
[ar7] move netdev_ops conversion, previous hunk was not correct

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20016 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] update acx-mac80211 to a newer snapshot and fix its compilation wrt new include...
florian [Sat, 6 Mar 2010 12:22:41 +0000 (12:22 +0000)]
[ar7] update acx-mac80211 to a newer snapshot and fix its compilation wrt new includes path

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20015 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] migrate acx to netdev_ops, required for later kernels
florian [Sat, 6 Mar 2010 12:22:35 +0000 (12:22 +0000)]
[ar7] migrate acx to netdev_ops, required for later kernels

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20014 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: enable debugfs support by default - having access to the rate control stati...
nbd [Sat, 6 Mar 2010 10:04:30 +0000 (10:04 +0000)]
mac80211: enable debugfs support by default - having access to the rate control statistics is very useful for figuring out the real quality of a link

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20011 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix missing symbols for kernel 2.6.33, closes #6803 thanks Maddes
thepeople [Fri, 5 Mar 2010 23:10:54 +0000 (23:10 +0000)]
fix missing symbols for kernel 2.6.33, closes #6803 thanks Maddes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20010 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix missing symbols for kernel 2.6.32, closes #6802 thanks Maddes
thepeople [Fri, 5 Mar 2010 22:35:24 +0000 (22:35 +0000)]
fix missing symbols for kernel 2.6.32, closes #6802 thanks Maddes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20009 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd missing symbol
thepeople [Fri, 5 Mar 2010 21:58:49 +0000 (21:58 +0000)]
add missing symbol

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20008 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: don't init PCI irqs on the AR7240 if the PCIe subsystem are in reset
juhosg [Fri, 5 Mar 2010 20:29:29 +0000 (20:29 +0000)]
ar71xx: don't init PCI irqs on the AR7240 if the PCIe subsystem are in reset

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20007 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: fix sysupgrade on the WRT400N (thanks to chuljin)
juhosg [Fri, 5 Mar 2010 20:29:27 +0000 (20:29 +0000)]
ar71xx: fix sysupgrade on the WRT400N (thanks to chuljin)

 * closes #6782

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20006 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: fix status led detection on the RB4xx boards
juhosg [Fri, 5 Mar 2010 20:29:24 +0000 (20:29 +0000)]
ar71xx: fix status led detection on the RB4xx boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20005 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: ag71xx: move calling ag71xx_phy_stop out from spinlock
juhosg [Fri, 5 Mar 2010 20:29:22 +0000 (20:29 +0000)]
ar71xx: ag71xx: move calling ag71xx_phy_stop out from spinlock

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20004 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: ag71xx: move link update function
juhosg [Fri, 5 Mar 2010 20:29:18 +0000 (20:29 +0000)]
ar71xx: ag71xx: move link update function

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20003 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: ag71xx: don't use dev->trans_start
juhosg [Fri, 5 Mar 2010 20:29:14 +0000 (20:29 +0000)]
ar71xx: ag71xx: don't use dev->trans_start

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20002 3c298f89-4303-0410-b956-a3cf2f4a3e73