Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move a few unmaintained packages from trunk to /packages | Felix Fietkau | 2012-10-07 | 162 | -25124/+0 |
| | | | | SVN-Revision: 33634 | ||||
* | madwifi: add mirror md5sum to fix issue with the disappeared svn repo (#12084) | Felix Fietkau | 2012-08-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 33276 | ||||
* | madwifi: fix compile issues with linux 3.1/3.2 | Felix Fietkau | 2012-03-29 | 3 | -1/+67 |
| | | | | SVN-Revision: 31138 | ||||
* | madwifi: modify madwifi.sh to support IBSS WPA-NONE | Felix Fietkau | 2012-03-27 | 1 | -0/+9 |
| | | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 31082 | ||||
* | wpa_supplicant: use wext driver for hostap and madwifi | Felix Fietkau | 2012-03-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31081 | ||||
* | madwifi: remove my maintainer line from the package | Felix Fietkau | 2012-03-19 | 1 | -1/+0 |
| | | | | SVN-Revision: 31021 | ||||
* | package/madwifi: apply AR71XX PCI workaround on ATH79 as well | Gabor Juhos | 2012-02-10 | 3 | -3/+3 |
| | | | | SVN-Revision: 30414 | ||||
* | madwifi: rename patch from ifxmips -> lantiq | John Crispin | 2011-11-13 | 1 | -0/+0 |
| | | | | SVN-Revision: 29020 | ||||
* | package: madwifi: mark as broken for 3.2 | Jonas Gorski | 2011-11-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 28894 | ||||
* | madwifi: change wireless ifname numbering schema Instead of simply counting ↵ | Jo-Philipp Wich | 2011-11-06 | 1 | -2/+9 |
| | | | | | | up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. ath0 for network 1 on phy 1 and ath0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335. SVN-Revision: 28785 | ||||
* | madwifi: introduce "disabled" option for wifi-iface section to shutdown ↵ | Jo-Philipp Wich | 2011-09-08 | 1 | -2/+4 |
| | | | | | | single networks on a radio SVN-Revision: 28199 | ||||
* | package/madwifi: mark as broken for linux 3.1 | Jonas Gorski | 2011-08-09 | 1 | -1/+1 |
| | | | | | | Madwifi does not compile because of VLAN API changes. SVN-Revision: 27937 | ||||
* | better lantiq support in madwifi | John Crispin | 2011-07-17 | 2 | -5/+8 |
| | | | | | | | | | | Allow for each lantiq target (without wifi eeprom) to define where wireless configuration data is on flash. Patch also adds support for sx763 lantiq target. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 27662 | ||||
* | madwifi: Fix linux 3.0 detection | Hauke Mehrtens | 2011-06-15 | 1 | -0/+25 |
| | | | | | | | | Allows madwifi to be built against linux 3.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27188 | ||||
* | madwifi: Fix compilation for 2.6.39 | Felix Fietkau | 2011-04-26 | 1 | -0/+11 |
| | | | | | | | | | Fix compilation for 2.6.39 by replacing SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK(). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26771 | ||||
* | madwifi: typo(s) in /lib/wifi/madwifi.sh | Vasilis Tsiligiannis | 2011-04-06 | 1 | -2/+2 |
| | | | | | | | | | | Hi minrate and maxrate are acually not boolean, so, for example "config minrate 11000" in /etc/config/wireless has no effect. Signed-off by: Jan Hetges <tran@ms20.net> SVN-Revision: 26504 | ||||
* | madwifi: Always escape SSID parameter | Vasilis Tsiligiannis | 2011-04-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 26484 | ||||
* | madwifi: add support for translating country codes into internal country ↵ | Felix Fietkau | 2011-03-26 | 2 | -6/+249 |
| | | | | | | code numbers (based on a patch by Manuel Munz) SVN-Revision: 26306 | ||||
* | madwifi: Add newline at end of autodetected wireless config (cosmetic) | Vasilis Tsiligiannis | 2011-03-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 26197 | ||||
* | madwifi: Fix unique device autodetection | Vasilis Tsiligiannis | 2011-03-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 26164 | ||||
* | madwifi: Add support for multiple interfaces | Vasilis Tsiligiannis | 2011-03-08 | 1 | -15/+69 |
| | | | | SVN-Revision: 25951 | ||||
* | madwifi: fix logic error in r25929 | Felix Fietkau | 2011-03-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 25942 | ||||
* | use the xscale hal by default for arm, override it where needed | Imre Kaloz | 2011-03-07 | 1 | -14/+11 |
| | | | | SVN-Revision: 25929 | ||||
* | only support EABI on ARM targets | Imre Kaloz | 2011-03-07 | 1 | -6/+6 |
| | | | | SVN-Revision: 25928 | ||||
* | package/madwifi: fix for kernels >= 2.6.38 | Alexandros C. Couloumbis | 2011-02-24 | 1 | -0/+14 |
| | | | | SVN-Revision: 25702 | ||||
* | package/madwifi: extend wlanconfig scan ssid field from 14 to 30 characters | Alexandros C. Couloumbis | 2011-02-21 | 1 | -0/+29 |
| | | | | SVN-Revision: 25649 | ||||
* | make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that ↵ | Felix Fietkau | 2011-02-13 | 1 | -1/+1 |
| | | | | | | hostapd/wpa_supplicant can make it optional SVN-Revision: 25518 | ||||
* | * fixe up ifxmips patch for eeprom emulation to work with lantiq target | John Crispin | 2011-02-05 | 1 | -11/+7 |
| | | | | SVN-Revision: 25369 | ||||
* | package/madwifi: refresh madwifi patches | Alexandros C. Couloumbis | 2010-11-12 | 63 | -177/+179 |
| | | | | SVN-Revision: 23971 | ||||
* | 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 | ||||
* | madwifi: remove device ids for AR5416 | Felix Fietkau | 2010-10-31 | 1 | -0/+20 |
| | | | | SVN-Revision: 23730 | ||||
* | madwifi: fix syntax error introduced by r23660 | Jo-Philipp Wich | 2010-10-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 23679 | ||||
* | 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 | ||||
* | package/madwifi: fix mtu setting. (closes #7858) | Alexandros C. Couloumbis | 2010-10-25 | 1 | -2/+12 |
| | | | | SVN-Revision: 23628 | ||||
* | package/madwifi: enable mtu & mac config options for > 2.6.29 kernels | Alexandros C. Couloumbis | 2010-08-29 | 1 | -0/+20 |
| | | | | SVN-Revision: 22835 | ||||
* | add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx) | Imre Kaloz | 2010-07-21 | 1 | -0/+3 |
| | | | | SVN-Revision: 22323 | ||||
* | madwifi: in-flash macs for mach-eap7660d | Gabor Juhos | 2010-07-15 | 2 | -1/+37 |
| | | | | | | | | | This patch makes madwifi respect (at least) the platform_data supplied MAC address. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22190 | ||||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 1 | -13/+13 |
| | | | | SVN-Revision: 22145 | ||||
* | remove obsolete kernel dependencies and version checks | Felix Fietkau | 2010-06-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 21956 | ||||
* | madwifi: rename incorrectly named patch file (#7459) | Jo-Philipp Wich | 2010-06-13 | 1 | -0/+0 |
| | | | | SVN-Revision: 21788 | ||||
* | add 2.6.35 support | Alexandros C. Couloumbis | 2010-06-06 | 1 | -0/+40 |
| | | | | SVN-Revision: 21693 | ||||
* | madwifi: Fix 0dBm txpower setting display | Vasilis Tsiligiannis | 2010-05-27 | 1 | -0/+30 |
| | | | | SVN-Revision: 21584 | ||||
* | package/madwifi: move configuration in submenu | Nicolas Thill | 2010-04-16 | 2 | -5/+6 |
| | | | | SVN-Revision: 20911 | ||||
* | madwifi: fix the tx rate display in iwconfig (#6925) | Felix Fietkau | 2010-03-28 | 1 | -0/+10 |
| | | | | SVN-Revision: 20550 | ||||
* | madwifi: return to the bss channel after an issued ap mode scan has been ↵ | Felix Fietkau | 2010-03-28 | 1 | -0/+26 |
| | | | | | | completed (fixes #6599) SVN-Revision: 20549 | ||||
* | madwifi: Fix RX packet and byte count, refresh patches (#6404) | Vasilis Tsiligiannis | 2010-03-25 | 2 | -36/+47 |
| | | | | SVN-Revision: 20434 | ||||
* | madwifi: remove redundant conditional dep, atheros has PCI support | Nicolas Thill | 2010-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 20263 | ||||
* | madwifi: disable softled by default on pci devices (fixes #4484) | Felix Fietkau | 2010-03-14 | 2 | -1/+19 |
| | | | | SVN-Revision: 20195 |