summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches
Commit message (Collapse)AuthorAgeFilesLines
* madwifi: improve the autochannel decision making on systems with multiple cardsFelix Fietkau2009-03-041-0/+347
| | | | SVN-Revision: 14748
* madwifi: improve reliability of napi polling when fast framing is enabledFelix Fietkau2009-01-272-1/+66
| | | | SVN-Revision: 14215
* madwifi: fix rx for pure wds interfacesFelix Fietkau2009-01-262-13/+14
| | | | SVN-Revision: 14203
* madwifi: fix a potential race condition in the wds ap station interface ↵Felix Fietkau2009-01-261-13/+15
| | | | | | setup/teardown SVN-Revision: 14202
* madwifi: add back a missing part of the mbss vap refactoringFelix Fietkau2009-01-261-1/+4
| | | | SVN-Revision: 14197
* madwifi: preserve the interface mode correctly when using wds with sta ↵Felix Fietkau2009-01-2614-38/+39
| | | | | | separation SVN-Revision: 14195
* madwifi: fix a race condition in the wds sta separation, which is triggered ↵Felix Fietkau2009-01-265-17/+17
| | | | | | by using wpa authentication on the ap SVN-Revision: 14193
* madwifi: fix fast-frame related dma unmap bugFelix Fietkau2009-01-261-0/+11
| | | | SVN-Revision: 14192
* madwifi: fix a noderef problem in the mbss vap cleanupFelix Fietkau2009-01-261-17/+44
| | | | SVN-Revision: 14191
* madwifi: fix the long standing bug that is triggered by nodes getting a ↵Felix Fietkau2009-01-256-3/+843
| | | | | | timeout on one vap, then moving to another SVN-Revision: 14171
* madwifi: add patch to allow ignoring probe requests (useful for ad-hoc mesh)Felix Fietkau2008-12-291-0/+64
| | | | SVN-Revision: 13760
* madwifi: move autochannel idletime decision after radar and phy mode checkingFelix Fietkau2008-12-091-4/+4
| | | | SVN-Revision: 13564
* madwifi: fix division by zeroFelix Fietkau2008-12-044-7/+10
| | | | SVN-Revision: 13521
* madwifi: fix the autochannel patchFelix Fietkau2008-12-045-10/+13
| | | | SVN-Revision: 13520
* madwifi: fix frame type parsing (fixes stp, see #4205)Felix Fietkau2008-12-021-0/+13
| | | | SVN-Revision: 13468
* madwifi: improve automatic channel selection by taking idle airtime into accountFelix Fietkau2008-11-294-5/+124
| | | | SVN-Revision: 13420
* madwifi: improve reliability of the wds modesFelix Fietkau2008-11-2816-889/+862
| | | | SVN-Revision: 13416
* madwifi: ap+sta race conditionsFelix Fietkau2008-11-141-0/+60
| | | | SVN-Revision: 13208
* madwifi: add iwpriv for setting the maximum number of associated clients (ap ↵Felix Fietkau2008-11-143-3/+88
| | | | | | mode) SVN-Revision: 13207
* madwifi: fix ACL race condition (patch by Sebastian Gottschall)Felix Fietkau2008-11-021-0/+116
| | | | SVN-Revision: 13097
* madwifi: fix noderef and state machine issues in the currently unused ↵Felix Fietkau2008-11-0265-465/+602
| | | | | | ap-to-ap wds mode; refresh patches SVN-Revision: 13096
* fix a rare wds related noderef issueFelix Fietkau2008-11-0218-190/+191
| | | | SVN-Revision: 13095
* madwifi: improve reliability of the antenna diversity settingFelix Fietkau2008-10-232-1/+11
| | | | SVN-Revision: 13029
* madwifi: add a patch for detecting vendor / device name information (only ↵Felix Fietkau2008-10-234-9/+326
| | | | | | implemented for WiSoC at the moment) SVN-Revision: 13027
* madwifi: add sta mode idle reassoc fix (#4091)Felix Fietkau2008-10-141-9/+0
| | | | SVN-Revision: 12981
* madwifi: fix a node refcounting imbalance with a low (but nonzero) crash ↵Felix Fietkau2008-10-111-1/+1
| | | | | | probability SVN-Revision: 12950
* allow larger beacon interval values - useful for big mesh networks (patch by ↵Felix Fietkau2008-10-071-0/+13
| | | | | | sven-ola) SVN-Revision: 12886
* madwifi: re-enable the MIB interrupt flood protection fix - apparently it's ↵Felix Fietkau2008-10-071-28/+11
| | | | | | still necessary in some extreme cases SVN-Revision: 12885
* fix mode setup for ibss/ahdemo - preserve existing modes and use HOSTAP mode ↵Felix Fietkau2008-10-071-0/+23
| | | | | | for AHDEMO instead of IBSS to prevent unwanted IBSS merges SVN-Revision: 12884
* madwifi: allow ad-hoc mode with software based TSF merging (hardware merging ↵Felix Fietkau2008-10-0710-18/+123
| | | | | | can screw up the internal timers and cause transmit hangs) - based on a patch by sven-ola. activated by wlanconfig's nosbeacon flag SVN-Revision: 12883
* madwifi: add another missing change for linux 2.4 compatFelix Fietkau2008-10-041-1/+1
| | | | SVN-Revision: 12847
* fix linux 2.4 compile with latest ibss fixes (thx, sven-ola)Felix Fietkau2008-10-031-2/+2
| | | | SVN-Revision: 12841
* madwifi patch cleanup and stability fixes - fix a semi-random heisenbug by ↵Felix Fietkau2008-10-0333-162/+401
| | | | | | replacing the previous noderef fix with a simple hack that is not 100% correct, but safe. - add ad-hoc atim fixes by bruno - add napi polling fixes by sven-ola - fix compile breakage with debug enabled SVN-Revision: 12838
* port generic and ixp4xx kernel patches to 2.6.27 (compiles except for ↵Felix Fietkau2008-09-291-0/+133
| | | | | | iptables, but otherwise completely untested) SVN-Revision: 12790
* madwifi: revert part of the noderef fix patchFelix Fietkau2008-09-281-19/+0
| | | | SVN-Revision: 12771
* remove unnecessary patch chunkFelix Fietkau2008-09-261-11/+1
| | | | SVN-Revision: 12720
* madwifi: fix some really evil noderef issues (fixes #3999)Felix Fietkau2008-09-262-1/+59
| | | | SVN-Revision: 12719
* madwifi: don't crash if the static rate is not in a per-node ratesetFelix Fietkau2008-09-251-0/+200
| | | | SVN-Revision: 12713
* madwifi: fix locking issues in state machine changesFelix Fietkau2008-09-234-43/+8
| | | | SVN-Revision: 12670
* madwifi: fix x86_64 compilationFelix Fietkau2008-09-121-0/+16
| | | | SVN-Revision: 12574
* madwifi: add missing include file for the tools multicall binaryFelix Fietkau2008-09-051-1/+2
| | | | SVN-Revision: 12541
* madwifi: fix compile warningFelix Fietkau2008-09-011-1/+1
| | | | SVN-Revision: 12450
* improve wds sta mode compatibilityFelix Fietkau2008-09-012-27/+21
| | | | SVN-Revision: 12449
* Integrate new HAL release (by OpenWrt, DD-WRT, MakSat Technologies)Felix Fietkau2008-08-291-0/+135
| | | | SVN-Revision: 12429
* madwifi: more wds sta related fixesFelix Fietkau2008-08-193-22/+38
| | | | SVN-Revision: 12341
* fix madwifi napi polling packet counting final fix for #3880Felix Fietkau2008-08-161-3/+3
| | | | SVN-Revision: 12323
* madwifi: napi polling fix - fix u_int negative comparison - add some reserve ↵Felix Fietkau2008-08-111-1/+1
| | | | | | for polling packets (ff has two frames in one descriptor) SVN-Revision: 12280
* madwifi: fix crash on ad-hoc interface initFelix Fietkau2008-08-051-0/+14
| | | | SVN-Revision: 12161
* some more fixes for wds sta separationFelix Fietkau2008-08-052-18/+59
| | | | SVN-Revision: 12127
* madwifi: more fixes and cleanups for wds sta separationFelix Fietkau2008-08-032-25/+360
| | | | SVN-Revision: 12082