summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
* [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
* upgrade to a new public hal build - contains several minor fixes including ↵nbd2009-05-082-5/+13
| | | | | | ani improvements git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix selection of phy errors in the rx filternbd2009-05-081-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve autochannel decision with lots of cards on one boardnbd2009-05-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve autochannel, nuke some dead code, fix scanlist building ↵nbd2009-05-0715-74/+197
| | | | | | from channel mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15702 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix setting outdoor modenbd2009-05-071-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix run-time changing of iwpriv settings (thx, brainslayer)nbd2009-05-071-0/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve mode selection, do not scan channels which do not fit the ↵nbd2009-05-075-45/+59
| | | | | | desired mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make madwifi buildable without CONFIG_CRYPTOnbd2009-05-071-2/+75
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve antenna diversity handlingnbd2009-05-072-31/+87
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: minor cleanup for the channel handling patchnbd2009-05-061-32/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use config_get_bool for outdoor modenbd2009-05-061-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: make country code and outdoor flag changeable without reloading the ↵nbd2009-05-062-7/+1364
| | | | | | driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: remove old Makefile hacks not needed anymorenico2009-04-251-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a header file conflict with iptablesnbd2009-04-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] allow connection to a prefered bssid (#4252)florian2009-04-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove braindead code that overwrote the user's antenna diversity ↵nbd2009-04-071-0/+30
| | | | | | setting (thx, brainslayer) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix crash under loadnbd2009-04-041-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15099 3c298f89-4303-0410-b956-a3cf2f4a3e73