Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | iwinfo: fix array size mismatch after r30684 | Jo-Philipp Wich | 2012-02-22 | 1 | -4/+4 | |
| | | | | SVN-Revision: 30685 | |||||
* | Allow full 250mw (24dBm) on WRT54GL and related with wl legacy driver on ↵ | Jo-Philipp Wich | 2012-02-22 | 1 | -2/+2 | |
| | | | | | | iwinfo Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> SVN-Revision: 30684 | |||||
* | Adjust txpower offset for Nano and Picostation M2 in iwinfo Signed-off-by: ↵ | Jo-Philipp Wich | 2012-02-22 | 1 | -2/+2 | |
| | | | | | | Hanno Schupp <hanno.schupp@gmail.com> SVN-Revision: 30683 | |||||
* | iwinfo: add per-station rate and mcs info to assoclist op | Jo-Philipp Wich | 2012-02-22 | 10 | -88/+1305 | |
| | | | | SVN-Revision: 30682 | |||||
* | ramips: raeth: show interrupt statistics in debugfs | Gabor Juhos | 2012-02-22 | 3 | -0/+105 | |
| | | | | SVN-Revision: 30681 | |||||
* | ramips: raeth: add debugfs support | Gabor Juhos | 2012-02-22 | 8 | -1/+94 | |
| | | | | SVN-Revision: 30680 | |||||
* | ramips: raeth: rename main source file | Gabor Juhos | 2012-02-22 | 2 | -0/+2 | |
| | | | | SVN-Revision: 30679 | |||||
* | iwinfo: fix logic flaw in mtd partition check | Jo-Philipp Wich | 2012-02-22 | 1 | -1/+1 | |
| | | | | SVN-Revision: 30678 | |||||
* | iptables: make it possible to dynamically configure built-in statically ↵ | Felix Fietkau | 2012-02-22 | 3 | -49/+60 | |
| | | | | | | linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs SVN-Revision: 30676 | |||||
* | iptables: do not link binaries with -rdynamic, plugins do not need any ↵ | Felix Fietkau | 2012-02-21 | 1 | -1/+0 | |
| | | | | | | symbols from the main executable. saves some space SVN-Revision: 30675 | |||||
* | mac80211: b43: use firmware version 666.2 as default | Hauke Mehrtens | 2012-02-21 | 1 | -6/+3 | |
| | | | | SVN-Revision: 30673 | |||||
* | iwinfo: fix logic flaw in WPA OUI filtering, solves misdetecting various ↵ | Jo-Philipp Wich | 2012-02-21 | 1 | -1/+1 | |
| | | | | | | WPA2-PSK only networks as mixed mode SVN-Revision: 30672 | |||||
* | ramips: raeth: add missing Kconfig and Makefile | Gabor Juhos | 2012-02-21 | 2 | -0/+18 | |
| | | | | SVN-Revision: 30671 | |||||
* | ramips: move the ethernet driver into a separate directory | Gabor Juhos | 2012-02-21 | 7 | -36/+26 | |
| | | | | | | Also clean up the Kconfig symbols. SVN-Revision: 30670 | |||||
* | ramips: rename the spi driver | Gabor Juhos | 2012-02-21 | 2 | -1/+1 | |
| | | | | SVN-Revision: 30669 | |||||
* | dropbear: disable assertions to reduce code size | Felix Fietkau | 2012-02-21 | 1 | -0/+14 | |
| | | | | SVN-Revision: 30668 | |||||
* | hostapd: disable the state dump callback to save a few more kb | Felix Fietkau | 2012-02-21 | 2 | -0/+4 | |
| | | | | SVN-Revision: 30667 | |||||
* | hostapd: add configurable debug message minimum priority to cut down on ↵ | Felix Fietkau | 2012-02-20 | 3 | -1/+228 | |
| | | | | | | bloat generated by excessive debug messages SVN-Revision: 30666 | |||||
* | mac80211: fix memory leak on bcm5354 | Hauke Mehrtens | 2012-02-20 | 1 | -0/+11 | |
| | | | | | | | | The ucode triggers the gpio pins used for the buttons and causes diag to handle them and send them to userspace. This only happened with a more recent firmware. This patch was tested on an Asus wl-520GU and should also work on the other bcm5354 based asus devices. I do not know if it works on the dir320. SVN-Revision: 30665 | |||||
* | iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not request write ↵ | Jo-Philipp Wich | 2012-02-20 | 1 | -1/+1 | |
| | | | | | | access in mmap() SVN-Revision: 30664 | |||||
* | iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2 | Jo-Philipp Wich | 2012-02-20 | 2 | -2/+13 | |
| | | | | SVN-Revision: 30663 | |||||
* | strip kernel modules more aggressively: make all global symbols local, ↵ | Felix Fietkau | 2012-02-20 | 3 | -21/+41 | |
| | | | | | | rename all symbols in the symbol table to make them compress better SVN-Revision: 30662 | |||||
* | ar71xx: switch to kmod-gpio-button-hotplug | Felix Fietkau | 2012-02-20 | 2 | -6/+2 | |
| | | | | SVN-Revision: 30660 | |||||
* | add gpio-button-hotplug, like button-hotplug + gpio-keys-polled, fully ↵ | Felix Fietkau | 2012-02-20 | 3 | -0/+495 | |
| | | | | | | compatible, but without the nasty input-core dependency chain SVN-Revision: 30659 | |||||
* | iwinfo: add more device entries | Jo-Philipp Wich | 2012-02-20 | 2 | -1/+4 | |
| | | | | SVN-Revision: 30658 | |||||
* | kernel: strip unnecessary symbol table information from kernel modules, ↵ | Felix Fietkau | 2012-02-20 | 4 | -2/+24 | |
| | | | | | | reduces default squashfs size on ar71xx by about 4k SVN-Revision: 30657 | |||||
* | ramips: rt3883: make rt3883_nand_data visible | Gabor Juhos | 2012-02-19 | 2 | -7/+4 | |
| | | | | SVN-Revision: 30655 | |||||
* | ramips: merge 3.2 fixes | Gabor Juhos | 2012-02-19 | 2 | -12/+1 | |
| | | | | SVN-Revision: 30652 | |||||
* | ramips: nuke 2.6.39 support | Gabor Juhos | 2012-02-19 | 17 | -899/+0 | |
| | | | | SVN-Revision: 30651 | |||||
* | ramips: rt305x: nuke built-in MTD partition maps | Gabor Juhos | 2012-02-19 | 23 | -821/+0 | |
| | | | | SVN-Revision: 30650 | |||||
* | ramips: rt288x: nuke built-in MTD partition maps | Gabor Juhos | 2012-02-19 | 5 | -152/+6 | |
| | | | | SVN-Revision: 30649 | |||||
* | ramips: build sysupgrade image for the V11ST-FE board | Gabor Juhos | 2012-02-19 | 1 | -0/+6 | |
| | | | | SVN-Revision: 30648 | |||||
* | ramips: rt305x: add support for the Skyline SL-R7205 Wireless 3G router | Gabor Juhos | 2012-02-19 | 14 | -1/+141 | |
| | | | | | | | | | | | | | [juhosg: - don't switch back to 2.6.39 - update config-3.2 - change machine id to SL-R7205 - reorder case entries in platform scripts - remove button hotplug script] Signed-off-by: Haipoh Teoh <hpteoh@ceedtec.com> SVN-Revision: 30645 | |||||
* | mac80211: brcmsmac: fix a build warning, till we update bcma | Hauke Mehrtens | 2012-02-19 | 1 | -0/+13 | |
| | | | | SVN-Revision: 30644 | |||||
* | mac80211: add brcmsmac driver | Hauke Mehrtens | 2012-02-19 | 4 | -3/+300 | |
| | | | | | | brcmsmac does not work on bcm47xx based devices or has AP mode support for now. SVN-Revision: 30643 | |||||
* | mac80211: fix directory of mwl8k firmware | Hauke Mehrtens | 2012-02-19 | 1 | -2/+2 | |
| | | | | | | Thank you Eugene San for the patch SVN-Revision: 30642 | |||||
* | brcm47xx: add code to generate images for some netgear devices | Hauke Mehrtens | 2012-02-18 | 1 | -2/+11 | |
| | | | | | | This is commented out until we get report of working devices. SVN-Revision: 30639 | |||||
* | brcm47xx: sprom for nvram parsing | Hauke Mehrtens | 2012-02-18 | 16 | -44/+1378 | |
| | | | | | | | This adds support for parsing sprom form nvram for sprom version form 1 to 9. It also adds sprom from nvram support for devices on the bcma bus. SVN-Revision: 30638 | |||||
* | ralink: rt3883: disable the 2GHz band on the RT-N56U | Gabor Juhos | 2012-02-18 | 1 | -0/+1 | |
| | | | | SVN-Revision: 30632 | |||||
* | ramips: rt3883: make rt3883_wlan_data visible | Gabor Juhos | 2012-02-18 | 2 | -4/+4 | |
| | | | | SVN-Revision: 30631 | |||||
* | generic: add disable_[25]ghz to struct rt2x00_platform_data | Gabor Juhos | 2012-02-18 | 1 | -0/+3 | |
| | | | | SVN-Revision: 30630 | |||||
* | mac80211: rt2x00: allow to disable bands via platform data | Gabor Juhos | 2012-02-18 | 2 | -1/+48 | |
| | | | | SVN-Revision: 30629 | |||||
* | package/kernel: add package for MTD testing modules | Gabor Juhos | 2012-02-18 | 1 | -0/+22 | |
| | | | | SVN-Revision: 30628 | |||||
* | firmware-utils/mkfwimage: allow to override firmware magic | Gabor Juhos | 2012-02-18 | 1 | -5/+12 | |
| | | | | SVN-Revision: 30627 | |||||
* | ar71xx: fix image signature for UBNT-XM boards | Gabor Juhos | 2012-02-18 | 1 | -5/+5 | |
| | | | | SVN-Revision: 30626 | |||||
* | ath5k: do not re-run AGC calibration periodically - fixes stability issues ↵ | Felix Fietkau | 2012-02-17 | 1 | -0/+42 | |
| | | | | | | on AR2315 (#10574) SVN-Revision: 30624 | |||||
* | ath5k: do not stop the hardware queues during PAPD calibration, speeds up ↵ | Felix Fietkau | 2012-02-17 | 1 | -0/+31 | |
| | | | | | | calibration SVN-Revision: 30623 | |||||
* | generic/2.6.37: fix 'set but unused' build errors on MIPS | Gabor Juhos | 2012-02-17 | 1 | -0/+44 | |
| | | | | SVN-Revision: 30615 | |||||
* | gcc: use .eh_frame sections for exception handling stack unwind - saves ↵ | Felix Fietkau | 2012-02-17 | 1 | -0/+29 | |
| | | | | | | about 400 bytes on every executable or shared library SVN-Revision: 30614 | |||||
* | gcc: enable --with-headers for the final toolchain build | Felix Fietkau | 2012-02-17 | 1 | -0/+1 | |
| | | | | SVN-Revision: 30613 |