openwrt/staging/yousong.git
12 years agoar71xx: remove superfluous fifo_cfg overrides
Gabor Juhos [Sun, 8 May 2011 21:38:46 +0000 (21:38 +0000)]
ar71xx: remove superfluous fifo_cfg overrides

SVN-Revision: 26859

12 years agoipv6: restore correct ECN handling on TCP xmit Thanks Dave Taht
Travis Kemen [Sun, 8 May 2011 17:08:06 +0000 (17:08 +0000)]
ipv6: restore correct ECN handling on TCP xmit Thanks Dave Taht

SVN-Revision: 26858

12 years agoDeployment of IPv6 has opened up many more prefixes than just the 2000::/3 space...
Travis Kemen [Sun, 8 May 2011 17:03:07 +0000 (17:03 +0000)]
Deployment of IPv6 has opened up many more prefixes than just the 2000::/3 space, so a default route of ::/0 is more correct. Thanks Dave Taht

SVN-Revision: 26857

12 years agoar71xx: ag71xx: make switch register access atomic
Gabor Juhos [Sun, 8 May 2011 16:32:53 +0000 (16:32 +0000)]
ar71xx: ag71xx: make switch register access atomic

Reading of the PHY registers occasionally returns with bogus values
under heavy load. This misleads the PHY driver and thus causes false
link/speed change notifications which leads to performance loss.

This is easily noticable during an iperf session:

...
[  3] 52.0-53.0 sec  11.3 MBytes  94.4 Mbits/sec
[  3] 53.0-54.0 sec  11.4 MBytes  95.4 Mbits/sec
eth1: link down
br-lan: port 2(eth1) entering forwarding state
eth1: link up (100Mbps/Full duplex)
br-lan: port 2(eth1) entering forwarding state
br-lan: port 2(eth1) entering forwarding state
[  3] 54.0-55.0 sec  6.75 MBytes  56.6 Mbits/sec
[  3] 55.0-56.0 sec  0.00 Bytes  0.00 bits/sec
[  3] 56.0-57.0 sec  10.5 MBytes  88.1 Mbits/sec
...
[  3] 169.0-170.0 sec  11.4 MBytes  95.4 Mbits/sec
[  3] 170.0-171.0 sec  11.4 MBytes  95.4 Mbits/sec
eth1: link up (10Mbps/Half duplex)
[  3] 171.0-172.0 sec  7.63 MBytes  64.0 Mbits/sec
[  3] 172.0-173.0 sec  9.38 MBytes  78.6 Mbits/sec
eth1: link up (100Mbps/Full duplex)
[  3] 173.0-174.0 sec  11.3 MBytes  94.4 Mbits/sec
[  3] 174.0-175.0 sec  11.4 MBytes  95.4 Mbits/sec

SVN-Revision: 26856

12 years agoar71xx: ag71xx: fix section mismatch warnings
Gabor Juhos [Sun, 8 May 2011 13:30:36 +0000 (13:30 +0000)]
ar71xx: ag71xx: fix section mismatch warnings

The function __devinit ag71xx_probe() references
a function __devexit ag71xx_phy_disconnect().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __devexit annotation of
ag71xx_phy_disconnect() so it may be used outside an exit section.

The function ag71xx_phy_disconnect() references a function in an exit
section.
Often the function ag71xx_ar7240_cleanup() has valid usage outside the
exit section
and the fix is to remove the __devexit annotation of
ag71xx_ar7240_cleanup.

SVN-Revision: 26855

12 years agoar71xx: ag71xx: fix build error if debugfs is enabled
Gabor Juhos [Sun, 8 May 2011 13:30:26 +0000 (13:30 +0000)]
ar71xx: ag71xx: fix build error if debugfs is enabled

SVN-Revision: 26854

12 years agobase-files: retrigger usb coldplug after module loading, solves usb_modeswitch on...
Jo-Philipp Wich [Sun, 8 May 2011 10:25:58 +0000 (10:25 +0000)]
base-files: retrigger usb coldplug after module loading, solves usb_modeswitch on boot and possibly others (#9352)

SVN-Revision: 26848

12 years agobrcm47xx: update patches
Hauke Mehrtens [Sat, 7 May 2011 12:49:17 +0000 (12:49 +0000)]
brcm47xx: update patches

SVN-Revision: 26846

12 years agoar71xx: ag71xx: add debugfs entry for [rt]x_ring
Gabor Juhos [Sat, 7 May 2011 12:40:34 +0000 (12:40 +0000)]
ar71xx: ag71xx: add debugfs entry for [rt]x_ring

SVN-Revision: 26845

12 years agoar71xx: ag71xx: add timestamps to ag71xx_buf
Gabor Juhos [Sat, 7 May 2011 12:40:28 +0000 (12:40 +0000)]
ar71xx: ag71xx: add timestamps to ag71xx_buf

SVN-Revision: 26844

12 years agoar71xx: ag71xx: use dynamically allocated buffer for napi_stats
Gabor Juhos [Sat, 7 May 2011 12:40:26 +0000 (12:40 +0000)]
ar71xx: ag71xx: use dynamically allocated buffer for napi_stats

SVN-Revision: 26843

12 years agoar71xx: ag71xx: use debugfs_remove_recursive
Gabor Juhos [Sat, 7 May 2011 12:40:25 +0000 (12:40 +0000)]
ar71xx: ag71xx: use debugfs_remove_recursive

SVN-Revision: 26842

12 years agobase-files: fix a typo in etc/banner
Gabor Juhos [Sat, 7 May 2011 09:23:33 +0000 (09:23 +0000)]
base-files: fix a typo in etc/banner

SVN-Revision: 26841

12 years agoar71xx: override wmac device name for the AR934x SoCs
Gabor Juhos [Sat, 7 May 2011 09:23:32 +0000 (09:23 +0000)]
ar71xx: override wmac device name for the AR934x SoCs

SVN-Revision: 26840

12 years agoremove useless patches
Florian Fainelli [Fri, 6 May 2011 12:37:40 +0000 (12:37 +0000)]
remove useless patches

SVN-Revision: 26837

12 years agofill maintainer infos for a couple of targets
Florian Fainelli [Fri, 6 May 2011 12:37:36 +0000 (12:37 +0000)]
fill maintainer infos for a couple of targets

SVN-Revision: 26836

12 years agoupdate to 2.6.38.2
Florian Fainelli [Thu, 5 May 2011 16:35:44 +0000 (16:35 +0000)]
update to 2.6.38.2

SVN-Revision: 26833

12 years agoadd missing 2.6.38 symbols
Florian Fainelli [Thu, 5 May 2011 16:35:40 +0000 (16:35 +0000)]
add missing 2.6.38 symbols

SVN-Revision: 26832

12 years agobrcm47xx: when detecting a ssb pci device without an own sprom write the sprom data...
Hauke Mehrtens [Thu, 5 May 2011 14:05:21 +0000 (14:05 +0000)]
brcm47xx: when detecting a ssb pci device without an own sprom write the sprom data from the platform device to the correct pointer.

SVN-Revision: 26829

12 years agobrcm47xx: fix typo in patch
Hauke Mehrtens [Thu, 5 May 2011 13:18:35 +0000 (13:18 +0000)]
brcm47xx: fix typo in patch

SVN-Revision: 26828

12 years agolinux/ar71xx: add some missing symbols for nand/yaffs targets
Alexandros C. Couloumbis [Thu, 5 May 2011 07:19:46 +0000 (07:19 +0000)]
linux/ar71xx: add some missing symbols for nand/yaffs targets

SVN-Revision: 26827

12 years agolua: remove posix from Lua core, almost nothing uses it - saves 9k compressed
Jo-Philipp Wich [Wed, 4 May 2011 14:51:06 +0000 (14:51 +0000)]
lua: remove posix from Lua core, almost nothing uses it - saves 9k compressed

SVN-Revision: 26822

12 years agoath9k: add noise floor calibration fix that should improve stability
Felix Fietkau [Wed, 4 May 2011 14:35:35 +0000 (14:35 +0000)]
ath9k: add noise floor calibration fix that should improve stability

SVN-Revision: 26819

12 years agolinux/generic: port yaffs to 2.6.39
Alexandros C. Couloumbis [Wed, 4 May 2011 09:35:06 +0000 (09:35 +0000)]
linux/generic: port yaffs to 2.6.39

SVN-Revision: 26818

12 years agolinux/rb532: use kernel and initramfs tags on image generation
Alexandros C. Couloumbis [Wed, 4 May 2011 08:47:00 +0000 (08:47 +0000)]
linux/rb532: use kernel and initramfs tags on image generation

SVN-Revision: 26817

12 years agocomgt: add tty hotplug remove handling, only iterate each tty once (#9211)
Jo-Philipp Wich [Wed, 4 May 2011 08:19:07 +0000 (08:19 +0000)]
comgt: add tty hotplug remove handling, only iterate each tty once (#9211)

SVN-Revision: 26816

12 years agokernel: revert r26814
Jo-Philipp Wich [Tue, 3 May 2011 21:25:36 +0000 (21:25 +0000)]
kernel: revert r26814

SVN-Revision: 26815

12 years agokernel: add kmod-crypto-ipsec kmod-crypto-ipsec bundles some otherwise unprovided...
Jo-Philipp Wich [Tue, 3 May 2011 21:22:43 +0000 (21:22 +0000)]
kernel: add kmod-crypto-ipsec kmod-crypto-ipsec bundles some otherwise unprovided kernel crypto modules that are useful for IPSEC. This is an alternative to breaking these modules out into kmod-crypto-wq (crypto_wq.ko), kmod-crypto-rng (rng.ko and krng.ko), and kmod-crypto-iv (eseqiv.ko and chainiv.ko).

Signed-off-by: Lars Hjersted <lars@hjersted.com>
SVN-Revision: 26814

12 years agokernel: add kmod-crypto-{wq,rng,iv} Add kmod-crypto-iv as a dependency for kmod-ipsec...
Jo-Philipp Wich [Tue, 3 May 2011 21:21:05 +0000 (21:21 +0000)]
kernel: add kmod-crypto-{wq,rng,iv} Add kmod-crypto-iv as a dependency for kmod-ipsec. Also remove the extraneous kmod-crypto-core dependency to eliminate recursion.

Signed-off-by: Lars Hjersted <lars@hjersted.com>
SVN-Revision: 26813

12 years agokernel: add kmod-crypto-{wq,rng,iv} This patch adds kmod-crypto-wq, kmod-crypto-rng...
Jo-Philipp Wich [Tue, 3 May 2011 21:19:56 +0000 (21:19 +0000)]
kernel: add kmod-crypto-{wq,rng,iv} This patch adds kmod-crypto-wq, kmod-crypto-rng, and kmod-crypto-iv packages. These packages provide some missing kernel crypto modules which are required for IPSEC. The strongswan4, ipsec-tools, and possibly other IPSEC packages do not work properly without these modules.

NOTE: The KCONFIG associated with each of these modules gets selected
whenever CRYPTO_MANAGER (kmod-crypto-manager) is selected so these
modules are already being built.

Signed-off-by: Lars Hjersted <lars@hjersted.com>
SVN-Revision: 26812

12 years agogeos: remove unneeded modules The via-sata and gpio-nsc modules are both unneeded...
Jo-Philipp Wich [Tue, 3 May 2011 21:18:12 +0000 (21:18 +0000)]
geos: remove unneeded modules The via-sata and gpio-nsc modules are both unneeded on the Geos platform.

SVN-Revision: 26811

12 years agocomgt: move ifup invocation back into background subshell to prevent hotplug deadlocks
Jo-Philipp Wich [Tue, 3 May 2011 19:45:55 +0000 (19:45 +0000)]
comgt: move ifup invocation back into background subshell to prevent hotplug deadlocks

SVN-Revision: 26810

12 years agocomgt: move 3g hotplug handling to tty subsystem, fixes race on coldplug (#9211)
Jo-Philipp Wich [Tue, 3 May 2011 19:39:13 +0000 (19:39 +0000)]
comgt: move 3g hotplug handling to tty subsystem, fixes race on coldplug (#9211)

SVN-Revision: 26809

12 years agobase-files: cleanup permissions of device files in common hotplug rules (#9211)
Jo-Philipp Wich [Tue, 3 May 2011 19:37:59 +0000 (19:37 +0000)]
base-files: cleanup permissions of device files in common hotplug rules (#9211)

SVN-Revision: 26808

12 years agohotplug2: introduce tty subsystem events (#9211)
Jo-Philipp Wich [Tue, 3 May 2011 19:35:58 +0000 (19:35 +0000)]
hotplug2: introduce tty subsystem events (#9211)

SVN-Revision: 26807

12 years agofirewall: revert accidential committed changes from r26805
Jo-Philipp Wich [Mon, 2 May 2011 12:55:36 +0000 (12:55 +0000)]
firewall: revert accidential committed changes from r26805

SVN-Revision: 26806

12 years agofirewall: provide examples of ssh port relocation on firewall and IPsec passthrough...
Jo-Philipp Wich [Mon, 2 May 2011 12:54:31 +0000 (12:54 +0000)]
firewall: provide examples of ssh port relocation on firewall and IPsec passthrough Two examples of potentially useful configurations (commented out, of course):

(a) map the ssh service running on the firewall to 22001 externally, without modifying the configuration of the daemon itself. this allows port 22 on the WAN side to then be port-forwarded to a
LAN-based machine if desired, or if not, simply obscures the port from external attack.

(b) allow IPsec/ESP and ISAKMP (UDP-based key exchange) to happen by default. useful for most modern VPN clients you might have on your WAN.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26805

12 years agoquilt: fix building with dash `test x == x` gives a syntax error with dash (standard...
Jo-Philipp Wich [Mon, 2 May 2011 12:53:32 +0000 (12:53 +0000)]
quilt: fix building with dash `test x == x` gives a syntax error with dash (standard in Debian). The modified patch reflects the current upstream: git.savannah.gnu.org/cgit/quilt.git/commit/?id=38df0b210c3df67f3e784af92232ae1946b98ecd

SVN-Revision: 26804

12 years agoupdate to 2.6.38
Florian Fainelli [Mon, 2 May 2011 07:57:25 +0000 (07:57 +0000)]
update to 2.6.38

SVN-Revision: 26803

12 years agocns3xxx: remove one of the dma cache patches, it causes a regression in the ethernet...
Felix Fietkau [Mon, 2 May 2011 00:28:30 +0000 (00:28 +0000)]
cns3xxx: remove one of the dma cache patches, it causes a regression in the ethernet driver

SVN-Revision: 26802

12 years agobrcm47xx: add fallback sprom for pci devices without an own sprom.
Hauke Mehrtens [Sun, 1 May 2011 20:28:35 +0000 (20:28 +0000)]
brcm47xx: add fallback sprom for pci devices without an own sprom.

If there is no sprom on an ssb based pci device on the brcm47xx
architecture ssb now asks the architecture code to look into the nvram
to get some sprom data for this device. Now we are able to read out
pci/1/1/ foo or pci/1/3/ foo config options.

This will fix some problems where the wireless devices does not got an
mac address and the following message was show:
ssb: WARNING: Invalid SPROM CRC (corrupt SPROM)

SVN-Revision: 26801

12 years agoath9k: add a new fix for signal strength / noise measurements
Felix Fietkau [Sun, 1 May 2011 18:23:12 +0000 (18:23 +0000)]
ath9k: add a new fix for signal strength / noise measurements

SVN-Revision: 26798

12 years agocns3xxx: fix missing and incomplete cache flushes on DMA cache sync for cpu - fixes...
Felix Fietkau [Sun, 1 May 2011 15:53:56 +0000 (15:53 +0000)]
cns3xxx: fix missing and incomplete cache flushes on DMA cache sync for cpu - fixes some issues with ath9k

SVN-Revision: 26797

12 years agomac80211: detect and drop incoming packets with invalid CCMP packet numbers to fix...
Felix Fietkau [Sun, 1 May 2011 01:45:26 +0000 (01:45 +0000)]
mac80211: detect and drop incoming packets with invalid CCMP packet numbers to fix connection hangs on some devices

SVN-Revision: 26795

12 years agoadd vim temp files (*~) to .gitignore
Jo-Philipp Wich [Fri, 29 Apr 2011 15:11:57 +0000 (15:11 +0000)]
add vim temp files (*~) to .gitignore

SVN-Revision: 26785

12 years agoexclude pktgen for uml target
Florian Fainelli [Fri, 29 Apr 2011 12:04:17 +0000 (12:04 +0000)]
exclude pktgen for uml target

SVN-Revision: 26781

12 years agoar71xx: use the ar8316 switch driver on the PB92 board and add a matching default...
Felix Fietkau [Thu, 28 Apr 2011 21:27:42 +0000 (21:27 +0000)]
ar71xx: use the ar8316 switch driver on the PB92 board and add a matching default network config

SVN-Revision: 26779

12 years agoar8316: automatically detect whether port4 is used as PHY or as a switch port
Felix Fietkau [Thu, 28 Apr 2011 21:27:37 +0000 (21:27 +0000)]
ar8316: automatically detect whether port4 is used as PHY or as a switch port

SVN-Revision: 26778

12 years agoar71xx: fix MDIO access on ar7242 (based on a patch by Jess Zhu)
Felix Fietkau [Thu, 28 Apr 2011 19:30:49 +0000 (19:30 +0000)]
ar71xx: fix MDIO access on ar7242 (based on a patch by Jess Zhu)

SVN-Revision: 26777

12 years agoar8216: support AR8316 rev 0 devices
Felix Fietkau [Thu, 28 Apr 2011 19:30:43 +0000 (19:30 +0000)]
ar8216: support AR8316 rev 0 devices

SVN-Revision: 26776

13 years agorelayd: map "ipaddr" option to local ip (-L)
Jo-Philipp Wich [Wed, 27 Apr 2011 19:16:35 +0000 (19:16 +0000)]
relayd: map "ipaddr" option to local ip (-L)

SVN-Revision: 26773

13 years agolinux/atheros: add 2.6.38 preliminary support
Alexandros C. Couloumbis [Wed, 27 Apr 2011 17:18:03 +0000 (17:18 +0000)]
linux/atheros: add 2.6.38 preliminary support

SVN-Revision: 26772

13 years agomadwifi: Fix compilation for 2.6.39
Felix Fietkau [Tue, 26 Apr 2011 23:05:34 +0000 (23:05 +0000)]
madwifi: Fix compilation for 2.6.39

Fix compilation for 2.6.39 by replacing SPIN_LOCK_UNLOCKED with
DEFINE_SPINLOCK().

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26771

13 years agoswconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK
Felix Fietkau [Tue, 26 Apr 2011 23:05:29 +0000 (23:05 +0000)]
swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK

SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed
in 2.6.39, so replace it with DEFINE_SPINLOCK().

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26770

13 years agomac80211: backport some more compat fixes, fix compile issues on 2.6.31 and earlier
Felix Fietkau [Tue, 26 Apr 2011 22:23:52 +0000 (22:23 +0000)]
mac80211: backport some more compat fixes, fix compile issues on 2.6.31 and earlier

SVN-Revision: 26768

13 years agomac80211: broadcast the country IE by default if the country code is configured ...
Felix Fietkau [Tue, 26 Apr 2011 19:33:27 +0000 (19:33 +0000)]
mac80211: broadcast the country IE by default if the country code is configured (#9308)

SVN-Revision: 26765

13 years agowpa_supplicant: make sure that the common 802.11 code gets linked in (fixes #9299)
Felix Fietkau [Tue, 26 Apr 2011 19:16:25 +0000 (19:16 +0000)]
wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes #9299)

SVN-Revision: 26764

13 years agomac80211: replace the regd revert patch with a proper fix, add some more pending...
Felix Fietkau [Tue, 26 Apr 2011 01:23:23 +0000 (01:23 +0000)]
mac80211: replace the regd revert patch with a proper fix, add some more pending patches

SVN-Revision: 26761

13 years agoath9k: remove the signal strength fix, it causes a lot of confusion and seems to...
Felix Fietkau [Mon, 25 Apr 2011 18:21:32 +0000 (18:21 +0000)]
ath9k: remove the signal strength fix, it causes a lot of confusion and seems to be just as inaccurate as the original version of the code

SVN-Revision: 26753

13 years agocfg80211: revert upstream regdomain handling breakage
Felix Fietkau [Mon, 25 Apr 2011 18:21:28 +0000 (18:21 +0000)]
cfg80211: revert upstream regdomain handling breakage

SVN-Revision: 26752

13 years agohostapd: fix a few compile errors and warnings
Felix Fietkau [Sun, 24 Apr 2011 03:34:46 +0000 (03:34 +0000)]
hostapd: fix a few compile errors and warnings

SVN-Revision: 26751

13 years agomac80211: do rate control updates when the HT configuration changes on an interface
Felix Fietkau [Sat, 23 Apr 2011 21:34:40 +0000 (21:34 +0000)]
mac80211: do rate control updates when the HT configuration changes on an interface

SVN-Revision: 26750

13 years agohostapd: update to 2011-04-21
Felix Fietkau [Sat, 23 Apr 2011 21:34:35 +0000 (21:34 +0000)]
hostapd: update to 2011-04-21

SVN-Revision: 26749

13 years agolinux/adm5120: update wget2nand script
Alexandros C. Couloumbis [Thu, 21 Apr 2011 13:18:33 +0000 (13:18 +0000)]
linux/adm5120: update wget2nand script

SVN-Revision: 26748

13 years agolinux/ar71xx: update wget2nand script
Alexandros C. Couloumbis [Thu, 21 Apr 2011 12:38:25 +0000 (12:38 +0000)]
linux/ar71xx: update wget2nand script

SVN-Revision: 26747

13 years agolinux/ar71xx: add 2.6.38 preliminary support
Alexandros C. Couloumbis [Thu, 21 Apr 2011 11:45:23 +0000 (11:45 +0000)]
linux/ar71xx: add 2.6.38 preliminary support

SVN-Revision: 26746

13 years agomac80211: remove unneeded patch
Hauke Mehrtens [Thu, 21 Apr 2011 09:32:49 +0000 (09:32 +0000)]
mac80211: remove unneeded patch

This was fixed upstream

SVN-Revision: 26745

13 years agomac80211: update to wireless-testing 2011-04-19, contains several beacon related...
Felix Fietkau [Wed, 20 Apr 2011 18:14:35 +0000 (18:14 +0000)]
mac80211: update to wireless-testing 2011-04-19, contains several beacon related fixes for ath9k

SVN-Revision: 26744

13 years agoppp: extend the r26742 change to ip-down too
Jo-Philipp Wich [Wed, 20 Apr 2011 12:08:12 +0000 (12:08 +0000)]
ppp: extend the r26742 change to ip-down too

SVN-Revision: 26743

13 years agoppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275)
Jo-Philipp Wich [Wed, 20 Apr 2011 12:02:04 +0000 (12:02 +0000)]
ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275)

SVN-Revision: 26742

13 years agofirewall: prevent excessive uci state data aggregation (#9152)
Jo-Philipp Wich [Wed, 20 Apr 2011 11:49:09 +0000 (11:49 +0000)]
firewall: prevent excessive uci state data aggregation (#9152)

SVN-Revision: 26740

13 years agobusybox: refresh patches
Felix Fietkau [Wed, 20 Apr 2011 02:56:23 +0000 (02:56 +0000)]
busybox: refresh patches

SVN-Revision: 26738

13 years agobusybox: fix issues with static routes and 6rd option parsing (thx, Florian Fuessl)
Felix Fietkau [Wed, 20 Apr 2011 02:56:17 +0000 (02:56 +0000)]
busybox: fix issues with static routes and 6rd option parsing (thx, Florian Fuessl)

SVN-Revision: 26737

13 years agomac80211: b43: Expose N-PHY support
Hauke Mehrtens [Tue, 19 Apr 2011 21:44:29 +0000 (21:44 +0000)]
mac80211: b43: Expose N-PHY support

Allow enabling of N-PHY support for BCM4321 and BCM4322.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26736

13 years agomac80211: b43: Expose PIO mode fallback
Hauke Mehrtens [Tue, 19 Apr 2011 21:43:19 +0000 (21:43 +0000)]
mac80211: b43: Expose PIO mode fallback

Allow reenabling the PIO mode fallback for b43.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26735

13 years agomac80211: b43: Expose debug option
Hauke Mehrtens [Tue, 19 Apr 2011 21:40:29 +0000 (21:40 +0000)]
mac80211: b43: Expose debug option

Allow enabling debug output and debugfs for B43.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26734

13 years agomac80211: b43: Add Firmware 5.10.56.27
Hauke Mehrtens [Tue, 19 Apr 2011 21:40:08 +0000 (21:40 +0000)]
mac80211: b43: Add Firmware 5.10.56.27

Add the 5.10.56.27 firmware option. This includes updating b43-fwcutter to
its newest release 14 and updating the b43-fwsquash.py to recognise rev 16
n phy files.

Also rename the current options from STABLE/EXPERIMENTAL to their version
numbers.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26733

13 years agohostapd: fix bridge handling for wds stations (#9257)
Felix Fietkau [Tue, 19 Apr 2011 15:41:49 +0000 (15:41 +0000)]
hostapd: fix bridge handling for wds stations (#9257)

SVN-Revision: 26724

13 years agomac80211: re-enable beacon channel hints
Felix Fietkau [Tue, 19 Apr 2011 15:41:45 +0000 (15:41 +0000)]
mac80211: re-enable beacon channel hints

SVN-Revision: 26723

13 years agobase-files: fix stale space in eglibc library install section (#9270)
Jo-Philipp Wich [Tue, 19 Apr 2011 13:18:39 +0000 (13:18 +0000)]
base-files: fix stale space in eglibc library install section (#9270)

SVN-Revision: 26720

13 years agolibrpc: update to a newer version to fix issues with __set_errno
Felix Fietkau [Mon, 18 Apr 2011 09:42:46 +0000 (09:42 +0000)]
librpc: update to a newer version to fix issues with __set_errno

SVN-Revision: 26716

13 years agouml: fix the kernel config name override
Felix Fietkau [Sun, 17 Apr 2011 21:47:49 +0000 (21:47 +0000)]
uml: fix the kernel config name override

SVN-Revision: 26715

13 years agouse lazy evaluation to allow targets to override kernel config files
Felix Fietkau [Sun, 17 Apr 2011 21:47:44 +0000 (21:47 +0000)]
use lazy evaluation to allow targets to override kernel config files

SVN-Revision: 26714

13 years agoath9k: assign a keycache slot per station for unencrypted links to fix powersave...
Felix Fietkau [Sun, 17 Apr 2011 20:56:14 +0000 (20:56 +0000)]
ath9k: assign a keycache slot per station for unencrypted links to fix powersave frame filtering

SVN-Revision: 26712

13 years agoath9k: add a patch to show excessive retry counts for single MPDUs
Felix Fietkau [Sun, 17 Apr 2011 20:56:10 +0000 (20:56 +0000)]
ath9k: add a patch to show excessive retry counts for single MPDUs

SVN-Revision: 26711

13 years agox86: remove 2.6.35 patches
Felix Fietkau [Sun, 17 Apr 2011 18:39:50 +0000 (18:39 +0000)]
x86: remove 2.6.35 patches

SVN-Revision: 26710

13 years agobrcm63xx: remove patches/configs for 2.6.35
Felix Fietkau [Sun, 17 Apr 2011 18:39:46 +0000 (18:39 +0000)]
brcm63xx: remove patches/configs for 2.6.35

SVN-Revision: 26709

13 years agoau1000: remove patches/configs for 2.6.35
Felix Fietkau [Sun, 17 Apr 2011 18:39:42 +0000 (18:39 +0000)]
au1000: remove patches/configs for 2.6.35

SVN-Revision: 26708

13 years agoar7: remove patches/configs for old kernel versions
Felix Fietkau [Sun, 17 Apr 2011 18:39:38 +0000 (18:39 +0000)]
ar7: remove patches/configs for old kernel versions

SVN-Revision: 26707

13 years agoadm5120: remove patches/configs for unused kernel versions
Felix Fietkau [Sun, 17 Apr 2011 18:39:32 +0000 (18:39 +0000)]
adm5120: remove patches/configs for unused kernel versions

SVN-Revision: 26706

13 years agorootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.
Felix Fietkau [Sun, 17 Apr 2011 18:32:28 +0000 (18:32 +0000)]
rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.

Use offset from struct mtd_part instead of struct mtd_partition for defining
the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in
struct mtd_partition.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 26705

13 years agoRemove 2.6.35. It's not used anymore.
Felix Fietkau [Sun, 17 Apr 2011 18:32:21 +0000 (18:32 +0000)]
Remove 2.6.35. It's not used anymore.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 26704

13 years agouClibc: update to latest version (rc3 + git changes), contains fixes for ipv6 dns...
Felix Fietkau [Sun, 17 Apr 2011 17:38:35 +0000 (17:38 +0000)]
uClibc: update to latest version (rc3 + git changes), contains fixes for ipv6 dns issues

SVN-Revision: 26703

13 years agouClibc: fix issues with libpthread vs libc link order on mips
Felix Fietkau [Sun, 17 Apr 2011 17:38:26 +0000 (17:38 +0000)]
uClibc: fix issues with libpthread vs libc link order on mips

SVN-Revision: 26702

13 years agoprepare .config before testing for missing options
Felix Fietkau [Sun, 17 Apr 2011 02:16:52 +0000 (02:16 +0000)]
prepare .config before testing for missing options

SVN-Revision: 26700

13 years agoFixed directory error: added ra1320 patches to trunk/target... subdir instead if...
Daniel Dickinson [Sun, 17 Apr 2011 01:15:47 +0000 (01:15 +0000)]
Fixed directory error: added ra1320 patches to trunk/target... subdir instead if target.... in trunk branch.

SVN-Revision: 26699

13 years agoixp4xx: backport an upstream commit to fix gspca compile errors triggered by the...
Felix Fietkau [Sat, 16 Apr 2011 21:30:48 +0000 (21:30 +0000)]
ixp4xx: backport an upstream commit to fix gspca compile errors triggered by the buildbot

SVN-Revision: 26698

13 years agomac80211: fix the config define for iwl3945
Felix Fietkau [Sat, 16 Apr 2011 19:52:39 +0000 (19:52 +0000)]
mac80211: fix the config define for iwl3945

SVN-Revision: 26697

13 years agomac80211: make intel wireless drivers depend on pci support
Felix Fietkau [Sat, 16 Apr 2011 19:52:35 +0000 (19:52 +0000)]
mac80211: make intel wireless drivers depend on pci support

SVN-Revision: 26696

13 years agomac80211: add intel drivers to PKG_CONFIG_DEPENDS
Felix Fietkau [Sat, 16 Apr 2011 19:52:31 +0000 (19:52 +0000)]
mac80211: add intel drivers to PKG_CONFIG_DEPENDS

SVN-Revision: 26695