summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches
Commit message (Collapse)AuthorAgeFilesLines
* 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
* madwifi: add an optional background scanning threshold triggered by low rssi ↵Felix Fietkau2008-07-121-0/+127
| | | | | | (useful for passing updated scan results to the wpa_supplicant ahead of time, before losing connectivity entirely) SVN-Revision: 11794
* madwifi: recognize hidden essid with length=1 containing a nullbyteFelix Fietkau2008-07-121-0/+38
| | | | SVN-Revision: 11793
* madwifi: make STA mode interfaces disassociate if transmission of assoc/auth ↵Felix Fietkau2008-07-121-0/+81
| | | | | | critical packets failed. SVN-Revision: 11792
* refresh some madwifi patchesFelix Fietkau2008-07-126-96/+48
| | | | SVN-Revision: 11791
* make atheros wifi cards used on arcaydian 4519 ifxmips based boards workJohn Crispin2008-07-062-0/+119
| | | | SVN-Revision: 11676
* be a bit more verbose about madwifi errorsFelix Fietkau2008-07-061-33/+108
| | | | SVN-Revision: 11675
* madwifi: fix sequence number check on incoming retransmit checksFelix Fietkau2008-07-011-0/+26
| | | | SVN-Revision: 11614
* another patch fixFelix Fietkau2008-06-131-7/+7
| | | | SVN-Revision: 11455
* fix a small commentFelix Fietkau2008-06-131-7/+7
| | | | SVN-Revision: 11454
* fix ANI and make use of it in all modes except for monitorFelix Fietkau2008-06-131-5/+280
| | | | SVN-Revision: 11453
* madwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for ↵Felix Fietkau2008-06-092-9/+13
| | | | | | future HALs SVN-Revision: 11409
* oops. accidentally committed the wrong patch versionFelix Fietkau2008-06-071-4/+8
| | | | SVN-Revision: 11395
* fix madwifi on linux 2.4Felix Fietkau2008-06-061-0/+13
| | | | SVN-Revision: 11385
* refresh madwifi patches using upstream styleImre Kaloz2008-06-0443-505/+543
| | | | SVN-Revision: 11351
* add missing exportFelix Fietkau2008-06-011-17/+18
| | | | SVN-Revision: 11317
* madwifi: refresh patchesFelix Fietkau2008-06-0139-325/+323
| | | | SVN-Revision: 11316
* madwifi: clean up scanning code, add support for changing scan listsFelix Fietkau2008-06-011-0/+890
| | | | SVN-Revision: 11315
* madwifi: update to sam leffler's latest hal fixes LED on wisoc fixes rx ↵Felix Fietkau2008-06-014-59/+36
| | | | | | sensitivity issues improves throughput on all cards/devices enhances link stability SVN-Revision: 11314
* clean up performance patch, add some head/tailroom calculation fixes (thx, ↵Felix Fietkau2008-06-012-58/+89
| | | | | | benoit) fix some unused variables SVN-Revision: 11313
* madwifi build scripts cleanupFelix Fietkau2008-06-012-273/+178
| | | | SVN-Revision: 11312
* leave ack/cts setting alone by defaultFelix Fietkau2008-04-231-0/+42
| | | | SVN-Revision: 10926
* move timeout trigger for protection mode to node timeout triggerFelix Fietkau2008-04-231-25/+33
| | | | SVN-Revision: 10925
* clean up cwmin/cwmax defines and remove some wrong values which made ↵Felix Fietkau2008-04-231-19/+87
| | | | | | minstrel a bit inaccurate SVN-Revision: 10924
* madwifi: put an upper limit on the amount of sampling that minstrel should ↵Felix Fietkau2008-04-221-12/+24
| | | | | | do when the link changes its status from very good to slightly bad. the previous version of the patch could have resulted in erratic rate control behavior when there was a lot of sampling backlog. SVN-Revision: 10921
* add some more fine tuning for madwifiFelix Fietkau2008-04-211-0/+43
| | | | SVN-Revision: 10900