| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 25060
|
|
|
|
|
|
| |
behavior
SVN-Revision: 25058
|
|
|
|
| |
SVN-Revision: 25056
|
|
|
|
|
|
| |
is not going to be maintained anymore
SVN-Revision: 25055
|
|
|
|
| |
SVN-Revision: 25054
|
|
|
|
| |
SVN-Revision: 25053
|
|
|
|
| |
SVN-Revision: 25052
|
|
|
|
| |
SVN-Revision: 25051
|
|
|
|
|
|
| |
patch
SVN-Revision: 25048
|
|
|
|
| |
SVN-Revision: 25044
|
|
|
|
|
|
| |
Thanks to Andrey Zholos for this patch
SVN-Revision: 25040
|
|
|
|
|
|
| |
instead of just the authorized state
SVN-Revision: 25039
|
|
|
|
| |
SVN-Revision: 25038
|
|
|
|
|
|
|
|
| |
on iw and crda, since in both cases the module is useless without the userspace."
We do not make a kernel module depend on user-space utility.
SVN-Revision: 25035
|
|
|
|
|
|
| |
since in both cases the module is useless without the userspace.
SVN-Revision: 25034
|
|
|
|
| |
SVN-Revision: 25028
|
|
|
|
|
|
| |
ueagle and solos
SVN-Revision: 25027
|
|
|
|
| |
SVN-Revision: 25025
|
|
|
|
| |
SVN-Revision: 25014
|
|
|
|
| |
SVN-Revision: 25008
|
|
|
|
| |
SVN-Revision: 25007
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously hostapd created one control interface /var/run/hostapd-phyX
which only contained the first virtual bssid (for example wlan0). In
order to access the other virtual bssids with hostapd_cli add all
virtual bssids to /var/run/hostapd-phyX by specifying the ctrl_interface
parameter per bssid.
Previously the control interface looked like:
/var/run/hostapd-phyX/wlan0
Now, the control interface looks like this:
/var/run/hostapd-phyX/wlan0
/var/run/hostapd-phyX/wlan1
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24985
|
|
|
|
|
|
| |
libertas, rt2x00)
SVN-Revision: 24978
|
|
|
|
| |
SVN-Revision: 24976
|
|
|
|
| |
SVN-Revision: 24975
|
|
|
|
| |
SVN-Revision: 24966
|
|
|
|
|
|
| |
check by only running it when beacon transmission is blocked
SVN-Revision: 24954
|
|
|
|
|
|
| |
optional (#8272)
SVN-Revision: 24952
|
|
|
|
|
|
|
|
| |
general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target.
Thank you Philip Prindeville
SVN-Revision: 24951
|
|
|
|
| |
SVN-Revision: 24950
|
|
|
|
| |
SVN-Revision: 24949
|