summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches
Commit message (Collapse)AuthorAgeFilesLines
* 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
* madwifi: disable bogus vlan handling code which actually breaks vlanFelix Fietkau2008-08-011-0/+25
| | | | SVN-Revision: 12065
* madwifi: fix race condition triggered by active split wds sta interfaces ↵Felix Fietkau2008-07-311-0/+31
| | | | | | during vap delete SVN-Revision: 12052
* fix multicast/authframe handling for wds ap with split sta interfacesFelix Fietkau2008-07-312-6/+19
| | | | SVN-Revision: 12051
* madwifi: add some beacon setup/update related fixes (based on Bruno ↵Felix Fietkau2008-07-315-3/+110
| | | | | | Randolf's patchset) SVN-Revision: 12049
* fix madwifi packet injectionFelix Fietkau2008-07-311-0/+34
| | | | | | | | This patch from madwifi commit 3337 makes packet injection work. Signed-off-by: Petr Liebmann <petrliebman@googlemail.com> SVN-Revision: 12048
* madwifi: add some extra sanity checkingFelix Fietkau2008-07-302-1/+13
| | | | SVN-Revision: 12006
* madwifi: wds updates - refactor wds code - add interface for separating ↵Felix Fietkau2008-07-307-6/+1172
| | | | | | individual wds stations from the master interface - add some queueing fixes for packets passing through virtual interfaces SVN-Revision: 12003
* refresh madwifi patchesFelix Fietkau2008-07-2523-55/+53
| | | | SVN-Revision: 11932
* madwifi: preempt any running scan when wpa_supplicant triggers a new assocFelix Fietkau2008-07-251-0/+10
| | | | SVN-Revision: 11929
* madwifi: preserve WPA IEs received in probe responses and prefer them over ↵Felix Fietkau2008-07-251-0/+49
| | | | | | beacon information improves reliability when using wpa_supplicant to connect to aps with hidden ssid and dynamic encryption settings SVN-Revision: 11928
* madwifi: add some roaming fixes by ubntFelix Fietkau2008-07-251-0/+77
| | | | SVN-Revision: 11927
* rewrite madwifi sta mode link up/down notifications (mostly used by ↵Felix Fietkau2008-07-251-5/+197
| | | | | | wpa_supplicant), fixes some stale node or reconnect loop issues SVN-Revision: 11926
* madwifi: reduce the packet loss impact of forced background scans triggered ↵Felix Fietkau2008-07-252-13/+48
| | | | | | by the configured threshold SVN-Revision: 11925
* madwifi: improve hidden ssid handling in sta modeFelix Fietkau2008-07-251-2/+15
| | | | SVN-Revision: 11924
* madwifi: fix queue stop/start during key updatesFelix Fietkau2008-07-251-15/+26
| | | | SVN-Revision: 11923
* add some madwifi fixes and enhancements by Sven-Ola, refresh patchesFelix Fietkau2008-07-1628-76/+2738
| | | | SVN-Revision: 11848
* madwifi: add an optional threshold for low-rssi disconnection. This can be ↵Felix Fietkau2008-07-121-0/+91
| | | | | | useful when letting wpa_supplicant control roaming. SVN-Revision: 11799
* madwifi: improve beacon miss handling to increase the reliability of STA ↵Felix Fietkau2008-07-121-0/+102
| | | | | | mode links SVN-Revision: 11798
* madwifi: drop stale AP nodes from the client list when disconnecting. Fixes ↵Felix Fietkau2008-07-121-0/+59
| | | | | | some reassoc issues. SVN-Revision: 11797
* madwifi: add a preliminary fix for the reassoc check, but disable reassoc ↵Felix Fietkau2008-07-121-0/+31
| | | | | | entirely for now until we've figured out why it fails frequently. SVN-Revision: 11796
* madwifi: some misconfigured APs broadcast NULL BSSIDs, which can confuse the ↵Felix Fietkau2008-07-121-0/+18
| | | | | | STA. Ignore those when scanning. SVN-Revision: 11795