summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
...
* clean up performance patch, add some head/tailroom calculation fixes (thx, ↵nbd2008-06-012-58/+89
| | | | | | | | | benoit) fix some unused variables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11313 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi build scripts cleanupnbd2008-06-012-273/+178
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ifndef is not supported inside make variable expansionnbd2008-05-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This patch adds a number of configuration options to the MadWifi package. ↵thepeople2008-05-152-35/+261
| | | | | | | | | | | You can now configure the HAL, bus, default rate control algorithm as well as the debug mode from within make menuconfig. The goal is to be able to support hardware profiles with different HALs without messing around with the Makefile directly. Signed-off-by: Axel Gembe <ago@bastart.eu.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary support for Storm SL3512 based devices, not ready yetkaloz2008-04-271-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* leave ack/cts setting alone by defaultnbd2008-04-231-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move timeout trigger for protection mode to node timeout triggernbd2008-04-231-25/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up cwmin/cwmax defines and remove some wrong values which made ↵nbd2008-04-231-19/+87
| | | | | | minstrel a bit inaccurate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: put an upper limit on the amount of sampling that minstrel should ↵nbd2008-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some more fine tuning for madwifinbd2008-04-211-0/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add configurable rssi threshold and timeout values for protection modenbd2008-04-211-0/+139
| | | | | | | | 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorder patchesnbd2008-04-214-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove the minstrel_mrr hack and add two patches that massively ↵nbd2008-04-213-22/+89
| | | | | | improve minstrel's performance and response time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a some txq races (merge from madwifi-trunk)nbd2008-04-201-0/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more performance for madwifi :)nbd2008-04-171-4/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add performance improvement for madwifi on low-memory systemsnbd2008-04-171-0/+178
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* explicitely disable a bunch of package on ar7 until we properly detect pci & ↵nico2008-04-151-3/+3
| | | | | | usb support at configure time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do target dependent optimizationskaloz2008-04-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove reset delay - seems like it's not necessary anymorenbd2008-04-091-55/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add support for drop-in hal replacementsnbd2008-03-201-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert r10553 "fix channel change bugs," causes kernel oopses. Closes #3213.agb2008-03-201-10/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make madwifi startup script aware of new iwpriv optionsblogic2008-03-131-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add patches for maximum and minimum rate (thx, SeG)nbd2008-03-072-0/+236
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: don't deliver broadcast frames to vaps that aren't upnbd2008-03-071-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix channel change bugsnbd2008-03-071-11/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include noise in stats structnbd2008-03-071-6/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* debugging fixesnbd2008-03-072-24/+222
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: napi polling fixesnbd2008-03-073-45/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync with madwifi commit 3362nbd2008-02-231-7/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi 2.6.24 compile fix Signed-off-by: Alexandros C. Couloumbis ↵thepeople2008-02-221-0/+15
| | | | | | <alex@ozo.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* *sigh* nuke more debug crapnbd2008-02-211-20/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: minor ap scanning bugfixnbd2008-02-211-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve reliability of beacon transmissions after channel changenbd2008-02-201-0/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh madwifi patches, fix an issue with napi polling (thx SeG)nbd2008-02-2027-546/+414
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10511 3c298f89-4303-0410-b956-a3cf2f4a3e73
* napi polling fixnbd2008-02-201-13/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove a dangerous debugging definenbd2008-02-201-31/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve reliability of the beaconcal patchnbd2008-02-201-14/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10505 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix problems with the use of a passphrase, add option to use a key instead ↵thepeople2008-02-131-5/+13
| | | | | | of passphrase git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a fix for memleaks caused by failed memory allocationsnbd2008-02-081-0/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add ap mode specific improvements to the calibration process. ↵nbd2008-02-082-39/+155
| | | | | | reported to produce a noticeable increase in rx/tx strength git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable radar detection by default until it is fixednbd2008-02-051-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wpa_supplicant for madwifiblogic2008-02-051-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pull madwifi forward to the latest upstream version - should fix some dual ↵nbd2008-01-3114-323/+284
| | | | | | radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small race condition in the madwifi queue handlingnbd2008-01-291-2/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing #includenbd2008-01-281-6/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more queue handling stuffnbd2008-01-282-17/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update madwifi to latest trunk, include a few more fixes/improvementsnbd2008-01-2816-300/+398
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: nuke some weird code which is causing NULL nodes to appearnbd2008-01-261-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not use kzalloc() in madwifi, for compatibility reasonsnbd2008-01-261-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: nuke some totally wrong code which was causing performance issuesnbd2008-01-261-0/+118
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10270 3c298f89-4303-0410-b956-a3cf2f4a3e73