| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
| |
patches from compat-wireless
SVN-Revision: 23954
|
|
|
|
|
|
| |
directories are requested
SVN-Revision: 23952
|
|
|
|
| |
SVN-Revision: 23948
|
|
|
|
|
|
| |
This was only compile tested.
SVN-Revision: 23947
|
|
|
|
|
|
| |
hermes now depends on cfg80211 and that is provided by compat-wireless, so the hermes driver should also be taken from that source.
SVN-Revision: 23946
|
|
|
|
| |
SVN-Revision: 23933
|
|
|
|
| |
SVN-Revision: 23932
|
|
|
|
| |
SVN-Revision: 23912
|
|
|
|
| |
SVN-Revision: 23908
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During the first OpenWrt boot after a clean flash (when the jffs2
partition is not yet initialized) tmpfs is used instead of the usual
jffs2 overlay filesystem. If this tmpfs is mounted with default
options, all directories created there (/etc, /etc/config, other
subdirectories in /etc) get permissions 1777 by default, and these
permissions then persist in the created jffs2 at least until
subsequent sysupgrade. Mounting tmpfs with mode=0755 fixes the
permission problem.
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
SVN-Revision: 23906
|
|
|
|
| |
SVN-Revision: 23902
|
|
|
|
| |
SVN-Revision: 23901
|
|
|
|
|
|
|
| |
For kernel 2.6.36 some additional pcmcia backpots would be needed, but
this should not depend on pcmcia.
SVN-Revision: 23899
|
|
|
|
| |
SVN-Revision: 23897
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I discovered another bug in the ath9k WNDR3700 quirk fix from r23822.
ath9k_hw_apply_gpio_override was testing the original value of gpio_mask
to determine which bits were appropriate, instead of testing the shifted
value. Because bit 0 is always clear in the original value, this
resulted in no calls to set the GPIOs, an improperly-configured radio,
and reduced RSSI on other systems listening to the radio.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 23890
|
|
|
|
| |
SVN-Revision: 23870
|
|
|
|
|
|
| |
packet loss under load
SVN-Revision: 23856
|
|
|
|
|
|
| |
gsoc 2010 project, Thanks !
SVN-Revision: 23840
|
|
|
|
| |
SVN-Revision: 23838
|
|
|
|
| |
SVN-Revision: 23837
|
|
|
|
| |
SVN-Revision: 23830
|
|
|
|
|
|
| |
http://madwifi-project.org/changeset/4118)
SVN-Revision: 23829
|
|
|
|
| |
SVN-Revision: 23824
|
|
|
|
|
|
| |
selection
SVN-Revision: 23823
|
|
|
|
|
|
| |
instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
SVN-Revision: 23822
|
|
|
|
|
|
| |
wpa_supplicant (#8164)
SVN-Revision: 23817
|
|
|
|
|
|
| |
through dependencies)
SVN-Revision: 23796
|
|
|
|
| |
SVN-Revision: 23768
|
|
|
|
|
|
| |
test case exposed a NULL pointer dereference in uci_lua_foreach(): lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)'
SVN-Revision: 23757
|
|
|
|
| |
SVN-Revision: 23741
|
|
|
|
| |
SVN-Revision: 23739
|
|
|
|
| |
SVN-Revision: 23738
|
|
|
|
| |
SVN-Revision: 23730
|
|
|
|
|
|
| |
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 23729
|
|
|
|
| |
SVN-Revision: 23728
|
|
|
|
| |
SVN-Revision: 23726
|
|
|
|
|
|
| |
hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet, this leads to a null pointer deref in the atheros driver. Protect the operstate call with a check for hapd->drv_priv.
SVN-Revision: 23715
|
|
|
|
| |
SVN-Revision: 23689
|
|
|
|
|
|
|
|
|
|
| |
* Added configuration file.
* Set blue power led during bootup
* enabled pci express
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 23683
|
|
|
|
| |
SVN-Revision: 23681
|
|
|
|
| |
SVN-Revision: 23679
|
|
|
|
| |
SVN-Revision: 23675
|
|
|
|
| |
SVN-Revision: 23674
|
|
|
|
|
|
| |
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 23673
|
|
|
|
| |
SVN-Revision: 23660
|
|
|
|
| |
SVN-Revision: 23657
|
|
|
|
|
|
|
|
|
|
| |
auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used.
https://dev.openwrt.org/ticket/8120
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 23655
|
|
|
|
| |
SVN-Revision: 23650
|
|
|
|
| |
SVN-Revision: 23649
|
|
|
|
| |
SVN-Revision: 23647
|