| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
firmware upgrade (which is necessary because of possible kernel version or uClibc version conflicts). It was implented but actually failed to disable extroot when it should have. This commit fixes that.
SVN-Revision: 25269
|
|
|
|
| |
SVN-Revision: 25268
|
|
|
|
| |
SVN-Revision: 25263
|
|
|
|
|
|
| |
suppressed extraneous not found error message when no modules on jffs2.
SVN-Revision: 25259
|
|
|
|
|
|
| |
much on some devices
SVN-Revision: 25258
|
|
|
|
| |
SVN-Revision: 25245
|
|
|
|
| |
SVN-Revision: 25244
|
|
|
|
| |
SVN-Revision: 25239
|
|
|
|
|
|
| |
code, fixes reported tx power values
SVN-Revision: 25238
|
|
|
|
| |
SVN-Revision: 25237
|
|
|
|
|
|
| |
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 25225
|
|
|
|
| |
SVN-Revision: 25220
|
|
|
|
|
|
| |
buffer size elsewhere
SVN-Revision: 25205
|
|
|
|
| |
SVN-Revision: 25204
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
drivers do not support this yet
SVN-Revision: 25192
|
|
|
|
| |
SVN-Revision: 25179
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
SVN-Revision: 25173
|
|
|
|
|
|
| |
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
SVN-Revision: 25172
|
|
|
|
|
|
| |
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
SVN-Revision: 25168
|
|
|
|
|
|
| |
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
SVN-Revision: 25167
|
|
|
|
| |
SVN-Revision: 25152
|
|
|
|
| |
SVN-Revision: 25146
|
|
|
|
| |
SVN-Revision: 25144
|
|
|
|
| |
SVN-Revision: 25137
|
|
|
|
|
|
| |
specified
SVN-Revision: 25136
|
|
|
|
| |
SVN-Revision: 25135
|
|
|
|
| |
SVN-Revision: 25134
|
|
|
|
| |
SVN-Revision: 25131
|
|
|
|
| |
SVN-Revision: 25122
|
|
|
|
|
|
| |
Patch-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25117
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
RAM usage by 2 MB per device
SVN-Revision: 25115
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25109
|
|
|
|
|
|
| |
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25108
|
|
|
|
|
|
|
|
| |
NL80211_ATTR_BEACON_INTERVAL already exists, we just have to use it.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25107
|
|
|
|
|
|
| |
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25106
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
'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
|
|
|
|
| |
SVN-Revision: 25099
|
|
|
|
| |
SVN-Revision: 25094
|
|
|
|
| |
SVN-Revision: 25093
|
|
|
|
| |
SVN-Revision: 25078
|
|
|
|
| |
SVN-Revision: 25071
|
|
|
|
| |
SVN-Revision: 25067
|