summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* clean up madwifi and sync with trunkFelix Fietkau2007-06-019-962/+151
| | | | SVN-Revision: 7425
* madwifi: fix a few locking mistakesFelix Fietkau2007-05-311-80/+92
| | | | SVN-Revision: 7410
* madwifi: add patch for doing ad-hoc and master mode at the same (including ↵Felix Fietkau2007-05-312-0/+252
| | | | | | beacon handling) SVN-Revision: 7409
* update madwifi to latest trunk - performance enhancementsFelix Fietkau2007-05-2619-308/+307
| | | | SVN-Revision: 7341
* update madwifi to latest trunk (refcount and hal-0.9.30.13 got merged) and ↵Felix Fietkau2007-05-234-2248/+91
| | | | | | include a security fix that was merged in 0.9.3.1 SVN-Revision: 7309
* seems like the upstream fix for the minstrel crash wasn't enough. add an ↵Felix Fietkau2007-05-211-0/+13
| | | | | | extra check SVN-Revision: 7303
* madwifi: add support for the ahdemo (ad-hoc demo) mode in ↵Felix Fietkau2007-05-211-3/+3
| | | | | | /etc/config/wireless. using it, simultaneous ap+mesh operation is possible SVN-Revision: 7302
* fix essid setting in adhoc modeFelix Fietkau2007-05-211-3/+1
| | | | SVN-Revision: 7301
* madwifi: switch to latest madwifi-hal-0.9.30.13 snapshot as reference merge ↵Felix Fietkau2007-05-2115-399/+2391
| | | | | | in refcount branch as well and clean up openwrt patches (a few fixes got merged upstream) SVN-Revision: 7300
* oops... wrong patch (unfixed typo)Felix Fietkau2007-05-211-1/+1
| | | | SVN-Revision: 7299
* more cleanupFelix Fietkau2007-05-211-31/+14
| | | | SVN-Revision: 7298
* cleanupFelix Fietkau2007-05-212-20/+18
| | | | SVN-Revision: 7297
* make txstop workaround safe with napi pollingFelix Fietkau2007-05-161-9/+28
| | | | SVN-Revision: 7258
* madwifi: enable txstop workaround for ap and ibss mode onlyFelix Fietkau2007-05-141-8/+10
| | | | SVN-Revision: 7223
* madwifi: remove V=1 (was only added for debugging)Felix Fietkau2007-05-131-2/+1
| | | | SVN-Revision: 7218
* oops. some code accidentally slipped into the wrong patch file :)Felix Fietkau2007-05-132-42/+42
| | | | SVN-Revision: 7217
* madwifi: fix xscale buildFelix Fietkau2007-05-131-0/+11
| | | | SVN-Revision: 7213
* huge madwifi update - use a madwifi-ng-refcount snapshot as base, includes ↵Felix Fietkau2007-05-1331-1078/+2240
| | | | | | lots of bugfixes and performance enhancements SVN-Revision: 7211
* fix isolate modeMike Baker2007-05-101-1/+1
| | | | SVN-Revision: 7155
* add isolate closes #1636Travis Kemen2007-05-081-0/+3
| | | | SVN-Revision: 7133
* madwifi: fix static bssid setting for ad-hoc modeFelix Fietkau2007-04-291-3/+3
| | | | SVN-Revision: 7067
* remove led fix again - seems like gpio handling is really broken in the ↵Felix Fietkau2007-04-261-10/+0
| | | | | | original madwifi hal SVN-Revision: 7057
* fix for the wifi led on atheros SoCFelix Fietkau2007-04-261-0/+10
| | | | SVN-Revision: 7053
* don't try to set up wpa if hostapd is not installedFelix Fietkau2007-04-191-7/+9
| | | | SVN-Revision: 7005