summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dnsmasq: remove redundant code introduced with r20074Jo-Philipp Wich2010-03-091-3/+0
| | | | SVN-Revision: 20079
* n516-lpc: Ack wakeup events and some minor cleanupsLars-Peter Clausen2010-03-091-54/+40
| | | | SVN-Revision: 20075
* dnsmasq: allow multiple macs per static lease address (#6205)Jo-Philipp Wich2010-03-081-3/+8
| | | | SVN-Revision: 20074
* mac80211: build ipw2x00 driver from compat-wirelessHauke Mehrtens2010-03-083-75/+96
| | | | | | ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel. SVN-Revision: 20073
* brcm47xx: fix commit r18413 "128MB ram problem"Hauke Mehrtens2010-03-0811-61/+146
| | | | | | | | | | 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 SVN-Revision: 20072
* jz4740-gpio: Fix potential race conditionLars-Peter Clausen2010-03-081-1/+1
| | | | SVN-Revision: 20071
* Fix gpio and irq wakeup irq handling.Lars-Peter Clausen2010-03-082-1/+7
| | | | SVN-Revision: 20070
* Export gpio and irq registers through debugfsLars-Peter Clausen2010-03-082-18/+90
| | | | SVN-Revision: 20069
* mktplinkfw: fix help string, and remove duplicated optionGabor Juhos2010-03-081-5/+3
| | | | SVN-Revision: 20067
* package: fix w1-gpio-custom package (closes #6770)Gabor Juhos2010-03-082-11/+11
| | | | SVN-Revision: 20066
* mkimage: fix spurious build errors caused by its braindead build systemFelix Fietkau2010-03-081-0/+1
| | | | SVN-Revision: 20065
* imagebuilder: add REVISION variable (closes #6795)Gabor Juhos2010-03-082-2/+6
| | | | SVN-Revision: 20064
* ar71xx: simplify WP543 image generation, and fix rootfs offsetGabor Juhos2010-03-081-16/+7
| | | | SVN-Revision: 20063
* add missing file from patchTravis Kemen2010-03-081-0/+14
| | | | SVN-Revision: 20062
* finish cleaning my broken commitTravis Kemen2010-03-085-448/+0
| | | | SVN-Revision: 20061
* ar71xx: sync .33 configGabor Juhos2010-03-081-5/+0
| | | | SVN-Revision: 20060
* ar71xx: enable AR7240 DSA driver on 2.6.33 as wellGabor Juhos2010-03-083-0/+109
| | | | SVN-Revision: 20059
* fix missing parts of r19997.Travis Kemen2010-03-088-0/+549
| | | | SVN-Revision: 20057
* ar71xx: refresh patchesGabor Juhos2010-03-083-10/+10
| | | | SVN-Revision: 20055
* ar71xx: add NAND driver for the RB750Gabor Juhos2010-03-086-1/+410
| | | | SVN-Revision: 20054
* ar71xx: add ar71xx_gpio_function_setupGabor Juhos2010-03-082-1/+21
| | | | SVN-Revision: 20053
* package: add module for the RB750 LED driverGabor Juhos2010-03-081-0/+16
| | | | SVN-Revision: 20052
* ar71xx: add LED driver for the RB750Gabor Juhos2010-03-087-0/+249
| | | | SVN-Revision: 20051
* ar71xx: add latch handling code for the RB750Gabor Juhos2010-03-082-0/+104
| | | | SVN-Revision: 20050
* ar71xx: increase kernel partition size for the WP543 boardsGabor Juhos2010-03-081-4/+4
| | | | SVN-Revision: 20049
* dnsmasq: prevent bad command line error when a dhcp pool has ignore set and ↵Jo-Philipp Wich2010-03-081-1/+1
| | | | | | the corresponding iface has only whitespace as value SVN-Revision: 20048
* acx: remove wrong CONFIG_PCI dep (should have been PCI_SUPPORT, but that ↵Nicolas Thill2010-03-081-1/+1
| | | | | | just fails on some targets) SVN-Revision: 20047
* mac80211: remove an obsolete patch which breaks 2.6.32 compatFelix Fietkau2010-03-081-14/+0
| | | | SVN-Revision: 20046
* mac80211: small whitespace fix in minstrel_htFelix Fietkau2010-03-081-1/+1
| | | | SVN-Revision: 20045
* Add sound support for the n516.Lars-Peter Clausen2010-03-073-0/+313
| | | | SVN-Revision: 20044
* Add support for enabling/disabling the aic controllers clock.Lars-Peter Clausen2010-03-072-27/+50
| | | | SVN-Revision: 20043
* mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter)Felix Fietkau2010-03-071-6/+8
| | | | SVN-Revision: 20040
* add support for new ar7-atm version D7.05.00.00 (#6515)Florian Fainelli2010-03-0722-0/+1761
| | | | SVN-Revision: 20039
* mac80211: improve minstrel_ht performance by reducing the impact of slow ↵Felix Fietkau2010-03-071-6/+14
| | | | | | sampling SVN-Revision: 20038
* correct the MDIO base address and reset sequence for Titan (#6573)Florian Fainelli2010-03-072-27/+85
| | | | SVN-Revision: 20037
* add one more acx-mac80211 patch to finally allow its building on ar7Florian Fainelli2010-03-071-0/+13
| | | | SVN-Revision: 20036
* mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for ↵Felix Fietkau2010-03-071-126/+107
| | | | | | improved performance and a-mpdu length SVN-Revision: 20035
* mac80211: increase minstrel_ht precision by properly using a-mpdu frame statsFelix Fietkau2010-03-071-5/+4
| | | | SVN-Revision: 20034
* mac80211: implement .rate_update in minstrel_htFelix Fietkau2010-03-071-23/+45
| | | | SVN-Revision: 20033
* mac80211: update to wireless-testing 2010-03-03Felix Fietkau2010-03-0713-119/+11
| | | | SVN-Revision: 20032
* uClibc: enhance debug support (closes: #6118)Nicolas Thill2010-03-074-5/+22
| | | | SVN-Revision: 20031
* uClibc: revert to old linuxthreads implementation on x86 (like all others ↵Nicolas Thill2010-03-074-8/+0
| | | | | | arches) SVN-Revision: 20030
* ar71xx: add preliminary support for the RouterBOARD 750Gabor Juhos2010-03-078-0/+53
| | | | SVN-Revision: 20029
* ar71xx: make the rb4xx nand driver depends on AR71XX_MACH_RB4XXGabor Juhos2010-03-072-2/+2
| | | | SVN-Revision: 20028
* ar71xx: rename mach-rb-4xx.c to mach-rb4xx.c, and change Kconfig symbolGabor Juhos2010-03-075-4/+4
| | | | SVN-Revision: 20027
* siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... insteadNicolas Thill2010-03-071-1/+1
| | | | SVN-Revision: 20026
* siit: use $(KERNEL_MAKEOPTS)Nicolas Thill2010-03-071-7/+3
| | | | SVN-Revision: 20025
* siit: remove obsolete dep (builds fine on 2.6.31 since r18191)Nicolas Thill2010-03-071-1/+1
| | | | SVN-Revision: 20024
* let 802.1q tagged frames go in and out from cpmac (#6730)Florian Fainelli2010-03-062-0/+22
| | | | SVN-Revision: 20023
* fallback to "dumb switch" mode if no PHY was detectedFlorian Fainelli2010-03-061-0/+16
| | | | | | | This will enable the second Ethernet MAC in most cases, but will allow previously non working devices to work. SVN-Revision: 20022