summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
* madwifi: reduce the size of the multicall tool binarynbd2009-10-212-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add antenna gpio support for nanostation loco2nbd2009-10-171-7/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove the 10HZ timer for updating rate control statisticsnbd2009-10-171-0/+134
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix various noderef/memleak issuesnbd2009-10-175-48/+325
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: more ad-hoc fixesnbd2009-10-151-8/+51
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix another ibss crash (#5935)nbd2009-10-141-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix race condition on ibss init (#5935)nbd2009-10-141-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: beacon timer fixesnbd2009-10-144-100/+348
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] we cannot build madwifi for octeon since there is no mips64r2 hal ↵florian2009-10-081-1/+1
| | | | | | target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: add HAL_TARGET mapping for kirkwood boardnico2009-10-061-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi cannot be compiled on cobalt which has a different mips ↵florian2009-10-061-1/+1
| | | | | | cpu abi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix bugs in the calibration triggersnbd2009-09-231-0/+177
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a theoretical tx buffer leaknbd2009-09-231-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix beacon slot handling and add support for more than 4 vaps ↵nbd2009-09-231-0/+151
| | | | | | (useful for wds per-sta interfaces) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17689 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix sta mode reconnect when roaming between different aps of the ↵nbd2009-09-231-0/+33
| | | | | | same essid git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix maximum txpower displaynbd2009-09-238-97/+111
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix iwconfig tx power displaynbd2009-09-167-51/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: bump package revisionagb2009-09-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a wds related race conditionnbd2009-09-1412-24/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove an unimportant part of the ibss node handling fix, which led ↵nbd2009-09-142-12/+1
| | | | | | to a regression in ap-to-ap wds operation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17576 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] bump some revisions and update copyrightsagb2009-09-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: replace an implicit memcpy with an explicit one (cosmetic fix)nbd2009-09-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix several noderef and ibss merge issues that led to memory leaks ↵nbd2009-09-0921-117/+165
| | | | | | and high system load git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add a configuration for uapsd (unscheduled automatic powersave ↵nbd2009-09-031-0/+3
| | | | | | delivery), turn it off by default because of compatibility issues with nokia phones git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix another unconverted netdev_ops issuenbd2009-08-281-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove version selection supportnbd2009-08-191-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for the madwifi upstream release, it doesn't work on newer ↵nbd2009-08-194-67/+14
| | | | | | kernels and it's not very reliable anyway git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add patch for building all modules (except for the HAL) into a ↵nbd2009-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add powersave fixes based on patches by Steven Luo (#4376)nbd2009-08-192-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: refresh patchesnbd2009-08-195-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix frame dropped counternbd2009-08-111-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix compiler warningnbd2009-08-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix software rx filter for ibss mode (based on a patch by harald schiöberg)nbd2009-08-111-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17220 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix compile error on kernels without net_device api compatibilitynbd2009-08-115-11/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a race condition in the ap2ap wds setupnbd2009-08-011-11/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: disable debug by default in the source tree instead of only relying ↵nbd2009-08-011-3/+5
| | | | | | on the override (useful for external builds) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove the get_arch.mk build failure when the 'detected' arch ↵nbd2009-08-011-1/+6
| | | | | | doesn't match the build system's value git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix crash on 2.6.30nbd2009-07-182-2/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a race condition in the ibss mergenbd2009-07-161-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: turn software based tsf merging on by default, get rid of some ↵nbd2009-07-161-4/+5
| | | | | | iwpriv errors on wifi restart git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: clean up / fix ibss node handlingnbd2009-07-161-0/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: trivial antenna diversity fixnbd2009-07-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove the -mlong-calls cflag from include filesnbd2009-07-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi.sh channel fixacinonyx2009-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: clean up wme handling, use same packet classification as mac80211nbd2009-07-121-0/+136
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix another instance of excessive stack usage in wlanconfignbd2009-07-121-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to the new version of wprobe - includes reconfigurable layer 2 ↵nbd2009-07-061-22/+63
| | | | | | statistics, remote access, more configuration options and many bugfixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: Disable compression capability on AR71XX and make it ↵acinonyx2009-07-012-1/+13
| | | | | | optional for other platforms (thanks to David A. Bandel and Dennis Bartsch) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] Various Makefile cleanup.hauke2009-06-131-3/+3
| | | | | | | Thanks to swalker. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: disable compression by default, as it can cause instabilities on ↵nbd2009-06-111-2/+2
| | | | | | various platforms (thx, acoul) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16421 3c298f89-4303-0410-b956-a3cf2f4a3e73