Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | madwifi: fix bugs in the calibration triggers | Felix Fietkau | 2009-09-23 | 1 | -0/+177 | |
| | | | | SVN-Revision: 17691 | |||||
* | madwifi: fix a theoretical tx buffer leak | Felix Fietkau | 2009-09-23 | 1 | -0/+10 | |
| | | | | SVN-Revision: 17690 | |||||
* | madwifi: fix beacon slot handling and add support for more than 4 vaps ↵ | Felix Fietkau | 2009-09-23 | 1 | -0/+151 | |
| | | | | | | (useful for wds per-sta interfaces) SVN-Revision: 17689 | |||||
* | madwifi: fix sta mode reconnect when roaming between different aps of the ↵ | Felix Fietkau | 2009-09-23 | 1 | -0/+33 | |
| | | | | | | same essid SVN-Revision: 17688 | |||||
* | madwifi: fix maximum txpower display | Felix Fietkau | 2009-09-23 | 8 | -97/+111 | |
| | | | | SVN-Revision: 17687 | |||||
* | madwifi: fix iwconfig tx power display | Felix Fietkau | 2009-09-16 | 7 | -51/+52 | |
| | | | | SVN-Revision: 17592 | |||||
* | madwifi: bump package revision | Andy Boyett | 2009-09-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17589 | |||||
* | madwifi: fix a wds related race condition | Felix Fietkau | 2009-09-14 | 12 | -24/+25 | |
| | | | | SVN-Revision: 17578 | |||||
* | madwifi: remove an unimportant part of the ibss node handling fix, which led ↵ | Felix Fietkau | 2009-09-14 | 2 | -12/+1 | |
| | | | | | | to a regression in ap-to-ap wds operation SVN-Revision: 17576 | |||||
* | bump some revisions and update copyrights | Andy Boyett | 2009-09-10 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17554 | |||||
* | madwifi: replace an implicit memcpy with an explicit one (cosmetic fix) | Felix Fietkau | 2009-09-09 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17546 | |||||
* | madwifi: fix several noderef and ibss merge issues that led to memory leaks ↵ | Felix Fietkau | 2009-09-09 | 21 | -117/+165 | |
| | | | | | | and high system load SVN-Revision: 17545 | |||||
* | madwifi: add a configuration for uapsd (unscheduled automatic powersave ↵ | Felix Fietkau | 2009-09-03 | 1 | -0/+3 | |
| | | | | | | delivery), turn it off by default because of compatibility issues with nokia phones SVN-Revision: 17510 | |||||
* | madwifi: fix another unconverted netdev_ops issue | Felix Fietkau | 2009-08-28 | 1 | -4/+8 | |
| | | | | SVN-Revision: 17431 | |||||
* | madwifi: remove version selection support | Felix Fietkau | 2009-08-19 | 1 | -12/+0 | |
| | | | | SVN-Revision: 17316 | |||||
* | remove support for the madwifi upstream release, it doesn't work on newer ↵ | Felix Fietkau | 2009-08-19 | 4 | -67/+14 | |
| | | | | | | kernels and it's not very reliable anyway SVN-Revision: 17315 | |||||
* | madwifi: add patch for building all modules (except for the HAL) into a ↵ | Felix Fietkau | 2009-08-19 | 3 | -37/+801 | |
| | | | | | | single module. saves space and gets rid of unnecessary exports removes support for onoe and amrr - I don't think anybody needs these anymore SVN-Revision: 17314 | |||||
* | add powersave fixes based on patches by Steven Luo (#4376) | Felix Fietkau | 2009-08-19 | 2 | -0/+35 | |
| | | | | SVN-Revision: 17312 | |||||
* | madwifi: refresh patches | Felix Fietkau | 2009-08-19 | 5 | -9/+9 | |
| | | | | SVN-Revision: 17311 | |||||
* | madwifi: fix frame dropped counter | Felix Fietkau | 2009-08-11 | 1 | -0/+25 | |
| | | | | SVN-Revision: 17224 | |||||
* | madwifi: fix compiler warning | Felix Fietkau | 2009-08-11 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17221 | |||||
* | fix software rx filter for ibss mode (based on a patch by harald schiöberg) | Felix Fietkau | 2009-08-11 | 1 | -0/+20 | |
| | | | | SVN-Revision: 17220 | |||||
* | madwifi: fix compile error on kernels without net_device api compatibility | Felix Fietkau | 2009-08-11 | 5 | -11/+19 | |
| | | | | SVN-Revision: 17219 | |||||
* | madwifi: fix a race condition in the ap2ap wds setup | Felix Fietkau | 2009-08-01 | 1 | -11/+33 | |
| | | | | SVN-Revision: 17086 | |||||
* | madwifi: disable debug by default in the source tree instead of only relying ↵ | Felix Fietkau | 2009-08-01 | 1 | -3/+5 | |
| | | | | | | on the override (useful for external builds) SVN-Revision: 17085 | |||||
* | madwifi: remove the get_arch.mk build failure when the 'detected' arch ↵ | Felix Fietkau | 2009-08-01 | 1 | -1/+6 | |
| | | | | | | doesn't match the build system's value SVN-Revision: 17084 | |||||
* | madwifi: fix crash on 2.6.30 | Felix Fietkau | 2009-07-18 | 2 | -2/+16 | |
| | | | | SVN-Revision: 16889 | |||||
* | madwifi: fix a race condition in the ibss merge | Felix Fietkau | 2009-07-16 | 1 | -0/+10 | |
| | | | | SVN-Revision: 16870 | |||||
* | madwifi: turn software based tsf merging on by default, get rid of some ↵ | Felix Fietkau | 2009-07-16 | 1 | -4/+5 | |
| | | | | | | iwpriv errors on wifi restart SVN-Revision: 16862 | |||||
* | madwifi: clean up / fix ibss node handling | Felix Fietkau | 2009-07-16 | 1 | -0/+80 | |
| | | | | SVN-Revision: 16861 | |||||
* | madwifi: trivial antenna diversity fix | Felix Fietkau | 2009-07-14 | 1 | -1/+1 | |
| | | | | SVN-Revision: 16846 | |||||
* | madwifi: remove the -mlong-calls cflag from include files | Felix Fietkau | 2009-07-13 | 1 | -0/+1 | |
| | | | | SVN-Revision: 16830 | |||||
* | madwifi.sh channel fix | Vasilis Tsiligiannis | 2009-07-12 | 1 | -22/+17 | |
| | | | | | | | | In the madwifi.sh there is to read "only need to change freq band and channel on the first vif". This is wrong. For example if you create a new Ad-Hoc network and an AP interface, the channel is reseted to 1, regardless of the UCI setting. So remove this wrong code. Signed-off-by: Alina Friedrichsen <x-alina@gmx.net> SVN-Revision: 16814 | |||||
* | madwifi: clean up wme handling, use same packet classification as mac80211 | Felix Fietkau | 2009-07-12 | 1 | -0/+136 | |
| | | | | SVN-Revision: 16790 | |||||
* | madwifi: fix another instance of excessive stack usage in wlanconfig | Felix Fietkau | 2009-07-12 | 1 | -0/+9 | |
| | | | | SVN-Revision: 16788 | |||||
* | upgrade to the new version of wprobe - includes reconfigurable layer 2 ↵ | Felix Fietkau | 2009-07-06 | 1 | -22/+63 | |
| | | | | | | statistics, remote access, more configuration options and many bugfixes SVN-Revision: 16719 | |||||
* | madwifi: Disable compression capability on AR71XX and make it optional for ↵ | Vasilis Tsiligiannis | 2009-07-01 | 2 | -1/+13 | |
| | | | | | | other platforms (thanks to David A. Bandel and Dennis Bartsch) SVN-Revision: 16642 | |||||
* | Various Makefile cleanup. | Hauke Mehrtens | 2009-06-13 | 1 | -3/+3 | |
| | | | | | | Thanks to swalker. SVN-Revision: 16437 | |||||
* | madwifi: disable compression by default, as it can cause instabilities on ↵ | Felix Fietkau | 2009-06-11 | 1 | -2/+2 | |
| | | | | | | various platforms (thx, acoul) SVN-Revision: 16421 | |||||
* | madwifi: clear variables used in for loop | Vasilis Tsiligiannis | 2009-06-03 | 1 | -2/+1 | |
| | | | | SVN-Revision: 16308 | |||||
* | madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops ↵ | Felix Fietkau | 2009-06-01 | 1 | -3/+34 | |
| | | | | | | transition) SVN-Revision: 16289 | |||||
* | now that the gemini target is working, get rid of the obsolete and buggy ↵ | Imre Kaloz | 2009-06-01 | 1 | -3/+0 | |
| | | | | | | storm target SVN-Revision: 16274 | |||||
* | fix madwifi for the gemini target | Imre Kaloz | 2009-06-01 | 1 | -0/+3 | |
| | | | | SVN-Revision: 16270 | |||||
* | madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis ↵ | Jo-Philipp Wich | 2009-05-31 | 1 | -43/+3 | |
| | | | | | | Tsiligiannis SVN-Revision: 16238 | |||||
* | madwifi: handle frame classification properly if eth->h_proto contains the ↵ | Felix Fietkau | 2009-05-31 | 1 | -1/+1 | |
| | | | | | | protocol number directly (without offset) SVN-Revision: 16237 | |||||
* | madwifi: fix excessive stack usage in the wlanconfig tool | Felix Fietkau | 2009-05-31 | 1 | -0/+11 | |
| | | | | SVN-Revision: 16235 | |||||
* | madwifi: if a txpower value below the poweroffset is requested, set the ↵ | Felix Fietkau | 2009-05-31 | 1 | -0/+16 | |
| | | | | | | internal txpower to 0db SVN-Revision: 16234 | |||||
* | madwifi: add better hw detection, use a power offset for setting/getting tx ↵ | Felix Fietkau | 2009-05-31 | 28 | -283/+406 | |
| | | | | | | power for cards that have a twisted eeprom SVN-Revision: 16224 | |||||
* | madwifi: add sanity checks for monitor mode injection | Felix Fietkau | 2009-05-30 | 1 | -0/+26 | |
| | | | | SVN-Revision: 16218 | |||||
* | madwifi: fix an array overrun in the rate control attach check | Felix Fietkau | 2009-05-30 | 1 | -1/+1 | |
| | | | | SVN-Revision: 16217 |