Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhttpd: make it work without shadow password support | Jo-Philipp Wich | 2010-11-06 | 3 | -2/+18 |
| | | | | SVN-Revision: 23897 | ||||
* | ath9k: fix ath9k_hw_apply_gpio_override so that it's effective | Felix Fietkau | 2010-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | ath9k: fix enabling SWBA interrupts | Felix Fietkau | 2010-11-04 | 1 | -0/+20 |
| | | | | SVN-Revision: 23870 | ||||
* | ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces ↵ | Felix Fietkau | 2010-11-04 | 1 | -21/+41 |
| | | | | | | packet loss under load SVN-Revision: 23856 | ||||
* | * adds a rewrite of the tapi drivers + sip app. this is the result of lars' ↵ | John Crispin | 2010-11-03 | 79 | -0/+8271 |
| | | | | | | gsoc 2010 project, Thanks ! SVN-Revision: 23840 | ||||
* | * remove broken flag from dsl-control app | John Crispin | 2010-11-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 23838 | ||||
* | * make dsl driver work with new kernel | John Crispin | 2010-11-03 | 9 | -819/+44 |
| | | | | SVN-Revision: 23837 | ||||
* | package/madwifi: fix r23829 commit | Alexandros C. Couloumbis | 2010-11-03 | 1 | -0/+0 |
| | | | | SVN-Revision: 23830 | ||||
* | package/madwifi: Use sema_init() instead of init_MUTEX() (based on: ↵ | Alexandros C. Couloumbis | 2010-11-03 | 1 | -0/+9 |
| | | | | | | http://madwifi-project.org/changeset/4118) SVN-Revision: 23829 | ||||
* | ath9k: fix cycle counter tracking | Felix Fietkau | 2010-11-03 | 1 | -0/+33 |
| | | | | SVN-Revision: 23824 | ||||
* | ath9k: fix queue pending frame counter tracking by cleaning up tx queue ↵ | Felix Fietkau | 2010-11-03 | 1 | -0/+686 |
| | | | | | | selection SVN-Revision: 23823 | ||||
* | ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and ↵ | Felix Fietkau | 2010-11-03 | 9 | -110/+138 |
| | | | | | | instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues SVN-Revision: 23822 | ||||
* | hostapd: Add 'identity' config option when eap_type is 'tls' on ↵ | Vasilis Tsiligiannis | 2010-11-03 | 2 | -1/+3 |
| | | | | | | wpa_supplicant (#8164) SVN-Revision: 23817 | ||||
* | make IGNORE_ERRORS apply to deselected packages as well (typically triggered ↵ | Felix Fietkau | 2010-11-02 | 1 | -1/+1 |
| | | | | | | through dependencies) SVN-Revision: 23796 | ||||
* | package/apex: fix a compile issue | Alexandros C. Couloumbis | 2010-11-02 | 1 | -0/+20 |
| | | | | SVN-Revision: 23768 | ||||
* | uci: use a delete-safe iterator in the Lua :foreach() function The following ↵ | Jo-Philipp Wich | 2010-11-01 | 2 | -1/+21 |
| | | | | | | 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 | ||||
* | nl80211: fix a station dump crash triggered by sending an invalid ifindex | Felix Fietkau | 2010-10-31 | 1 | -0/+13 |
| | | | | SVN-Revision: 23741 | ||||
* | add missing SH_FUNC for remaining md5s calls (#7888) | Felix Fietkau | 2010-10-31 | 2 | -2/+2 |
| | | | | SVN-Revision: 23739 | ||||
* | hostapd: move the madwifi segfault fix to the right place | Felix Fietkau | 2010-10-31 | 2 | -32/+12 |
| | | | | SVN-Revision: 23738 | ||||
* | madwifi: remove device ids for AR5416 | Felix Fietkau | 2010-10-31 | 1 | -0/+20 |
| | | | | SVN-Revision: 23730 | ||||
* | add kmod-leds-net5501 | Florian Fainelli | 2010-10-30 | 1 | -0/+15 |
| | | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23729 | ||||
* | prefer the cs5535 gpiolib driver after 2.6.32 | Florian Fainelli | 2010-10-30 | 1 | -1/+7 |
| | | | | SVN-Revision: 23728 | ||||
* | ep80579 depend on their corresponding subtarget | Florian Fainelli | 2010-10-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 23726 | ||||
* | package/hostapd: fix crash in atheros driver (#8143) ↵ | Jo-Philipp Wich | 2010-10-29 | 1 | -0/+22 |
| | | | | | | 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 | ||||
* | kernel: Add kernel module for OMAP WDT | Hamish Guthrie | 2010-10-28 | 1 | -0/+16 |
| | | | | SVN-Revision: 23689 | ||||
* | Fixed support for Iomega | Lars-Peter Clausen | 2010-10-27 | 3 | -10/+443 |
| | | | | | | | | | | * Added configuration file. * Set blue power led during bootup * enabled pci express Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23683 | ||||
* | libtool: Force nonparallel build. | Michael Büsch | 2010-10-27 | 1 | -0/+3 |
| | | | | SVN-Revision: 23681 | ||||
* | madwifi: fix syntax error introduced by r23660 | Jo-Philipp Wich | 2010-10-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 23679 | ||||
* | iptables: Fix call to md5s | Michael Büsch | 2010-10-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 23675 | ||||
* | hostapd: do not restrict ht capabilities for ap+sta | Felix Fietkau | 2010-10-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 23674 | ||||
* | mac80211: set GF flag in hostapd config if supported | Felix Fietkau | 2010-10-27 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 23673 | ||||
* | madwifi: make wep-open the default | Jo-Philipp Wich | 2010-10-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 23660 | ||||
* | madwifi: add wep+open, wep+shared format support to madwifi as well | Jo-Philipp Wich | 2010-10-27 | 1 | -1/+5 |
| | | | | SVN-Revision: 23657 | ||||
* | Set auth_algs in hostapd.conf, make it configurable for WEP Always set ↵ | Jo-Philipp Wich | 2010-10-27 | 1 | -1/+9 |
| | | | | | | | | | | 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 | ||||
* | ath9k: fix aggregation flush on ar9003 | Felix Fietkau | 2010-10-27 | 1 | -0/+34 |
| | | | | SVN-Revision: 23650 | ||||
* | ath9k: add more pending locking fixes - fixes tx dma hang issues on reset | Felix Fietkau | 2010-10-27 | 2 | -74/+200 |
| | | | | SVN-Revision: 23649 | ||||
* | gdb: There are dep issues with cconfig.h. Disable parallel build for now. | Michael Büsch | 2010-10-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 23647 | ||||
* | hotplug2 depends on udevtrigger | Florian Fainelli | 2010-10-26 | 1 | -1/+2 |
| | | | | SVN-Revision: 23646 | ||||
* | hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces | Felix Fietkau | 2010-10-26 | 1 | -0/+25 |
| | | | | SVN-Revision: 23641 | ||||
* | mac80211: add uci support for the ad-hoc multicast rate setting | Felix Fietkau | 2010-10-25 | 1 | -1/+8 |
| | | | | SVN-Revision: 23637 | ||||
* | iw: add support for setting the multicast rate for ibss | Felix Fietkau | 2010-10-25 | 2 | -11/+47 |
| | | | | SVN-Revision: 23636 | ||||
* | mac80211: add support for setting the multicast rate for ibss | Felix Fietkau | 2010-10-25 | 2 | -0/+164 |
| | | | | SVN-Revision: 23635 | ||||
* | package/busybox: include an upstream patch | Alexandros C. Couloumbis | 2010-10-25 | 1 | -0/+12 |
| | | | | SVN-Revision: 23630 | ||||
* | package/madwifi: fix mtu setting. (closes #7858) | Alexandros C. Couloumbis | 2010-10-25 | 1 | -2/+12 |
| | | | | SVN-Revision: 23628 | ||||
* | hostapd: fix wpa_supplicant standalone compile | Felix Fietkau | 2010-10-24 | 1 | -2/+4 |
| | | | | SVN-Revision: 23625 | ||||
* | soloscli utility for Solos ADSL2+ modems | Florian Fainelli | 2010-10-24 | 3 | -0/+74 |
| | | | | | | | | Utility for interrogating Traverse Technologies' Solos ADSL2+ modems Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 23619 | ||||
* | hostapd: fix AP+STA reconnects | Felix Fietkau | 2010-10-24 | 1 | -2/+6 |
| | | | | SVN-Revision: 23604 | ||||
* | hostapd: remove some unnecessary debugging code from the last commit | Felix Fietkau | 2010-10-23 | 1 | -6/+3 |
| | | | | SVN-Revision: 23603 | ||||
* | hostapd/mac80211: implement support for AP+STA | Felix Fietkau | 2010-10-23 | 7 | -3/+386 |
| | | | | SVN-Revision: 23602 | ||||
* | hostapd: fix SIGHUP for multi-bss | Felix Fietkau | 2010-10-23 | 1 | -0/+89 |
| | | | | SVN-Revision: 23601 |