summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches
Commit message (Collapse)AuthorAgeFilesLines
* madwifi: recognize hidden essid with length=1 containing a nullbyteFelix Fietkau2008-07-121-0/+38
| | | | SVN-Revision: 11793
* madwifi: make STA mode interfaces disassociate if transmission of assoc/auth ↵Felix Fietkau2008-07-121-0/+81
| | | | | | critical packets failed. SVN-Revision: 11792
* refresh some madwifi patchesFelix Fietkau2008-07-126-96/+48
| | | | SVN-Revision: 11791
* make atheros wifi cards used on arcaydian 4519 ifxmips based boards workJohn Crispin2008-07-062-0/+119
| | | | SVN-Revision: 11676
* be a bit more verbose about madwifi errorsFelix Fietkau2008-07-061-33/+108
| | | | SVN-Revision: 11675
* madwifi: fix sequence number check on incoming retransmit checksFelix Fietkau2008-07-011-0/+26
| | | | SVN-Revision: 11614
* another patch fixFelix Fietkau2008-06-131-7/+7
| | | | SVN-Revision: 11455
* fix a small commentFelix Fietkau2008-06-131-7/+7
| | | | SVN-Revision: 11454
* fix ANI and make use of it in all modes except for monitorFelix Fietkau2008-06-131-5/+280
| | | | SVN-Revision: 11453
* madwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for ↵Felix Fietkau2008-06-092-9/+13
| | | | | | future HALs SVN-Revision: 11409
* oops. accidentally committed the wrong patch versionFelix Fietkau2008-06-071-4/+8
| | | | SVN-Revision: 11395
* fix madwifi on linux 2.4Felix Fietkau2008-06-061-0/+13
| | | | SVN-Revision: 11385
* refresh madwifi patches using upstream styleImre Kaloz2008-06-0443-505/+543
| | | | SVN-Revision: 11351
* add missing exportFelix Fietkau2008-06-011-17/+18
| | | | SVN-Revision: 11317
* madwifi: refresh patchesFelix Fietkau2008-06-0139-325/+323
| | | | SVN-Revision: 11316
* madwifi: clean up scanning code, add support for changing scan listsFelix Fietkau2008-06-011-0/+890
| | | | SVN-Revision: 11315
* madwifi: update to sam leffler's latest hal fixes LED on wisoc fixes rx ↵Felix Fietkau2008-06-014-59/+36
| | | | | | sensitivity issues improves throughput on all cards/devices enhances link stability SVN-Revision: 11314
* clean up performance patch, add some head/tailroom calculation fixes (thx, ↵Felix Fietkau2008-06-012-58/+89
| | | | | | benoit) fix some unused variables SVN-Revision: 11313
* madwifi build scripts cleanupFelix Fietkau2008-06-012-273/+178
| | | | SVN-Revision: 11312
* leave ack/cts setting alone by defaultFelix Fietkau2008-04-231-0/+42
| | | | SVN-Revision: 10926
* move timeout trigger for protection mode to node timeout triggerFelix Fietkau2008-04-231-25/+33
| | | | SVN-Revision: 10925
* clean up cwmin/cwmax defines and remove some wrong values which made ↵Felix Fietkau2008-04-231-19/+87
| | | | | | minstrel a bit inaccurate SVN-Revision: 10924
* madwifi: put an upper limit on the amount of sampling that minstrel should ↵Felix Fietkau2008-04-221-12/+24
| | | | | | do when the link changes its status from very good to slightly bad. the previous version of the patch could have resulted in erratic rate control behavior when there was a lot of sampling backlog. SVN-Revision: 10921
* add some more fine tuning for madwifiFelix Fietkau2008-04-211-0/+43
| | | | SVN-Revision: 10900
* madwifi: add configurable rssi threshold and timeout values for protection ↵Felix Fietkau2008-04-211-0/+139
| | | | | | mode the 11b protection mode can harm throughput a lot, so let's make sure that it is only active as long as it needs to be. SVN-Revision: 10899
* reorder patchesFelix Fietkau2008-04-214-0/+0
| | | | SVN-Revision: 10898
* madwifi: remove the minstrel_mrr hack and add two patches that massively ↵Felix Fietkau2008-04-213-22/+89
| | | | | | improve minstrel's performance and response time SVN-Revision: 10897
* fix a some txq races (merge from madwifi-trunk)Felix Fietkau2008-04-201-0/+38
| | | | SVN-Revision: 10895
* more performance for madwifi :)Felix Fietkau2008-04-171-4/+56
| | | | SVN-Revision: 10855
* add performance improvement for madwifi on low-memory systemsFelix Fietkau2008-04-171-0/+178
| | | | SVN-Revision: 10850
* madwifi: remove reset delay - seems like it's not necessary anymoreFelix Fietkau2008-04-091-55/+1
| | | | SVN-Revision: 10777
* Revert r10553 "fix channel change bugs," causes kernel oopses. Closes #3213.Andy Boyett2008-03-201-10/+11
| | | | SVN-Revision: 10628
* madwifi: add patches for maximum and minimum rate (thx, SeG)Felix Fietkau2008-03-072-0/+236
| | | | SVN-Revision: 10555
* madwifi: don't deliver broadcast frames to vaps that aren't upFelix Fietkau2008-03-071-0/+14
| | | | SVN-Revision: 10554
* fix channel change bugsFelix Fietkau2008-03-071-11/+10
| | | | SVN-Revision: 10553
* include noise in stats structFelix Fietkau2008-03-071-6/+30
| | | | SVN-Revision: 10552
* debugging fixesFelix Fietkau2008-03-072-24/+222
| | | | SVN-Revision: 10551
* madwifi: napi polling fixesFelix Fietkau2008-03-073-45/+38
| | | | SVN-Revision: 10550
* sync with madwifi commit 3362Felix Fietkau2008-02-231-7/+1
| | | | SVN-Revision: 10519
* madwifi 2.6.24 compile fix Signed-off-by: Alexandros C. Couloumbis ↵Travis Kemen2008-02-221-0/+15
| | | | | | <alex@ozo.com> SVN-Revision: 10517
* *sigh* nuke more debug crapFelix Fietkau2008-02-211-20/+29
| | | | SVN-Revision: 10516
* madwifi: minor ap scanning bugfixFelix Fietkau2008-02-211-0/+18
| | | | SVN-Revision: 10513
* improve reliability of beacon transmissions after channel changeFelix Fietkau2008-02-201-0/+68
| | | | SVN-Revision: 10512
* refresh madwifi patches, fix an issue with napi polling (thx SeG)Felix Fietkau2008-02-2027-546/+414
| | | | SVN-Revision: 10511
* napi polling fixFelix Fietkau2008-02-201-13/+21
| | | | SVN-Revision: 10507
* madwifi: remove a dangerous debugging defineFelix Fietkau2008-02-201-31/+44
| | | | SVN-Revision: 10506
* improve reliability of the beaconcal patchFelix Fietkau2008-02-201-14/+27
| | | | SVN-Revision: 10505
* add a fix for memleaks caused by failed memory allocationsFelix Fietkau2008-02-081-0/+44
| | | | SVN-Revision: 10417
* madwifi: add ap mode specific improvements to the calibration process. ↵Felix Fietkau2008-02-082-39/+155
| | | | | | reported to produce a noticeable increase in rx/tx strength SVN-Revision: 10416
* pull madwifi forward to the latest upstream version - should fix some dual ↵Felix Fietkau2008-01-3113-322/+283
| | | | | | radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG) SVN-Revision: 10334