summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
* madwifi: fix rx for pure wds interfacesnbd2009-01-262-13/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a potential race condition in the wds ap station interface ↵nbd2009-01-261-13/+15
| | | | | | setup/teardown git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add back a missing part of the mbss vap refactoringnbd2009-01-261-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: preserve the interface mode correctly when using wds with sta ↵nbd2009-01-2614-38/+39
| | | | | | separation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a race condition in the wds sta separation, which is triggered ↵nbd2009-01-265-17/+17
| | | | | | by using wpa authentication on the ap git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14193 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix fast-frame related dma unmap bugnbd2009-01-261-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14192 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a noderef problem in the mbss vap cleanupnbd2009-01-261-17/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix the long standing bug that is triggered by nodes getting a ↵nbd2009-01-256-3/+843
| | | | | | timeout on one vap, then moving to another git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14171 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow changing country code for madwifi driver. Thanks alisonken1thepeople2009-01-221-4/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: add uci support for the propereq iwpriv settingjow2009-01-011-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: fix typo in config handlerjow2009-01-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13793 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd,madwifi: rename agmode option to hwmode. 11a and 11g ↵agb2008-12-311-13/+13
| | | | | | aren't the only allowed values git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add patch to allow ignoring probe requests (useful for ad-hoc mesh)nbd2008-12-291-0/+64
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: move autochannel idletime decision after radar and phy mode checkingnbd2008-12-091-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix division by zeronbd2008-12-044-7/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix the autochannel patchnbd2008-12-045-10/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13520 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move txpower settings after the interface comes up. Thanks alisonken1thepeople2008-12-031-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13502 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix frame type parsing (fixes stp, see #4205)nbd2008-12-021-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve automatic channel selection by taking idle airtime into accountnbd2008-11-294-5/+124
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve reliability of the wds modesnbd2008-11-2816-889/+862
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* MADWIFI_DEBUG should depend on DEVELkaloz2008-11-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: ap+sta race conditionsnbd2008-11-142-1/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add iwpriv for setting the maximum number of associated clients (ap ↵nbd2008-11-143-3/+88
| | | | | | mode) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13207 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix ACL race condition (patch by Sebastian Gottschall)nbd2008-11-021-0/+116
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix noderef and state machine issues in the currently unused ↵nbd2008-11-0265-465/+602
| | | | | | ap-to-ap wds mode; refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a rare wds related noderef issuenbd2008-11-0218-190/+191
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵nbd2008-10-291-7/+3
| | | | | | when bringing an interface down - fixes an issue with random hostapd death git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove LED api abuse from r13032 per request fom nbd, gpioctl is now built ↵thepeople2008-10-231-14/+5
| | | | | | by defualt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove polarity from config file generationthepeople2008-10-231-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mistakes in last committhepeople2008-10-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Simplify antenna selection and remove the need for gpioctl for the nanostation2.thepeople2008-10-231-12/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix polaritythepeople2008-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve reliability of the antenna diversity settingnbd2008-10-232-1/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement uci config option for the nanostation antenna/polarity control ↵nbd2008-10-231-8/+47
| | | | | | (ns2 and ns5 supported) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add a patch for detecting vendor / device name information (only ↵nbd2008-10-234-9/+326
| | | | | | implemented for WiSoC at the moment) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: allow disabling of hardware ibss merges by setting the wifi-iface ↵nbd2008-10-161-1/+4
| | | | | | option sw_merge, which does the tsf sync in software instead. used to work around hardware issues with hw merges (ATIM window gets screwed up) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove madwifi-testing (it confuses users) - it doesn't work, never has, and ↵nbd2008-10-1646-5160/+5
| | | | | | i'm not going to finish it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add sta mode idle reassoc fix (#4091)nbd2008-10-141-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a node refcounting imbalance with a low (but nonzero) crash ↵nbd2008-10-111-1/+1
| | | | | | probability git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow larger beacon interval values - useful for big mesh networks (patch by ↵nbd2008-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 ↵nbd2008-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 ↵nbd2008-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 ↵nbd2008-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 compatnbd2008-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)nbd2008-10-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi patch cleanup and stability fixesnbd2008-10-0335-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 ↵nbd2008-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 patchnbd2008-09-281-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: set essid on to avoid association with different ssid (patch from ↵nbd2008-09-281-0/+1
| | | | | | #3937) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove unnecessary patch chunknbd2008-09-261-11/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12720 3c298f89-4303-0410-b956-a3cf2f4a3e73