summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* [package] madwifi: clear variables used in for loopacinonyx2009-06-031-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops ↵nbd2009-06-011-3/+34
| | | | | | transition) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* now that the gemini target is working, get rid of the obsolete and buggy ↵kaloz2009-06-011-3/+0
| | | | | | storm target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi for the gemini targetkaloz2009-06-011-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: remove cruft from madwifi.sh introduced by r15954, thanks ↵jow2009-05-311-43/+3
| | | | | | Vasilis Tsiligiannis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16238 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: handle frame classification properly if eth->h_proto contains the ↵nbd2009-05-311-1/+1
| | | | | | protocol number directly (without offset) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix excessive stack usage in the wlanconfig toolnbd2009-05-311-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: if a txpower value below the poweroffset is requested, set the ↵nbd2009-05-311-0/+16
| | | | | | internal txpower to 0db git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add better hw detection, use a power offset for setting/getting tx ↵nbd2009-05-3128-283/+406
| | | | | | power for cards that have a twisted eeprom git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add sanity checks for monitor mode injectionnbd2009-05-301-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16218 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix an array overrun in the rate control attach checknbd2009-05-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16217 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove the "turbo" iwpriv command, it does not do anything useful, ↵nbd2009-05-221-3/+0
| | | | | | but it can lead to crashes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a rare ad-hoc mode crashnbd2009-05-211-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15964 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: cosmetic fixes for maxrate/minratenbd2009-05-214-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [madwifi] Declare some missing local variables in madwifi.shjow2009-05-201-17/+58
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [madwifi] Fix device name allocationjow2009-05-201-0/+30
| | | | | | | | | | This patch fixes a bug in madwifi where names for wifi devices are not allocated during device setup. It fixes some instability on devices which share IRQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [madwifi] Build madwifi with compression capability enabledjow2009-05-201-0/+3
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [madwifi] Detect every atheros device presentjow2009-05-201-1/+1
| | | | | | | | | | This patch is for boards with more than one atheros devices. It changes detect_atheros() function to continue with the detection of every device present and don't return when just one is found Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15940 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: don't try to set an interface essid with an empty valuenico2009-05-171-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [madwifi] Make madwifi compile with kernel 2.6.30.hauke2009-05-143-3/+151
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix distance settingnbd2009-05-131-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15824 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: the openwrt build system usually has a better idea of what the ↵nbd2009-05-111-0/+1
| | | | | | target arch is than the madwifi build system :) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [madwifi] make madwifi compile with kernel 2.6.29.hauke2009-05-112-0/+1971
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: ignore the eeprom fast framing supported flag, as it is an ↵nbd2009-05-101-0/+11
| | | | | | arbitrary restriction and not based on hardware capability git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: do not add the ff headroom len to dev->hard_header_len to avoid ↵nbd2009-05-101-0/+12
| | | | | | unnecessary reallocations. the driver will reallocate skbs itself if necessary git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove some leftover duplicate definitionsnbd2009-05-102-3/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: clean up tx status mrr handling and fix mrr parsing for 5416nbd2009-05-101-0/+507
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: clean up handling of various timings such as slot time, ack ↵nbd2009-05-083-4/+732
| | | | | | timeout, eifs time, etc. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix uninitialized variablenbd2009-05-082-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove unused functionsnbd2009-05-081-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15710 3c298f89-4303-0410-b956-a3cf2f4a3e73