aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
* madwifi: add mirror md5sum to fix issue with the disappeared svn repo (#12084)Felix Fietkau2012-08-261-0/+1
| | | | SVN-Revision: 33276
* madwifi: fix compile issues with linux 3.1/3.2Felix Fietkau2012-03-293-1/+67
| | | | SVN-Revision: 31138
* madwifi: modify madwifi.sh to support IBSS WPA-NONEFelix Fietkau2012-03-271-0/+9
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 31082
* wpa_supplicant: use wext driver for hostap and madwifiFelix Fietkau2012-03-271-1/+1
| | | | SVN-Revision: 31081
* madwifi: remove my maintainer line from the packageFelix Fietkau2012-03-191-1/+0
| | | | SVN-Revision: 31021
* package/madwifi: apply AR71XX PCI workaround on ATH79 as wellGabor Juhos2012-02-103-3/+3
| | | | SVN-Revision: 30414
* madwifi: rename patch from ifxmips -> lantiqJohn Crispin2011-11-131-0/+0
| | | | SVN-Revision: 29020
* package: madwifi: mark as broken for 3.2Jonas Gorski2011-11-091-1/+1
| | | | SVN-Revision: 28894
* madwifi: change wireless ifname numbering schema Instead of simply counting ↵Jo-Philipp Wich2011-11-061-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 Wich2011-09-081-2/+4
| | | | | | single networks on a radio SVN-Revision: 28199
* package/madwifi: mark as broken for linux 3.1Jonas Gorski2011-08-091-1/+1
| | | | | | Madwifi does not compile because of VLAN API changes. SVN-Revision: 27937
* better lantiq support in madwifiJohn Crispin2011-07-172-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 detectionHauke Mehrtens2011-06-151-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.39Felix Fietkau2011-04-261-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.shVasilis Tsiligiannis2011-04-061-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 parameterVasilis Tsiligiannis2011-04-051-1/+1
| | | | SVN-Revision: 26484
* madwifi: add support for translating country codes into internal country ↵Felix Fietkau2011-03-262-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 Tsiligiannis2011-03-171-0/+1
| | | | SVN-Revision: 26197
* madwifi: Fix unique device autodetectionVasilis Tsiligiannis2011-03-151-2/+2
| | | | SVN-Revision: 26164
* madwifi: Add support for multiple interfacesVasilis Tsiligiannis2011-03-081-15/+69
| | | | SVN-Revision: 25951
* madwifi: fix logic error in r25929Felix Fietkau2011-03-071-1/+1
| | | | SVN-Revision: 25942
* use the xscale hal by default for arm, override it where neededImre Kaloz2011-03-071-14/+11
| | | | SVN-Revision: 25929
* only support EABI on ARM targetsImre Kaloz2011-03-071-6/+6
| | | | SVN-Revision: 25928
* package/madwifi: fix for kernels >= 2.6.38Alexandros C. Couloumbis2011-02-241-0/+14
| | | | SVN-Revision: 25702
* package/madwifi: extend wlanconfig scan ssid field from 14 to 30 charactersAlexandros C. Couloumbis2011-02-211-0/+29
| | | | SVN-Revision: 25649
* make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that ↵Felix Fietkau2011-02-131-1/+1
| | | | | | hostapd/wpa_supplicant can make it optional SVN-Revision: 25518
* * fixe up ifxmips patch for eeprom emulation to work with lantiq targetJohn Crispin2011-02-051-11/+7
| | | | SVN-Revision: 25369
* package/madwifi: refresh madwifi patchesAlexandros C. Couloumbis2010-11-1263-177/+179
| | | | SVN-Revision: 23971
* package/madwifi: fix r23829 commitAlexandros C. Couloumbis2010-11-031-0/+0
| | | | SVN-Revision: 23830
* package/madwifi: Use sema_init() instead of init_MUTEX() (based on: ↵Alexandros C. Couloumbis2010-11-031-0/+9
| | | | | | http://madwifi-project.org/changeset/4118) SVN-Revision: 23829
* madwifi: remove device ids for AR5416Felix Fietkau2010-10-311-0/+20
| | | | SVN-Revision: 23730
* madwifi: fix syntax error introduced by r23660Jo-Philipp Wich2010-10-271-1/+1
| | | | SVN-Revision: 23679
* madwifi: make wep-open the defaultJo-Philipp Wich2010-10-271-2/+2
| | | | SVN-Revision: 23660
* madwifi: add wep+open, wep+shared format support to madwifi as wellJo-Philipp Wich2010-10-271-1/+5
| | | | SVN-Revision: 23657
* package/madwifi: fix mtu setting. (closes #7858)Alexandros C. Couloumbis2010-10-251-2/+12
| | | | SVN-Revision: 23628
* package/madwifi: enable mtu & mac config options for > 2.6.29 kernelsAlexandros C. Couloumbis2010-08-291-0/+20
| | | | SVN-Revision: 22835
* add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)Imre Kaloz2010-07-211-0/+3
| | | | SVN-Revision: 22323
* madwifi: in-flash macs for mach-eap7660dGabor Juhos2010-07-152-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 r21950Claudio Mignanti2010-07-121-13/+13
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+1
| | | | SVN-Revision: 21956
* madwifi: rename incorrectly named patch file (#7459)Jo-Philipp Wich2010-06-131-0/+0
| | | | SVN-Revision: 21788
* add 2.6.35 supportAlexandros C. Couloumbis2010-06-061-0/+40
| | | | SVN-Revision: 21693
* madwifi: Fix 0dBm txpower setting displayVasilis Tsiligiannis2010-05-271-0/+30
| | | | SVN-Revision: 21584
* package/madwifi: move configuration in submenuNicolas Thill2010-04-162-5/+6
| | | | SVN-Revision: 20911
* madwifi: fix the tx rate display in iwconfig (#6925)Felix Fietkau2010-03-281-0/+10
| | | | SVN-Revision: 20550
* madwifi: return to the bss channel after an issued ap mode scan has been ↵Felix Fietkau2010-03-281-0/+26
| | | | | | completed (fixes #6599) SVN-Revision: 20549
* madwifi: Fix RX packet and byte count, refresh patches (#6404)Vasilis Tsiligiannis2010-03-252-36/+47
| | | | SVN-Revision: 20434
* madwifi: remove redundant conditional dep, atheros has PCI supportNicolas Thill2010-03-181-1/+1
| | | | SVN-Revision: 20263
* madwifi: disable softled by default on pci devices (fixes #4484)Felix Fietkau2010-03-142-1/+19
| | | | SVN-Revision: 20195
* use a common way of marking packages as not supported on specific targetsNicolas Thill2010-03-101-1/+1
| | | | SVN-Revision: 20117