Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only ↵ | Andy Boyett | 2008-12-31 |
| | | | | | | allowed values SVN-Revision: 13790 | ||
* | madwifi: add patch to allow ignoring probe requests (useful for ad-hoc mesh) | Felix Fietkau | 2008-12-29 |
| | | | | SVN-Revision: 13760 | ||
* | madwifi: move autochannel idletime decision after radar and phy mode checking | Felix Fietkau | 2008-12-09 |
| | | | | SVN-Revision: 13564 | ||
* | madwifi: fix division by zero | Felix Fietkau | 2008-12-04 |
| | | | | SVN-Revision: 13521 | ||
* | madwifi: fix the autochannel patch | Felix Fietkau | 2008-12-04 |
| | | | | SVN-Revision: 13520 | ||
* | Move txpower settings after the interface comes up. Thanks alisonken1 | Travis Kemen | 2008-12-03 |
| | | | | SVN-Revision: 13502 | ||
* | madwifi: fix frame type parsing (fixes stp, see #4205) | Felix Fietkau | 2008-12-02 |
| | | | | SVN-Revision: 13468 | ||
* | madwifi: improve automatic channel selection by taking idle airtime into account | Felix Fietkau | 2008-11-29 |
| | | | | SVN-Revision: 13420 | ||
* | madwifi: improve reliability of the wds modes | Felix Fietkau | 2008-11-28 |
| | | | | SVN-Revision: 13416 | ||
* | MADWIFI_DEBUG should depend on DEVEL | Imre Kaloz | 2008-11-17 |
| | | | | SVN-Revision: 13267 | ||
* | madwifi: ap+sta race conditions | Felix Fietkau | 2008-11-14 |
| | | | | SVN-Revision: 13208 | ||
* | madwifi: add iwpriv for setting the maximum number of associated clients (ap ↵ | Felix Fietkau | 2008-11-14 |
| | | | | | | mode) SVN-Revision: 13207 | ||
* | madwifi: fix ACL race condition (patch by Sebastian Gottschall) | Felix Fietkau | 2008-11-02 |
| | | | | SVN-Revision: 13097 | ||
* | madwifi: fix noderef and state machine issues in the currently unused ↵ | Felix Fietkau | 2008-11-02 |
| | | | | | | ap-to-ap wds mode; refresh patches SVN-Revision: 13096 | ||
* | fix a rare wds related noderef issue | Felix Fietkau | 2008-11-02 |
| | | | | SVN-Revision: 13095 | ||
* | use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵ | Felix Fietkau | 2008-10-29 |
| | | | | | | when bringing an interface down - fixes an issue with random hostapd death SVN-Revision: 13078 | ||
* | remove LED api abuse from r13032 per request fom nbd, gpioctl is now built ↵ | Travis Kemen | 2008-10-23 |
| | | | | | | by defualt SVN-Revision: 13039 | ||
* | remove polarity from config file generation | Travis Kemen | 2008-10-23 |
| | | | | SVN-Revision: 13034 | ||
* | fix mistakes in last commit | Travis Kemen | 2008-10-23 |
| | | | | SVN-Revision: 13033 | ||
* | Simplify antenna selection and remove the need for gpioctl for the nanostation2. | Travis Kemen | 2008-10-23 |
| | | | | SVN-Revision: 13032 | ||
* | fix polarity | Travis Kemen | 2008-10-23 |
| | | | | SVN-Revision: 13031 | ||
* | madwifi: improve reliability of the antenna diversity setting | Felix Fietkau | 2008-10-23 |
| | | | | SVN-Revision: 13029 | ||
* | implement uci config option for the nanostation antenna/polarity control ↵ | Felix Fietkau | 2008-10-23 |
| | | | | | | (ns2 and ns5 supported) SVN-Revision: 13028 | ||
* | madwifi: add a patch for detecting vendor / device name information (only ↵ | Felix Fietkau | 2008-10-23 |
| | | | | | | implemented for WiSoC at the moment) SVN-Revision: 13027 | ||
* | madwifi: allow disabling of hardware ibss merges by setting the wifi-iface ↵ | Felix Fietkau | 2008-10-16 |
| | | | | | | 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) SVN-Revision: 12993 | ||
* | remove madwifi-testing (it confuses users) - it doesn't work, never has, and ↵ | Felix Fietkau | 2008-10-16 |
| | | | | | | i'm not going to finish it. SVN-Revision: 12992 | ||
* | madwifi: add sta mode idle reassoc fix (#4091) | Felix Fietkau | 2008-10-14 |
| | | | | SVN-Revision: 12981 | ||
* | madwifi: fix a node refcounting imbalance with a low (but nonzero) crash ↵ | Felix Fietkau | 2008-10-11 |
| | | | | | | probability SVN-Revision: 12950 | ||
* | allow larger beacon interval values - useful for big mesh networks (patch by ↵ | Felix Fietkau | 2008-10-07 |
| | | | | | | sven-ola) SVN-Revision: 12886 | ||
* | madwifi: re-enable the MIB interrupt flood protection fix - apparently it's ↵ | Felix Fietkau | 2008-10-07 |
| | | | | | | still necessary in some extreme cases SVN-Revision: 12885 | ||
* | fix mode setup for ibss/ahdemo - preserve existing modes and use HOSTAP mode ↵ | Felix Fietkau | 2008-10-07 |
| | | | | | | 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 Fietkau | 2008-10-07 |
| | | | | | | 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 compat | Felix Fietkau | 2008-10-04 |
| | | | | SVN-Revision: 12847 | ||
* | fix linux 2.4 compile with latest ibss fixes (thx, sven-ola) | Felix Fietkau | 2008-10-03 |
| | | | | SVN-Revision: 12841 | ||
* | madwifi patch cleanup and stability fixes - fix a semi-random heisenbug by ↵ | Felix Fietkau | 2008-10-03 |
| | | | | | | 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 Fietkau | 2008-09-29 |
| | | | | | | iptables, but otherwise completely untested) SVN-Revision: 12790 | ||
* | madwifi: revert part of the noderef fix patch | Felix Fietkau | 2008-09-28 |
| | | | | SVN-Revision: 12771 | ||
* | madwifi: set essid on to avoid association with different ssid (patch from ↵ | Felix Fietkau | 2008-09-28 |
| | | | | | | #3937) SVN-Revision: 12759 | ||
* | remove unnecessary patch chunk | Felix Fietkau | 2008-09-26 |
| | | | | SVN-Revision: 12720 | ||
* | madwifi: fix some really evil noderef issues (fixes #3999) | Felix Fietkau | 2008-09-26 |
| | | | | SVN-Revision: 12719 | ||
* | madwifi: don't crash if the static rate is not in a per-node rateset | Felix Fietkau | 2008-09-25 |
| | | | | SVN-Revision: 12713 | ||
* | add option to shutoff softled | Travis Kemen | 2008-09-25 |
| | | | | SVN-Revision: 12709 | ||
* | madwifi: fix locking issues in state machine changes | Felix Fietkau | 2008-09-23 |
| | | | | SVN-Revision: 12670 | ||
* | madwifi: fix x86_64 compilation | Felix Fietkau | 2008-09-12 |
| | | | | SVN-Revision: 12574 | ||
* | madwifi: upgrade to 2008-09-09 HAL | Felix Fietkau | 2008-09-12 |
| | | | | SVN-Revision: 12573 | ||
* | madwifi: add missing include file for the tools multicall binary | Felix Fietkau | 2008-09-05 |
| | | | | SVN-Revision: 12541 | ||
* | madwifi: select the right hal binary for EABI on ARM | Felix Fietkau | 2008-09-05 |
| | | | | SVN-Revision: 12540 | ||
* | madwifi upstream does not work on wisoc | Felix Fietkau | 2008-09-02 |
| | | | | SVN-Revision: 12489 | ||
* | fix madwifi upstream compile for mips (#3952) | Felix Fietkau | 2008-09-02 |
| | | | | SVN-Revision: 12488 | ||
* | madwifi: fix compile warning | Felix Fietkau | 2008-09-01 |
| | | | | SVN-Revision: 12450 |