aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
* madwifi: nuke some weird code which is causing NULL nodes to appearFelix Fietkau2008-01-261-0/+15
| | | | SVN-Revision: 10274
* do not use kzalloc() in madwifi, for compatibility reasonsFelix Fietkau2008-01-261-0/+32
| | | | SVN-Revision: 10272
* madwifi: nuke some totally wrong code which was causing performance issuesFelix Fietkau2008-01-261-0/+118
| | | | SVN-Revision: 10270
* madwifi: use mrr even in legacy modeFelix Fietkau2008-01-261-0/+22
| | | | SVN-Revision: 10269
* add a patch for properly refreshing the bssidmaskFelix Fietkau2008-01-261-0/+15
| | | | SVN-Revision: 10268
* add extra sanity checks in madwifiFelix Fietkau2008-01-261-0/+61
| | | | SVN-Revision: 10266
* add a patch for improved transmit signal strength in madwifiFelix Fietkau2008-01-261-0/+39
| | | | SVN-Revision: 10264
* add some random madwifi fixesFelix Fietkau2008-01-253-0/+101
| | | | SVN-Revision: 10260
* upgrade madwifi, finally fix the annoying ap auto channel selection bug, ↵Felix Fietkau2008-01-2510-250/+348
| | | | | | default to automatic channel selection SVN-Revision: 10259
* add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz ↵Travis Kemen2008-01-171-0/+12
| | | | | | Schori <lorenz.schori@gmx.ch> SVN-Revision: 10217
* fix madwifi compile for iop32xTravis Kemen2008-01-151-0/+12
| | | | SVN-Revision: 10198
* fix madwifi bssid allocationFelix Fietkau2008-01-021-0/+13
| | | | SVN-Revision: 10087
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-4/+0
| | | | SVN-Revision: 9906
* 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