summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
...
* madwifi: fix bugs in the calibration triggersFelix Fietkau2009-09-231-0/+177
| | | | SVN-Revision: 17691
* madwifi: fix a theoretical tx buffer leakFelix Fietkau2009-09-231-0/+10
| | | | SVN-Revision: 17690
* madwifi: fix beacon slot handling and add support for more than 4 vaps ↵Felix Fietkau2009-09-231-0/+151
| | | | | | (useful for wds per-sta interfaces) SVN-Revision: 17689
* madwifi: fix sta mode reconnect when roaming between different aps of the ↵Felix Fietkau2009-09-231-0/+33
| | | | | | same essid SVN-Revision: 17688
* madwifi: fix maximum txpower displayFelix Fietkau2009-09-238-97/+111
| | | | SVN-Revision: 17687
* madwifi: fix iwconfig tx power displayFelix Fietkau2009-09-167-51/+52
| | | | SVN-Revision: 17592
* madwifi: bump package revisionAndy Boyett2009-09-151-1/+1
| | | | SVN-Revision: 17589
* madwifi: fix a wds related race conditionFelix Fietkau2009-09-1412-24/+25
| | | | SVN-Revision: 17578
* madwifi: remove an unimportant part of the ibss node handling fix, which led ↵Felix Fietkau2009-09-142-12/+1
| | | | | | to a regression in ap-to-ap wds operation SVN-Revision: 17576
* bump some revisions and update copyrightsAndy Boyett2009-09-101-1/+1
| | | | SVN-Revision: 17554
* madwifi: replace an implicit memcpy with an explicit one (cosmetic fix)Felix Fietkau2009-09-091-1/+1
| | | | SVN-Revision: 17546
* madwifi: fix several noderef and ibss merge issues that led to memory leaks ↵Felix Fietkau2009-09-0921-117/+165
| | | | | | and high system load SVN-Revision: 17545
* madwifi: add a configuration for uapsd (unscheduled automatic powersave ↵Felix Fietkau2009-09-031-0/+3
| | | | | | delivery), turn it off by default because of compatibility issues with nokia phones SVN-Revision: 17510
* madwifi: fix another unconverted netdev_ops issueFelix Fietkau2009-08-281-4/+8
| | | | SVN-Revision: 17431
* madwifi: remove version selection supportFelix Fietkau2009-08-191-12/+0
| | | | SVN-Revision: 17316
* remove support for the madwifi upstream release, it doesn't work on newer ↵Felix Fietkau2009-08-194-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 Fietkau2009-08-193-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 Fietkau2009-08-192-0/+35
| | | | SVN-Revision: 17312
* madwifi: refresh patchesFelix Fietkau2009-08-195-9/+9
| | | | SVN-Revision: 17311
* madwifi: fix frame dropped counterFelix Fietkau2009-08-111-0/+25
| | | | SVN-Revision: 17224
* madwifi: fix compiler warningFelix Fietkau2009-08-111-1/+1
| | | | SVN-Revision: 17221
* fix software rx filter for ibss mode (based on a patch by harald schiöberg)Felix Fietkau2009-08-111-0/+20
| | | | SVN-Revision: 17220
* madwifi: fix compile error on kernels without net_device api compatibilityFelix Fietkau2009-08-115-11/+19
| | | | SVN-Revision: 17219
* madwifi: fix a race condition in the ap2ap wds setupFelix Fietkau2009-08-011-11/+33
| | | | SVN-Revision: 17086
* madwifi: disable debug by default in the source tree instead of only relying ↵Felix Fietkau2009-08-011-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 Fietkau2009-08-011-1/+6
| | | | | | doesn't match the build system's value SVN-Revision: 17084
* madwifi: fix crash on 2.6.30Felix Fietkau2009-07-182-2/+16
| | | | SVN-Revision: 16889
* madwifi: fix a race condition in the ibss mergeFelix Fietkau2009-07-161-0/+10
| | | | SVN-Revision: 16870
* madwifi: turn software based tsf merging on by default, get rid of some ↵Felix Fietkau2009-07-161-4/+5
| | | | | | iwpriv errors on wifi restart SVN-Revision: 16862
* madwifi: clean up / fix ibss node handlingFelix Fietkau2009-07-161-0/+80
| | | | SVN-Revision: 16861
* madwifi: trivial antenna diversity fixFelix Fietkau2009-07-141-1/+1
| | | | SVN-Revision: 16846
* madwifi: remove the -mlong-calls cflag from include filesFelix Fietkau2009-07-131-0/+1
| | | | SVN-Revision: 16830
* madwifi.sh channel fixVasilis Tsiligiannis2009-07-121-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 mac80211Felix Fietkau2009-07-121-0/+136
| | | | SVN-Revision: 16790
* madwifi: fix another instance of excessive stack usage in wlanconfigFelix Fietkau2009-07-121-0/+9
| | | | SVN-Revision: 16788
* upgrade to the new version of wprobe - includes reconfigurable layer 2 ↵Felix Fietkau2009-07-061-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 Tsiligiannis2009-07-012-1/+13
| | | | | | other platforms (thanks to David A. Bandel and Dennis Bartsch) SVN-Revision: 16642
* Various Makefile cleanup.Hauke Mehrtens2009-06-131-3/+3
| | | | | | Thanks to swalker. SVN-Revision: 16437
* madwifi: disable compression by default, as it can cause instabilities on ↵Felix Fietkau2009-06-111-2/+2
| | | | | | various platforms (thx, acoul) SVN-Revision: 16421
* madwifi: clear variables used in for loopVasilis Tsiligiannis2009-06-031-2/+1
| | | | SVN-Revision: 16308
* madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops ↵Felix Fietkau2009-06-011-3/+34
| | | | | | transition) SVN-Revision: 16289
* now that the gemini target is working, get rid of the obsolete and buggy ↵Imre Kaloz2009-06-011-3/+0
| | | | | | storm target SVN-Revision: 16274
* fix madwifi for the gemini targetImre Kaloz2009-06-011-0/+3
| | | | SVN-Revision: 16270
* madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis ↵Jo-Philipp Wich2009-05-311-43/+3
| | | | | | Tsiligiannis SVN-Revision: 16238
* madwifi: handle frame classification properly if eth->h_proto contains the ↵Felix Fietkau2009-05-311-1/+1
| | | | | | protocol number directly (without offset) SVN-Revision: 16237
* madwifi: fix excessive stack usage in the wlanconfig toolFelix Fietkau2009-05-311-0/+11
| | | | SVN-Revision: 16235
* madwifi: if a txpower value below the poweroffset is requested, set the ↵Felix Fietkau2009-05-311-0/+16
| | | | | | internal txpower to 0db SVN-Revision: 16234
* madwifi: add better hw detection, use a power offset for setting/getting tx ↵Felix Fietkau2009-05-3128-283/+406
| | | | | | power for cards that have a twisted eeprom SVN-Revision: 16224
* madwifi: add sanity checks for monitor mode injectionFelix Fietkau2009-05-301-0/+26
| | | | SVN-Revision: 16218
* madwifi: fix an array overrun in the rate control attach checkFelix Fietkau2009-05-301-1/+1
| | | | SVN-Revision: 16217