Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ath9k: reduce allocation size, common->cachelz is already added to the ↵ | Felix Fietkau | 2011-01-28 | 1 | -1/+1 |
| | | | | | | buffer size elsewhere SVN-Revision: 25205 | ||||
* | ath9k: fix a compile error in the debug stubs (fixes #8737, #8745) | Felix Fietkau | 2011-01-28 | 1 | -0/+10 |
| | | | | SVN-Revision: 25204 | ||||
* | cron: Add path | Felix Fietkau | 2011-01-28 | 1 | -0/+2 |
| | | | | | | | | | | Override PATH for /etc/init.d/cron. This is necessary to ensure all programs can be found when executing the script from remote by using ssh. (e.g. ssh IP /etc/init.d/cron restart) Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25196 | ||||
* | mac80211: ignore errors in the command to set the rx/tx antenna - many ↵ | Felix Fietkau | 2011-01-28 | 1 | -1/+1 |
| | | | | | | drivers do not support this yet SVN-Revision: 25192 | ||||
* | firewall: fix wrong rule order if multiple protocols are used | Jo-Philipp Wich | 2011-01-27 | 2 | -4/+4 |
| | | | | SVN-Revision: 25179 | ||||
* | enable MOS7720 usb-serial devices | Florian Fainelli | 2011-01-27 | 1 | -0/+15 |
| | | | | | | | | | Enable build of kernel module for MOS7720 usb-serial devices. Tested on WGT634U and WL500g running trunk @r24238. Signed-off-by: Marc Zyngier <maz@misterjones.org> SVN-Revision: 25174 | ||||
* | admswconfig: reset interface after applying config | Florian Fainelli | 2011-01-27 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25173 | ||||
* | base-files: support port_state in led config (#6763) | Florian Fainelli | 2011-01-27 | 1 | -0/+4 |
| | | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25172 | ||||
* | acx: don't fail if 'wifi' led is missing | Florian Fainelli | 2011-01-27 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25168 | ||||
* | acx-mac80211: support loading different firmwares | Florian Fainelli | 2011-01-27 | 1 | -13/+60 |
| | | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25167 | ||||
* | mac80211: fix order of iw parameters, fix broken antenna config call | Jo-Philipp Wich | 2011-01-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 25152 | ||||
* | we don't support gcc 4.5.0 | Imre Kaloz | 2011-01-27 | 1 | -4/+0 |
| | | | | SVN-Revision: 25146 | ||||
* | get rid of gcc 4.1.2 and 4.2.4 support | Imre Kaloz | 2011-01-27 | 1 | -5/+0 |
| | | | | SVN-Revision: 25144 | ||||
* | 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 | ||||
* | mac80211: add missing done to mac80211.sh (#8735) | Jo-Philipp Wich | 2011-01-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 25131 | ||||
* | mac80211: add mising esac to mac80211.sh | Jo-Philipp Wich | 2011-01-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 25122 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | allow files/ to overwrite existing symlinks (fixes #3508) | Felix Fietkau | 2011-01-23 | 1 | -0/+8 |
| | | | | SVN-Revision: 25078 | ||||
* | add support for arv4518 and arv752DWP22 boards | John Crispin | 2011-01-23 | 23 | -8/+4001 |
| | | | | SVN-Revision: 25071 | ||||
* | * bump to 2.5.2 | John Crispin | 2011-01-22 | 2 | -23/+14 |
| | | | | SVN-Revision: 25067 | ||||
* | ath9k: kmod-ath9k has no extra menuconfig options, remove MENU:=1 (#8695) | Felix Fietkau | 2011-01-21 | 1 | -1/+0 |
| | | | | SVN-Revision: 25060 | ||||
* | ath9k: fix some ps wakeup/restore issues that led to crashes and other weird ↵ | Felix Fietkau | 2011-01-21 | 1 | -0/+61 |
| | | | | | | behavior SVN-Revision: 25058 | ||||
* | ath9k: disable PA predistortion on AR93xx for now until it is properly fixed | Felix Fietkau | 2011-01-21 | 4 | -3/+35 |
| | | | | SVN-Revision: 25056 | ||||
* | ath9k: remove virtual wiphy support - it was only experimental anyway and it ↵ | Felix Fietkau | 2011-01-20 | 4 | -0/+2230 |
| | | | | | | is not going to be maintained anymore SVN-Revision: 25055 | ||||
* | mac80211: add a few tx related fixes | Felix Fietkau | 2011-01-20 | 3 | -0/+222 |
| | | | | SVN-Revision: 25054 | ||||
* | mac80211: update to wireless-testing 2010-01-19 | Felix Fietkau | 2011-01-20 | 16 | -247/+16 |
| | | | | SVN-Revision: 25053 | ||||
* | qos-scripts: Rework qos-stat script | Vasilis Tsiligiannis | 2011-01-20 | 2 | -17/+60 |
| | | | | SVN-Revision: 25052 | ||||
* | mac80211: fix the br_port_exists compatibility macro for 2.6.38 | Felix Fietkau | 2011-01-20 | 1 | -0/+50 |
| | | | | SVN-Revision: 25051 | ||||
* | uci: use latest git, fixes reorder operation and incorperates nested delete ↵ | Jo-Philipp Wich | 2011-01-19 | 2 | -24/+4 |
| | | | | | | patch SVN-Revision: 25048 | ||||
* | ppp: don't die on malformed PADS frames that might appear on instable DSL lines | Jo-Philipp Wich | 2011-01-19 | 2 | -1/+110 |
| | | | | SVN-Revision: 25044 | ||||
* | base-files: Fix typo in option name for disabling failsafe announcment ↵ | Daniel Dickinson | 2011-01-18 | 1 | -1/+1 |
| | | | | | | Thanks to Andrey Zholos for this patch SVN-Revision: 25040 | ||||
* | mac80211: rework wds sta fix - check for the protocol of the incoming frame ↵ | Felix Fietkau | 2011-01-18 | 1 | -6/+30 |
| | | | | | | instead of just the authorized state SVN-Revision: 25039 |