Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup board specific KERNELNAME overrides | Imre Kaloz | 2011-01-27 | 1 | -3/+1 |
| | | | | SVN-Revision: 25138 | ||||
* | dnsmasq: add support for option "--dhcp-script" (thanks Bastian Bittorf) | Vasilis Tsiligiannis | 2011-01-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 25137 | ||||
* | mac80211: Fix antenna setting when only one of {rx,tx}antenna options is ↵ | Vasilis Tsiligiannis | 2011-01-27 | 1 | -4/+3 |
| | | | | | | specified SVN-Revision: 25136 | ||||
* | iw: Refresh patches | Vasilis Tsiligiannis | 2011-01-27 | 4 | -20/+8 |
| | | | | SVN-Revision: 25135 | ||||
* | iw: Extend antenna setting 'all' to apply for either rx or tx antenna | Vasilis Tsiligiannis | 2011-01-27 | 1 | -14/+23 |
| | | | | SVN-Revision: 25134 | ||||
* | give some credits to Tanguy Bouzeloc in the spi driver | Florian Fainelli | 2011-01-27 | 1 | -2/+5 |
| | | | | SVN-Revision: 25133 | ||||
* | mac80211: add missing done to mac80211.sh (#8735) | Jo-Philipp Wich | 2011-01-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 25131 | ||||
* | ramips: register watchdog device on the rt288x boards | Gabor Juhos | 2011-01-26 | 2 | -0/+2 |
| | | | | SVN-Revision: 25130 | ||||
* | ramips: add watchdog device for RT288x | Gabor Juhos | 2011-01-26 | 3 | -0/+33 |
| | | | | SVN-Revision: 25129 | ||||
* | ramips: register watchdog device on the rt305x boards | Gabor Juhos | 2011-01-26 | 7 | -0/+7 |
| | | | | SVN-Revision: 25128 | ||||
* | ramips: add watchdog device for RT305x | Gabor Juhos | 2011-01-26 | 3 | -0/+34 |
| | | | | SVN-Revision: 25127 | ||||
* | ramips: add watchdog driver | Gabor Juhos | 2011-01-26 | 4 | -0/+383 |
| | | | | SVN-Revision: 25126 | ||||
* | ramips: implement clock API for RT288x | Gabor Juhos | 2011-01-26 | 7 | -45/+152 |
| | | | | SVN-Revision: 25125 | ||||
* | ramips: implement clock API for RT305X | Gabor Juhos | 2011-01-26 | 7 | -41/+148 |
| | | | | SVN-Revision: 25124 | ||||
* | ramips: remove extern and __init from function prototypes | Gabor Juhos | 2011-01-26 | 7 | -31/+28 |
| | | | | SVN-Revision: 25123 | ||||
* | mac80211: add mising esac to mac80211.sh | Jo-Philipp Wich | 2011-01-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 25122 | ||||
* | ar71xx: add rtl8366s initvals for the DIR-825 board | Gabor Juhos | 2011-01-26 | 1 | -2/+8 |
| | | | | SVN-Revision: 25121 | ||||
* | generic: rtl8366s: allow initial register values to be passed via platform_data | Gabor Juhos | 2011-01-26 | 2 | -0/+18 |
| | | | | SVN-Revision: 25120 | ||||
* | ar71xx: create firmware image for the WNDR3700v2 board | Gabor Juhos | 2011-01-26 | 1 | -0/+2 |
| | | | | | | Patch-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 25119 | ||||
* | ar71xx: add support for the WNDR3700v2 board | Gabor Juhos | 2011-01-26 | 7 | -10/+158 |
| | | | | | | Based on a patch by Mark Mentovai <mark@moxienet.com> SVN-Revision: 25118 | ||||
* | package/base-files: add get_magic_long() to common upgrade script | Gabor Juhos | 2011-01-26 | 2 | -1/+5 |
| | | | | | | Patch-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 25117 | ||||
* | mac80211: rework recent mac80211.sh additions: - split antenna options into ↵ | Jo-Philipp Wich | 2011-01-26 | 1 | -7/+32 |
| | | | | | | rxantenna and txantenna to bring it in line with broadcom and madwifi - get rid of temporary variables - follow the documented config protocol for wep keys (option key # + option key# [s:]data) SVN-Revision: 25116 | ||||
* | ath9k: optimize memory allocations - improves performance and reduces ath9k ↵ | Felix Fietkau | 2011-01-26 | 1 | -0/+200 |
| | | | | | | RAM usage by 2 MB per device SVN-Revision: 25115 | ||||
* | Add kernel patch to expose omap3 die id via sysfs | Hamish Guthrie | 2011-01-26 | 1 | -0/+48 |
| | | | | SVN-Revision: 25112 | ||||
* | mac80211: Add new parameters to mac80211.sh | Felix Fietkau | 2011-01-26 | 1 | -1/+10 |
| | | | | | | | | | | | | Add new options 'bintval' (beacon interval), 'basicrates' (basic rates) and 'antenna' (antenna selection) for /etc/config/wireless to be used with mac80211 drivers. Enable WEP encryption for IBSS mode. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25111 | ||||
* | iw: Fix data types for iw survey channel time | Felix Fietkau | 2011-01-26 | 1 | -10/+10 |
| | | | | | | | | | The channel times are unsigned 64 bit values, so we shouldn't print them as signed values. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25110 | ||||
* | iw: Add signal average to station information | Felix Fietkau | 2011-01-26 | 1 | -0/+36 |
| | | | | | | Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25109 | ||||
* | iw: Add support to print station retry counters | Felix Fietkau | 2011-01-26 | 1 | -0/+35 |
| | | | | | | Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25108 | ||||
* | iw: Add ibss join parameter for beacon interval | Felix Fietkau | 2011-01-26 | 1 | -0/+57 |
| | | | | | | | | NL80211_ATTR_BEACON_INTERVAL already exists, we just have to use it. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25107 | ||||
* | iw: Add support for antenna configuration commands | Felix Fietkau | 2011-01-26 | 1 | -0/+82 |
| | | | | | | Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25106 | ||||
* | mac80211: Add mac address filter configuration for hostapd | Felix Fietkau | 2011-01-26 | 1 | -1/+22 |
| | | | | | | | | | Add support of mac address filter. Now 'macfilter' and 'maclist' options can be used with mac80211. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25105 | ||||
* | mac80211: Improve ath5k/ar71xx PCI bug WAR | Felix Fietkau | 2011-01-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | It has been confirmed by Atheros that this PCI bug affects the RX side only, so we can keep the 128B DMA size for TX. With this change we can double the thruput of ath5k from 15Mps to 30Mbps. We have been using this patch since more than 6 month in a production environment without problems and a significant performance improvement. It has also been said to fix HW encryption: http://www.mail-archive.com/ath5k-devel@lists.ath5k.org/msg04311.html Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25104 | ||||
* | x86/soekris: Add defconfig for soekris net4801 and net4826 | Felix Fietkau | 2011-01-26 | 4 | -0/+52 |
| | | | | | | | | | Add default config file for net4801 and 4826 and initial script to copy config file like it is done for other platforms. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25103 | ||||
* | x86/soekris: Add script to detect soekris model | Felix Fietkau | 2011-01-26 | 1 | -0/+19 |
| | | | | | | | | Add script to detect soekris board of net4801 and net4826. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25102 | ||||
* | libnl-tiny: Fix for c++ compatibility | Felix Fietkau | 2011-01-26 | 4 | -9/+9 |
| | | | | | | | | | | g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr" when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc) Also see https://dev.openwrt.org/ticket/7854 Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25101 | ||||
* | dnsmasq: Fix parameter 'limit' | Felix Fietkau | 2011-01-26 | 1 | -0/+1 |
| | | | | | | | | | | 'limit' is actually the number of IP addresses to serve. See the use of ipcalc.sh. For getting the expected number of IP addresses served, we have to decrement limit by one. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25100 | ||||
* | ath9k: fix tx queue debug counters | Felix Fietkau | 2011-01-26 | 1 | -0/+101 |
| | | | | SVN-Revision: 25099 | ||||
* | generic: remove en25pxx support patch, it is in mainline since 2.6.36 | Gabor Juhos | 2011-01-25 | 5 | -45/+6 |
| | | | | SVN-Revision: 25097 | ||||
* | drop 2.6.32 support (next target is 2.6.38) | Imre Kaloz | 2011-01-25 | 6 | -192/+0 |
| | | | | SVN-Revision: 25096 | ||||
* | kernel: when bridging, do not forward EAP frames to other ports, only ↵ | Felix Fietkau | 2011-01-25 | 7 | -0/+105 |
| | | | | | | deliver them locally fixes WPA authentication issues with multiples APs that are connected to each other via bridges SVN-Revision: 25095 | ||||
* | hostapd: update to 20110117 | Felix Fietkau | 2011-01-24 | 16 | -152/+222 |
| | | | | SVN-Revision: 25094 | ||||
* | mac80211: update to wireless-testing 2011-01-24 | Felix Fietkau | 2011-01-24 | 16 | -1567/+1328 |
| | | | | SVN-Revision: 25093 | ||||
* | add missing symbol for 2.6.38 | Imre Kaloz | 2011-01-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 25091 | ||||
* | upgrade to 2.6.37 | Imre Kaloz | 2011-01-24 | 3 | -6/+7 |
| | | | | SVN-Revision: 25090 | ||||
* | refresh patches | Imre Kaloz | 2011-01-24 | 2 | -3/+3 |
| | | | | SVN-Revision: 25089 | ||||
* | replace the mips_boot patch with one that makes BOOT_RAW selectable, and ↵ | Imre Kaloz | 2011-01-24 | 3 | -11/+40 |
| | | | | | | enable it in the generic config SVN-Revision: 25088 | ||||
* | this missing header patch is way too old for any sane software to depend on it | Imre Kaloz | 2011-01-24 | 1 | -9/+0 |
| | | | | SVN-Revision: 25087 | ||||
* | remove mips gcc4 inline patch - fixed upstream | Imre Kaloz | 2011-01-24 | 1 | -11/+0 |
| | | | | SVN-Revision: 25086 | ||||
* | platform specific patches don't belong here - take #2 | Imre Kaloz | 2011-01-24 | 40 | -1013/+0 |
| | | | | SVN-Revision: 25085 | ||||
* | platform specific patches don't belong here | Imre Kaloz | 2011-01-24 | 6 | -267/+0 |
| | | | | SVN-Revision: 25083 |