summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
* sync with madwifi changeset 3070Felix Fietkau2007-12-221-6/+7
| | | | SVN-Revision: 9835
* Add a madwifi patch by Brian Candler, which fixes minstrel when operating ↵Felix Fietkau2007-12-211-0/+22
| | | | | | without multi-rate retry. Should lead to significant performance improvements when dealing with stations in B/G mixed mode. Fixes #2876 SVN-Revision: 9820
* refresh patches, make madwifi-dfs compile on linux 2.4 againFelix Fietkau2007-12-1315-204/+421
| | | | SVN-Revision: 9719
* update to latest madwifi-dfs snapshot, fix a crash on broadcom 47xxFelix Fietkau2007-12-133-360/+48
| | | | SVN-Revision: 9718
* update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode ↵Felix Fietkau2007-12-028-582/+426
| | | | | | issues, needs more testing SVN-Revision: 9648
* add options for rate 80211h compression bursting wmm and mac filtering From: ↵Travis Kemen2007-11-281-0/+38
| | | | | | Vasilis T. (aka Acinonyx) SVN-Revision: 9624
* some cleanup and remove overwriting of device defaults for bgscan and diversityTravis Kemen2007-11-281-22/+10
| | | | SVN-Revision: 9619
* don't overwrite device default for fast frames closes #2321Travis Kemen2007-11-281-2/+4
| | | | SVN-Revision: 9609
* update to latest madwifi snapshot - fixes some noderef bugsFelix Fietkau2007-11-279-371/+298
| | | | SVN-Revision: 9602
* fix remaining netif_rx calls in napi polling patchFelix Fietkau2007-11-271-6/+28
| | | | SVN-Revision: 9601
* remove madwifi tx locking patch - i don't trust itFelix Fietkau2007-11-181-77/+0
| | | | SVN-Revision: 9580
* update madwifi to latest rev - works around some crashinessFelix Fietkau2007-11-0723-214/+221
| | | | SVN-Revision: 9507
* update madwifi to latest version (fixes #2403)Felix Fietkau2007-10-3123-199/+199
| | | | SVN-Revision: 9466
* oops.... committed an outdated patchFelix Fietkau2007-10-271-2/+2
| | | | SVN-Revision: 9456
* madwifi: don't poll the channel noise in a performance critical pathFelix Fietkau2007-10-271-0/+44
| | | | SVN-Revision: 9454
* i686 should use the i386 HALFlorian Fainelli2007-10-241-0/+3
| | | | SVN-Revision: 9438
* revert changes to io access functions done in madwifi trunk (they seem wrong ↵Felix Fietkau2007-10-241-0/+59
| | | | | | to me, and they break xscale) fixes #2591 SVN-Revision: 9433
* upgrade madwifi to r2756Felix Fietkau2007-10-2429-668/+345
| | | | SVN-Revision: 9422
* remove madwifi karma patch until it's fixedImre Kaloz2007-10-221-176/+0
| | | | SVN-Revision: 9404
* refreshed madwifi patchesJohn Crispin2007-10-2029-181/+189
| | | | SVN-Revision: 9380
* Convert the karma changes to be an ioctlFlorian Fainelli2007-10-193-116/+168
| | | | SVN-Revision: 9358
* fixed wpa2 support for madwifi/wpa_supplicantJohn Crispin2007-10-181-3/+8
| | | | SVN-Revision: 9355
* Build a karma variant of madwifiFlorian Fainelli2007-10-142-0/+116
| | | | SVN-Revision: 9316
* Fix agmode selection (#2438)Florian Fainelli2007-09-291-1/+1
| | | | SVN-Revision: 9075
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-5/+5
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* prevent madwifi from building on UMLNicolas Thill2007-09-201-1/+6
| | | | SVN-Revision: 8855
* don't assume PCI support, cleanupNicolas Thill2007-09-161-37/+45
| | | | SVN-Revision: 8803
* fix madwifi build on atherosFelix Fietkau2007-09-091-1/+1
| | | | SVN-Revision: 8725
* fix madwifi channel setting (#2073)Felix Fietkau2007-09-071-1/+1
| | | | SVN-Revision: 8681
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-2/+4
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-4/+1
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* use a default VERSION field for kmod packagesNicolas Thill2007-09-021-1/+0
| | | | SVN-Revision: 8575
* madwifi: fix 'bad ratekbps' message when running adhoc in .11aFelix Fietkau2007-08-111-0/+17
| | | | SVN-Revision: 8395
* adhoc has issues with bgscan as wellFelix Fietkau2007-08-101-4/+2
| | | | SVN-Revision: 8394
* add a missing variable assignmentFelix Fietkau2007-08-041-0/+1
| | | | SVN-Revision: 8339
* add a fix for skb_put_over in beacon handling codeFelix Fietkau2007-08-031-0/+42
| | | | SVN-Revision: 8325
* madwifi: bgscan is a bit broken. disable by defaultFelix Fietkau2007-08-021-1/+1
| | | | SVN-Revision: 8315
* madwifi: bump release versionFelix Fietkau2007-08-011-1/+1
| | | | SVN-Revision: 8311
* madwifi: remove stuck beacon workaround (does not work properly). add a ↵Felix Fietkau2007-08-012-102/+83
| | | | | | workaround for MIB interrupt flooding SVN-Revision: 8310
* fix a typoFelix Fietkau2007-07-291-1/+1
| | | | SVN-Revision: 8220
* Some packages make no sense or do not build for etraxJohn Crispin2007-07-291-1/+1
| | | | SVN-Revision: 8216
* merge madwifi r2591 for rxantenna selectionFelix Fietkau2007-07-251-0/+14
| | | | SVN-Revision: 8157
* merge madwifi trunk changeset 2597Felix Fietkau2007-07-231-2/+15
| | | | SVN-Revision: 8136
* another attempt at fixing the madwifi memleak for good. i'm 95% sure this is ↵Felix Fietkau2007-07-231-0/+13
| | | | | | the right fix, but it needs to be tested in a real ad-hoc environment... (#2121) SVN-Revision: 8111
* refresh madwifi patchesFelix Fietkau2007-07-2224-160/+160
| | | | SVN-Revision: 8110
* keep track of the wifi interface state in /var/state/wirelessFelix Fietkau2007-07-221-0/+2
| | | | SVN-Revision: 8108
* add a workaround for the hostapd killed issue when using more than one wifi ↵Felix Fietkau2007-07-201-1/+0
| | | | | | card (#1928, #2040) SVN-Revision: 8077
* add a workaround for a wds related crashFelix Fietkau2007-07-191-0/+13
| | | | SVN-Revision: 8062
* avr32 build fixesImre Kaloz2007-07-171-1/+1
| | | | SVN-Revision: 8017
* refresh madwifi patchesFelix Fietkau2007-07-1323-145/+145
| | | | SVN-Revision: 7961