summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
* refresh patchImre Kaloz2010-01-111-6/+6
| | | | SVN-Revision: 19102
* disable a few packages failing on pxcab (marking them as BROKEN)Nicolas Thill2009-12-231-1/+1
| | | | SVN-Revision: 18903
* mark mac80211 & madwifi as BROKEN for ep93xxNicolas Thill2009-12-211-1/+1
| | | | SVN-Revision: 18877
* madwifi: fix antenna selection for ubnt loco2/loco5Felix Fietkau2009-12-191-9/+41
| | | | SVN-Revision: 18853
* madwifi: add a watchdog for software beacon alert interruptsFelix Fietkau2009-12-111-0/+95
| | | | SVN-Revision: 18740
* madwifi: fix noise level display and make the cca threshold configurable ↵Felix Fietkau2009-12-111-0/+186
| | | | | | through sysctl SVN-Revision: 18739
* prevent madwifi from being compiled on sibyteFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18631
* madwifi: fix a crash bug related to refcounting of bss nodesFelix Fietkau2009-11-041-11/+0
| | | | SVN-Revision: 18290
* add preliminary 2.6.32 supportImre Kaloz2009-11-031-0/+55
| | | | SVN-Revision: 18283
* madwifi: reduce the size of the multicall tool binaryFelix Fietkau2009-10-212-4/+5
| | | | SVN-Revision: 18112
* madwifi: add antenna gpio support for nanostation loco2Felix Fietkau2009-10-171-7/+15
| | | | SVN-Revision: 18055
* madwifi: remove the 10HZ timer for updating rate control statisticsFelix Fietkau2009-10-171-0/+134
| | | | SVN-Revision: 18053
* madwifi: fix various noderef/memleak issuesFelix Fietkau2009-10-175-48/+325
| | | | SVN-Revision: 18052
* madwifi: more ad-hoc fixesFelix Fietkau2009-10-151-8/+51
| | | | SVN-Revision: 18050
* madwifi: fix another ibss crash (#5935)Felix Fietkau2009-10-141-0/+22
| | | | SVN-Revision: 18048
* madwifi: fix race condition on ibss init (#5935)Felix Fietkau2009-10-141-0/+12
| | | | SVN-Revision: 18046
* madwifi: beacon timer fixesFelix Fietkau2009-10-144-100/+348
| | | | SVN-Revision: 18045
* we cannot build madwifi for octeon since there is no mips64r2 hal targetFlorian Fainelli2009-10-081-1/+1
| | | | SVN-Revision: 18001
* madwifi: add HAL_TARGET mapping for kirkwood boardNicolas Thill2009-10-061-0/+3
| | | | SVN-Revision: 17960
* madwifi cannot be compiled on cobalt which has a different mips cpu abiFlorian Fainelli2009-10-061-1/+1
| | | | SVN-Revision: 17953
* madwifi: fix bugs in the calibration triggersFelix Fietkau2009-09-231-0/+177
| | | | SVN-Revision: 17691
* madwifi: fix a theoretical tx buffer leakFelix Fietkau2009-09-231-0/+10
| | | | SVN-Revision: 17690
* madwifi: fix beacon slot handling and add support for more than 4 vaps ↵Felix Fietkau2009-09-231-0/+151
| | | | | | (useful for wds per-sta interfaces) SVN-Revision: 17689
* madwifi: fix sta mode reconnect when roaming between different aps of the ↵Felix Fietkau2009-09-231-0/+33
| | | | | | same essid SVN-Revision: 17688
* madwifi: fix maximum txpower displayFelix Fietkau2009-09-238-97/+111
| | | | SVN-Revision: 17687
* madwifi: fix iwconfig tx power displayFelix Fietkau2009-09-167-51/+52
| | | | SVN-Revision: 17592
* madwifi: bump package revisionAndy Boyett2009-09-151-1/+1
| | | | SVN-Revision: 17589
* madwifi: fix a wds related race conditionFelix Fietkau2009-09-1412-24/+25
| | | | SVN-Revision: 17578
* madwifi: remove an unimportant part of the ibss node handling fix, which led ↵Felix Fietkau2009-09-142-12/+1
| | | | | | to a regression in ap-to-ap wds operation SVN-Revision: 17576
* bump some revisions and update copyrightsAndy Boyett2009-09-101-1/+1
| | | | SVN-Revision: 17554
* madwifi: replace an implicit memcpy with an explicit one (cosmetic fix)Felix Fietkau2009-09-091-1/+1
| | | | SVN-Revision: 17546
* madwifi: fix several noderef and ibss merge issues that led to memory leaks ↵Felix Fietkau2009-09-0921-117/+165
| | | | | | and high system load SVN-Revision: 17545
* madwifi: add a configuration for uapsd (unscheduled automatic powersave ↵Felix Fietkau2009-09-031-0/+3
| | | | | | delivery), turn it off by default because of compatibility issues with nokia phones SVN-Revision: 17510
* madwifi: fix another unconverted netdev_ops issueFelix Fietkau2009-08-281-4/+8
| | | | SVN-Revision: 17431
* madwifi: remove version selection supportFelix Fietkau2009-08-191-12/+0
| | | | SVN-Revision: 17316
* remove support for the madwifi upstream release, it doesn't work on newer ↵Felix Fietkau2009-08-194-67/+14
| | | | | | kernels and it's not very reliable anyway SVN-Revision: 17315
* madwifi: add patch for building all modules (except for the HAL) into a ↵Felix Fietkau2009-08-193-37/+801
| | | | | | single module. saves space and gets rid of unnecessary exports removes support for onoe and amrr - I don't think anybody needs these anymore SVN-Revision: 17314
* add powersave fixes based on patches by Steven Luo (#4376)Felix Fietkau2009-08-192-0/+35
| | | | SVN-Revision: 17312
* madwifi: refresh patchesFelix Fietkau2009-08-195-9/+9
| | | | SVN-Revision: 17311
* madwifi: fix frame dropped counterFelix Fietkau2009-08-111-0/+25
| | | | SVN-Revision: 17224
* madwifi: fix compiler warningFelix Fietkau2009-08-111-1/+1
| | | | SVN-Revision: 17221
* fix software rx filter for ibss mode (based on a patch by harald schiöberg)Felix Fietkau2009-08-111-0/+20
| | | | SVN-Revision: 17220
* madwifi: fix compile error on kernels without net_device api compatibilityFelix Fietkau2009-08-115-11/+19
| | | | SVN-Revision: 17219
* madwifi: fix a race condition in the ap2ap wds setupFelix Fietkau2009-08-011-11/+33
| | | | SVN-Revision: 17086
* madwifi: disable debug by default in the source tree instead of only relying ↵Felix Fietkau2009-08-011-3/+5
| | | | | | on the override (useful for external builds) SVN-Revision: 17085
* madwifi: remove the get_arch.mk build failure when the 'detected' arch ↵Felix Fietkau2009-08-011-1/+6
| | | | | | doesn't match the build system's value SVN-Revision: 17084
* madwifi: fix crash on 2.6.30Felix Fietkau2009-07-182-2/+16
| | | | SVN-Revision: 16889
* madwifi: fix a race condition in the ibss mergeFelix Fietkau2009-07-161-0/+10
| | | | SVN-Revision: 16870
* madwifi: turn software based tsf merging on by default, get rid of some ↵Felix Fietkau2009-07-161-4/+5
| | | | | | iwpriv errors on wifi restart SVN-Revision: 16862
* madwifi: clean up / fix ibss node handlingFelix Fietkau2009-07-161-0/+80
| | | | SVN-Revision: 16861