Commit Graph

4724 Commits (f950840ec9336184e78d331ff54508ffadd58429)

Author SHA1 Message Date
Felix Fietkau c7b77f16c7 hostapd: add some wpa related madwifi fixes
SVN-Revision: 23933
14 years ago
Felix Fietkau 327d4d9f67 hostapd: update to 20101109, reorganize patches
SVN-Revision: 23932
14 years ago
Felix Fietkau 1e671ef49c ath9k: fix a compile error with debugging disabled (#8189)
SVN-Revision: 23912
14 years ago
Jo-Philipp Wich c5711cadd3 base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)
SVN-Revision: 23908
14 years ago
Jo-Philipp Wich a8efa34da3 Fix permissions for /etc and other dirs after clean flash (#6039)
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
14 years ago
Claudio Mignanti 3dd6093d26 Add package for ledtrigger netfilter
SVN-Revision: 23902
14 years ago
Claudio Mignanti 442a8fc323 Add package for ledtrigger gpio
SVN-Revision: 23901
14 years ago
Hauke Mehrtens 1f8f2aaa37 broadcom-wl: remove pcmcia support
For kernel 2.6.36 some additional pcmcia backpots would be needed, but
this should not depend on pcmcia.

SVN-Revision: 23899
14 years ago
Jo-Philipp Wich fa644368ed uhttpd: make it work without shadow password support
SVN-Revision: 23897
14 years ago
Felix Fietkau 3b3bf4d24a ath9k: fix ath9k_hw_apply_gpio_override so that it's effective
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
14 years ago
Felix Fietkau 8886f1bb8a ath9k: fix enabling SWBA interrupts
SVN-Revision: 23870
14 years ago
Felix Fietkau 635ec6e7d9 ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces packet loss under load
SVN-Revision: 23856
14 years ago
John Crispin a8b2a07f37 * adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc 2010 project, Thanks !
SVN-Revision: 23840
14 years ago
John Crispin c04eb11bff * remove broken flag from dsl-control app
SVN-Revision: 23838
14 years ago
John Crispin 109ef6e686 * make dsl driver work with new kernel
SVN-Revision: 23837
14 years ago
Alexandros C. Couloumbis 42eee22a9b package/madwifi: fix r23829 commit
SVN-Revision: 23830
14 years ago
Alexandros C. Couloumbis 20bf929ad8 package/madwifi: Use sema_init() instead of init_MUTEX() (based on: http://madwifi-project.org/changeset/4118)
SVN-Revision: 23829
14 years ago
Felix Fietkau f75ac90b69 ath9k: fix cycle counter tracking
SVN-Revision: 23824
14 years ago
Felix Fietkau 8bab3639b3 ath9k: fix queue pending frame counter tracking by cleaning up tx queue selection
SVN-Revision: 23823
14 years ago
Felix Fietkau b4e2c09b46 ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
SVN-Revision: 23822
14 years ago
Vasilis Tsiligiannis 87cba7eb46 hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant (#8164)
SVN-Revision: 23817
14 years ago
Felix Fietkau dd7c8797ec make IGNORE_ERRORS apply to deselected packages as well (typically triggered through dependencies)
SVN-Revision: 23796
14 years ago
Alexandros C. Couloumbis 199cd21c06 package/apex: fix a compile issue
SVN-Revision: 23768
14 years ago
Jo-Philipp Wich f52274bf2f uci: use a delete-safe iterator in the Lua :foreach() function The following 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
14 years ago
Felix Fietkau f742f85c2e nl80211: fix a station dump crash triggered by sending an invalid ifindex
SVN-Revision: 23741
14 years ago
Felix Fietkau d9f29a16a0 add missing SH_FUNC for remaining md5s calls (#7888)
SVN-Revision: 23739
14 years ago
Felix Fietkau e0194cb763 hostapd: move the madwifi segfault fix to the right place
SVN-Revision: 23738
14 years ago
Felix Fietkau 5aaa91d3ca madwifi: remove device ids for AR5416
SVN-Revision: 23730
14 years ago
Florian Fainelli b013e4eec4 add kmod-leds-net5501
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>

SVN-Revision: 23729
14 years ago
Florian Fainelli 3403d66f43 prefer the cs5535 gpiolib driver after 2.6.32
SVN-Revision: 23728
14 years ago
Florian Fainelli 7de24e0181 ep80579 depend on their corresponding subtarget
SVN-Revision: 23726
14 years ago
Jo-Philipp Wich 434c8dbf33 package/hostapd: fix crash in atheros driver (#8143) 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
14 years ago
Hamish Guthrie 7fd7db8981 kernel: Add kernel module for OMAP WDT
SVN-Revision: 23689
14 years ago
Lars-Peter Clausen 5f9f23534b Fixed support for Iomega
* Added configuration file.
* Set blue power led during bootup
* enabled pci express

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

SVN-Revision: 23683
14 years ago
Michael Büsch 98bbc04fca libtool: Force nonparallel build.
SVN-Revision: 23681
14 years ago
Jo-Philipp Wich 87d81bc050 madwifi: fix syntax error introduced by r23660
SVN-Revision: 23679
14 years ago
Michael Büsch a932a9beca iptables: Fix call to md5s
SVN-Revision: 23675
14 years ago
Felix Fietkau c1d125fb33 hostapd: do not restrict ht capabilities for ap+sta
SVN-Revision: 23674
14 years ago
Felix Fietkau 3e7589ce1a mac80211: set GF flag in hostapd config if supported
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 23673
14 years ago
Jo-Philipp Wich c0bda9a6a9 madwifi: make wep-open the default
SVN-Revision: 23660
14 years ago
Jo-Philipp Wich 1b495361a0 madwifi: add wep+open, wep+shared format support to madwifi as well
SVN-Revision: 23657
14 years ago
Jo-Philipp Wich 0280ac8c92 Set auth_algs in hostapd.conf, make it configurable for WEP Always set 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
14 years ago
Felix Fietkau a82ff63978 ath9k: fix aggregation flush on ar9003
SVN-Revision: 23650
14 years ago
Felix Fietkau f3fb5d55a5 ath9k: add more pending locking fixes - fixes tx dma hang issues on reset
SVN-Revision: 23649
14 years ago
Michael Büsch 1f948866b8 gdb: There are dep issues with cconfig.h. Disable parallel build for now.
SVN-Revision: 23647
14 years ago
Florian Fainelli 5dba516032 hotplug2 depends on udevtrigger
SVN-Revision: 23646
14 years ago
Felix Fietkau e9378aa3cd hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces
SVN-Revision: 23641
14 years ago
Felix Fietkau c173d41012 mac80211: add uci support for the ad-hoc multicast rate setting
SVN-Revision: 23637
14 years ago
Felix Fietkau f65c625fda iw: add support for setting the multicast rate for ibss
SVN-Revision: 23636
14 years ago
Felix Fietkau 6934f55f3a mac80211: add support for setting the multicast rate for ibss
SVN-Revision: 23635
14 years ago