summaryrefslogtreecommitdiff
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
* 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
* madwifi: patch for 'fixing' stuck beacons through card recalibrationFelix Fietkau2007-07-131-0/+102
| | | | SVN-Revision: 7960
* fix madwifi unload/reload on SoCFelix Fietkau2007-07-131-5/+6
| | | | SVN-Revision: 7958
* fix monitor mode related crash in madwifi (#2034)Felix Fietkau2007-07-131-0/+15
| | | | SVN-Revision: 7957
* add missing changes from #1949Felix Fietkau2007-07-121-7/+8
| | | | SVN-Revision: 7948
* add tpc change from #1949Felix Fietkau2007-07-121-2/+14
| | | | SVN-Revision: 7947
* sync with latest madwifi snapshot, refresh patches, add tpc fix by mdtaylor ↵Felix Fietkau2007-07-1122-243/+330
| | | | | | (should fix #1949) SVN-Revision: 7929
* fix madwifi compile for 2.4Felix Fietkau2007-07-071-0/+16
| | | | SVN-Revision: 7885
* clean up default wifi configMike Baker2007-07-041-12/+2
| | | | SVN-Revision: 7873
* remove ad-hoc tx hang workaround - the underlying issue has been fixed a ↵Felix Fietkau2007-07-041-49/+0
| | | | | | while ago SVN-Revision: 7868
* remove minstrel rate hackFelix Fietkau2007-07-041-13/+0
| | | | SVN-Revision: 7867
* another madwifi updateFelix Fietkau2007-07-042-15/+2
| | | | SVN-Revision: 7866
* update to the latest madwifi snapshotFelix Fietkau2007-07-0326-502/+337
| | | | SVN-Revision: 7864
* refresh a patch that is causing problems on certain systemsFelix Fietkau2007-07-021-50/+66
| | | | SVN-Revision: 7857
* fix a horrible memleak in madwifiFelix Fietkau2007-07-021-0/+13
| | | | SVN-Revision: 7850
* fix a crash related to wep and mic handling (#1973)Felix Fietkau2007-06-301-28/+75
| | | | SVN-Revision: 7813
* add madwifi changeset 2484 (node refcounting patch) - i will resync with ↵Felix Fietkau2007-06-301-0/+82
| | | | | | madwifi svn after the 7.07 release SVN-Revision: 7807
* clean up the madwifi SoC support patch - remove some breakage that went ↵Felix Fietkau2007-06-281-23/+1
| | | | | | unnoticed because it only applies to kernelversions before 2.6.19 SVN-Revision: 7746
* add fragmentation and rts settings thanks rene closes #1725Travis Kemen2007-06-271-0/+12
| | | | SVN-Revision: 7743
* madwifi: add some extra delay between bringing the interface up and ↵Felix Fietkau2007-06-251-0/+1
| | | | | | configuring it (#1703) SVN-Revision: 7729
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-0423-294/+355
| | | | SVN-Revision: 7490
* madwifi: fix an unhandle cryptoapi change (wpa2)Felix Fietkau2007-06-031-1/+16
| | | | SVN-Revision: 7470
* fixes for wpa/wpa2Felix Fietkau2007-06-023-3/+43
| | | | SVN-Revision: 7453
* madwifi update: include upstream fixes for ff handling, disable ff by ↵Felix Fietkau2007-06-026-38/+41
| | | | | | default (not reliable enough), wpa in ap mode should be working now SVN-Revision: 7440
* optimize the performance of the minstrel rate algorithm - don't sample lower ↵Felix Fietkau2007-06-011-0/+12
| | | | | | rates if the rate with the higest probability is high SVN-Revision: 7437
* minor locking changeFelix Fietkau2007-06-011-0/+67
| | | | SVN-Revision: 7436
* madwifi: fix a crash in ff handlingFelix Fietkau2007-06-011-0/+11
| | | | SVN-Revision: 7435
* disable tpc in madwifi by default (seems to be hurting performance in ↵Felix Fietkau2007-06-011-0/+12
| | | | | | long-distance links) SVN-Revision: 7434
* forgot a small changeFelix Fietkau2007-06-011-8/+9
| | | | SVN-Revision: 7426