Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | improve wds sta mode compatibility | Felix Fietkau | 2008-09-01 |
| | | | | SVN-Revision: 12449 | ||
* | fix madwifi hal target for mips* | Felix Fietkau | 2008-08-30 |
| | | | | SVN-Revision: 12435 | ||
* | Integrate new HAL release (by OpenWrt, DD-WRT, MakSat Technologies) | Felix Fietkau | 2008-08-29 |
| | | | | SVN-Revision: 12429 | ||
* | revert accidental change to madwifi.sh | Felix Fietkau | 2008-08-29 |
| | | | | SVN-Revision: 12428 | ||
* | madwifi: fix encryption type check | Felix Fietkau | 2008-08-28 |
| | | | | SVN-Revision: 12421 | ||
* | madwifi: only start hostapd when necessary | Felix Fietkau | 2008-08-28 |
| | | | | SVN-Revision: 12420 | ||
* | madwifi: keep a/g mode and pureg setting in sync across vaps | Felix Fietkau | 2008-08-21 |
| | | | | SVN-Revision: 12363 | ||
* | madwifi: more wds sta related fixes | Felix Fietkau | 2008-08-19 |
| | | | | SVN-Revision: 12341 | ||
* | fix madwifi napi polling packet counting final fix for #3880 | Felix Fietkau | 2008-08-16 |
| | | | | SVN-Revision: 12323 | ||
* | Add generic wpa_supplicant calls and use them for mac80211 and madwifi. | Florian Fainelli | 2008-08-12 |
| | | | | SVN-Revision: 12289 | ||
* | Add 802.1x client configuration support and corresponding documentation (#2069) | Florian Fainelli | 2008-08-11 |
| | | | | SVN-Revision: 12283 | ||
* | madwifi: napi polling fix - fix u_int negative comparison - add some reserve ↵ | Felix Fietkau | 2008-08-11 |
| | | | | | | for polling packets (ff has two frames in one descriptor) SVN-Revision: 12280 | ||
* | Add 11gdt, 11adt, 11ast and fh modes (#3824) | Florian Fainelli | 2008-08-07 |
| | | | | SVN-Revision: 12240 | ||
* | madwifi: fix crash on ad-hoc interface init | Felix Fietkau | 2008-08-05 |
| | | | | SVN-Revision: 12161 | ||
* | some more fixes for wds sta separation | Felix Fietkau | 2008-08-05 |
| | | | | SVN-Revision: 12127 | ||
* | madwifi: more fixes and cleanups for wds sta separation | Felix Fietkau | 2008-08-03 |
| | | | | SVN-Revision: 12082 | ||
* | madwifi: disable bogus vlan handling code which actually breaks vlan | Felix Fietkau | 2008-08-01 |
| | | | | SVN-Revision: 12065 | ||
* | enable wds sta interface splitting by default | Felix Fietkau | 2008-08-01 |
| | | | | SVN-Revision: 12056 | ||
* | madwifi: remove wds type of wifi-iface without essid, imho it never worked ↵ | Felix Fietkau | 2008-08-01 |
| | | | | | | properly and is unsupported now, regular ap/sta with option wds 1 is preferred SVN-Revision: 12055 | ||
* | use the madwifi driver instead of wext in the wpa_supplicant command line. ↵ | Felix Fietkau | 2008-07-31 |
| | | | | | | the madwifi driver can associate faster because it uses a different ioctl interface SVN-Revision: 12053 | ||
* | madwifi: fix race condition triggered by active split wds sta interfaces ↵ | Felix Fietkau | 2008-07-31 |
| | | | | | | during vap delete SVN-Revision: 12052 | ||
* | fix multicast/authframe handling for wds ap with split sta interfaces | Felix Fietkau | 2008-07-31 |
| | | | | SVN-Revision: 12051 | ||
* | madwifi: add some beacon setup/update related fixes (based on Bruno ↵ | Felix Fietkau | 2008-07-31 |
| | | | | | | Randolf's patchset) SVN-Revision: 12049 | ||
* | fix madwifi packet injection | Felix Fietkau | 2008-07-31 |
| | | | | | | | | This patch from madwifi commit 3337 makes packet injection work. Signed-off-by: Petr Liebmann <petrliebman@googlemail.com> SVN-Revision: 12048 | ||
* | madwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some ↵ | Felix Fietkau | 2008-07-31 |
| | | | | | | mails/tickets untested, does not work with 2.6.26 SVN-Revision: 12047 | ||
* | fix duplicate "doth" interface option in madwifi | Felix Fietkau | 2008-07-31 |
| | | | | SVN-Revision: 12032 | ||
* | madwifi: add some extra sanity checking | Felix Fietkau | 2008-07-30 |
| | | | | SVN-Revision: 12006 | ||
* | madwifi: change the network scripts to use the new wds sta separation feature | Felix Fietkau | 2008-07-30 |
| | | | | SVN-Revision: 12005 |