summaryrefslogtreecommitdiff
path: root/package/madwifi
Commit message (Collapse)AuthorAge
* madwifi: Fix compilation for 2.6.39Felix Fietkau2011-04-26
| | | | | | | | | 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-06
| | | | | | | | | | 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-05
| | | | SVN-Revision: 26484
* madwifi: add support for translating country codes into internal country ↵Felix Fietkau2011-03-26
| | | | | | 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-17
| | | | SVN-Revision: 26197
* madwifi: Fix unique device autodetectionVasilis Tsiligiannis2011-03-15
| | | | SVN-Revision: 26164
* madwifi: Add support for multiple interfacesVasilis Tsiligiannis2011-03-08
| | | | SVN-Revision: 25951
* madwifi: fix logic error in r25929Felix Fietkau2011-03-07
| | | | SVN-Revision: 25942
* use the xscale hal by default for arm, override it where neededImre Kaloz2011-03-07
| | | | SVN-Revision: 25929
* only support EABI on ARM targetsImre Kaloz2011-03-07
| | | | SVN-Revision: 25928
* package/madwifi: fix for kernels >= 2.6.38Alexandros C. Couloumbis2011-02-24
| | | | SVN-Revision: 25702
* package/madwifi: extend wlanconfig scan ssid field from 14 to 30 charactersAlexandros C. Couloumbis2011-02-21
| | | | SVN-Revision: 25649
* make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that ↵Felix Fietkau2011-02-13
| | | | | | hostapd/wpa_supplicant can make it optional SVN-Revision: 25518
* * fixe up ifxmips patch for eeprom emulation to work with lantiq targetJohn Crispin2011-02-05
| | | | SVN-Revision: 25369
* package/madwifi: refresh madwifi patchesAlexandros C. Couloumbis2010-11-12
| | | | SVN-Revision: 23971
* package/madwifi: fix r23829 commitAlexandros C. Couloumbis2010-11-03
| | | | SVN-Revision: 23830
* package/madwifi: Use sema_init() instead of init_MUTEX() (based on: ↵Alexandros C. Couloumbis2010-11-03
| | | | | | http://madwifi-project.org/changeset/4118) SVN-Revision: 23829
* madwifi: remove device ids for AR5416Felix Fietkau2010-10-31
| | | | SVN-Revision: 23730
* madwifi: fix syntax error introduced by r23660Jo-Philipp Wich2010-10-27
| | | | SVN-Revision: 23679
* madwifi: make wep-open the defaultJo-Philipp Wich2010-10-27
| | | | SVN-Revision: 23660
* madwifi: add wep+open, wep+shared format support to madwifi as wellJo-Philipp Wich2010-10-27
| | | | SVN-Revision: 23657
* package/madwifi: fix mtu setting. (closes #7858)Alexandros C. Couloumbis2010-10-25
| | | | SVN-Revision: 23628
* package/madwifi: enable mtu & mac config options for > 2.6.29 kernelsAlexandros C. Couloumbis2010-08-29
| | | | SVN-Revision: 22835
* add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)Imre Kaloz2010-07-21
| | | | SVN-Revision: 22323
* madwifi: in-flash macs for mach-eap7660dGabor Juhos2010-07-15
| | | | | | | | | 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-12
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-26
| | | | SVN-Revision: 21956
* madwifi: rename incorrectly named patch file (#7459)Jo-Philipp Wich2010-06-13
| | | | SVN-Revision: 21788
* add 2.6.35 supportAlexandros C. Couloumbis2010-06-06
| | | | SVN-Revision: 21693
* madwifi: Fix 0dBm txpower setting displayVasilis Tsiligiannis2010-05-27
| | | | SVN-Revision: 21584
* package/madwifi: move configuration in submenuNicolas Thill2010-04-16
| | | | SVN-Revision: 20911
* madwifi: fix the tx rate display in iwconfig (#6925)Felix Fietkau2010-03-28
| | | | SVN-Revision: 20550
* madwifi: return to the bss channel after an issued ap mode scan has been ↵Felix Fietkau2010-03-28
| | | | | | completed (fixes #6599) SVN-Revision: 20549
* madwifi: Fix RX packet and byte count, refresh patches (#6404)Vasilis Tsiligiannis2010-03-25
| | | | SVN-Revision: 20434
* madwifi: remove redundant conditional dep, atheros has PCI supportNicolas Thill2010-03-18
| | | | SVN-Revision: 20263
* madwifi: disable softled by default on pci devices (fixes #4484)Felix Fietkau2010-03-14
| | | | SVN-Revision: 20195
* use a common way of marking packages as not supported on specific targetsNicolas Thill2010-03-10
| | | | SVN-Revision: 20117
* 2.6.33 fixes for atheros and madwifiMatteo Croce2010-03-03
| | | | SVN-Revision: 19963
* madwifi: disable ccmp replay protection for ibss/ahdemo to make wpa-none workFelix Fietkau2010-02-23
| | | | SVN-Revision: 19822
* add me as a maintainer for a few other packagesFelix Fietkau2010-01-31
| | | | SVN-Revision: 19439
* madwifi: fix/improve station idle timeout handlingFelix Fietkau2010-01-29
| | | | SVN-Revision: 19378
* madwifi: make sure that minstrel rc updates still work after a jiffies ↵Felix Fietkau2010-01-29
| | | | | | wraparound SVN-Revision: 19377
* madwifi: add sysctl for turning the radio silentFelix Fietkau2010-01-29
| | | | SVN-Revision: 19376
* madwifi: fix some potential null pointer derefs with wdsFelix Fietkau2010-01-24
| | | | SVN-Revision: 19322
* refresh patchImre Kaloz2010-01-11
| | | | SVN-Revision: 19102
* disable a few packages failing on pxcab (marking them as BROKEN)Nicolas Thill2009-12-23
| | | | SVN-Revision: 18903
* mark mac80211 & madwifi as BROKEN for ep93xxNicolas Thill2009-12-21
| | | | SVN-Revision: 18877
* madwifi: fix antenna selection for ubnt loco2/loco5Felix Fietkau2009-12-19
| | | | SVN-Revision: 18853
* madwifi: add a watchdog for software beacon alert interruptsFelix Fietkau2009-12-11
| | | | SVN-Revision: 18740
* madwifi: fix noise level display and make the cca threshold configurable ↵Felix Fietkau2009-12-11
| | | | | | through sysctl SVN-Revision: 18739