aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches
Commit message (Collapse)AuthorAgeFilesLines
* allow larger beacon interval values - useful for big mesh networks (patch by ↵Felix Fietkau2008-10-071-0/+13
| | | | | | sven-ola) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: re-enable the MIB interrupt flood protection fix - apparently it's ↵Felix Fietkau2008-10-071-28/+11
| | | | | | still necessary in some extreme cases git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12884 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add another missing change for linux 2.4 compatFelix Fietkau2008-10-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix linux 2.4 compile with latest ibss fixes (thx, sven-ola)Felix Fietkau2008-10-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi patch cleanup and stability fixesFelix Fietkau2008-10-0333-162/+401
| | | | | | | | | - fix a semi-random heisenbug by 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port generic and ixp4xx kernel patches to 2.6.27 (compiles except for ↵Felix Fietkau2008-09-291-0/+133
| | | | | | iptables, but otherwise completely untested) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: revert part of the noderef fix patchFelix Fietkau2008-09-281-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove unnecessary patch chunkFelix Fietkau2008-09-261-11/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix some really evil noderef issues (fixes #3999)Felix Fietkau2008-09-262-1/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: don't crash if the static rate is not in a per-node ratesetFelix Fietkau2008-09-251-0/+200
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix locking issues in state machine changesFelix Fietkau2008-09-234-43/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix x86_64 compilationFelix Fietkau2008-09-121-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add missing include file for the tools multicall binaryFelix Fietkau2008-09-051-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix compile warningFelix Fietkau2008-09-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve wds sta mode compatibilityFelix Fietkau2008-09-012-27/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Integrate new HAL release (by OpenWrt, DD-WRT, MakSat Technologies)Felix Fietkau2008-08-291-0/+135
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: more wds sta related fixesFelix Fietkau2008-08-193-22/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi napi polling packet countingFelix Fietkau2008-08-161-3/+3
| | | | | | | final fix for #3880 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: napi polling fixFelix Fietkau2008-08-111-1/+1
| | | | | | | | - fix u_int negative comparison - add some reserve for polling packets (ff has two frames in one descriptor) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix crash on ad-hoc interface initFelix Fietkau2008-08-051-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12161 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some more fixes for wds sta separationFelix Fietkau2008-08-052-18/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: more fixes and cleanups for wds sta separationFelix Fietkau2008-08-032-25/+360
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: disable bogus vlan handling code which actually breaks vlanFelix Fietkau2008-08-011-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix race condition triggered by active split wds sta interfaces ↵Felix Fietkau2008-07-311-0/+31
| | | | | | during vap delete git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix multicast/authframe handling for wds ap with split sta interfacesFelix Fietkau2008-07-312-6/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some beacon setup/update related fixes (based on Bruno ↵Felix Fietkau2008-07-315-3/+110
| | | | | | Randolf's patchset) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some extra sanity checkingFelix Fietkau2008-07-302-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: wds updatesFelix Fietkau2008-07-307-6/+1172
| | | | | | | | | - refactor wds code - add interface for separating individual wds stations from the master interface - add some queueing fixes for packets passing through virtual interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh madwifi patchesFelix Fietkau2008-07-2523-55/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: preempt any running scan when wpa_supplicant triggers a new assocFelix Fietkau2008-07-251-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11929 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11928 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some roaming fixes by ubntFelix Fietkau2008-07-251-0/+77
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: reduce the packet loss impact of forced background scans triggered ↵Felix Fietkau2008-07-252-13/+48
| | | | | | by the configured threshold git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve hidden ssid handling in sta modeFelix Fietkau2008-07-251-2/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix queue stop/start during key updatesFelix Fietkau2008-07-251-15/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11923 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some madwifi fixes and enhancements by Sven-Ola, refresh patchesFelix Fietkau2008-07-1628-76/+2738
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11799 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve beacon miss handling to increase the reliability of STA ↵Felix Fietkau2008-07-121-0/+102
| | | | | | mode links git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: drop stale AP nodes from the client list when disconnecting. Fixes ↵Felix Fietkau2008-07-121-0/+59
| | | | | | some reassoc issues. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11797 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11796 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: some misconfigured APs broadcast NULL BSSIDs, which can confuse the ↵Felix Fietkau2008-07-121-0/+18
| | | | | | | | | STA. Ignore those when scanning. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add an optional background scanning threshold triggered by low rssiFelix Fietkau2008-07-121-0/+127
| | | | | | | | (useful for passing updated scan results to the wpa_supplicant ahead of time, before losing connectivity entirely) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: recognize hidden essid with length=1 containing a nullbyteFelix Fietkau2008-07-121-0/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11793 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: make STA mode interfaces disassociate if transmission of assoc/auth ↵Felix Fietkau2008-07-121-0/+81
| | | | | | critical packets failed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11792 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh some madwifi patchesFelix Fietkau2008-07-126-96/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make atheros wifi cards used on arcaydian 4519 ifxmips based boards workJohn Crispin2008-07-062-0/+119
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11676 3c298f89-4303-0410-b956-a3cf2f4a3e73