aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
* 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
* madwifi: remove the "turbo" iwpriv command, it does not do anything useful, ↵Felix Fietkau2009-05-221-3/+0
| | | | | | but it can lead to crashes SVN-Revision: 15992
* madwifi: fix a rare ad-hoc mode crashFelix Fietkau2009-05-211-0/+11
| | | | SVN-Revision: 15964
* madwifi: cosmetic fixes for maxrate/minrateFelix Fietkau2009-05-214-6/+6
| | | | SVN-Revision: 15961
* Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis ↵Jo-Philipp Wich2009-05-201-17/+58
| | | | | | Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15954
* Fix device name allocation This patch fixes a bug in madwifi where names for ↵Jo-Philipp Wich2009-05-201-0/+30
| | | | | | 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> SVN-Revision: 15950
* Build madwifi with compression capability enabled Signed-off-by: Vasilis ↵Jo-Philipp Wich2009-05-201-0/+3
| | | | | | Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15949
* Detect every atheros device present This patch is for boards with more than ↵Jo-Philipp Wich2009-05-201-1/+1
| | | | | | 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> SVN-Revision: 15940
* madwifi: don't try to set an interface essid with an empty valueNicolas Thill2009-05-171-2/+4
| | | | SVN-Revision: 15886
* Make madwifi compile with kernel 2.6.30.Hauke Mehrtens2009-05-143-3/+151
| | | | SVN-Revision: 15850
* madwifi: fix distance settingFelix Fietkau2009-05-131-0/+2
| | | | SVN-Revision: 15824
* madwifi: the openwrt build system usually has a better idea of what the ↵Felix Fietkau2009-05-111-0/+1
| | | | | | target arch is than the madwifi build system :) SVN-Revision: 15788
* make madwifi compile with kernel 2.6.29.Hauke Mehrtens2009-05-112-0/+1971
| | | | SVN-Revision: 15773
* madwifi: ignore the eeprom fast framing supported flag, as it is an ↵Felix Fietkau2009-05-101-0/+11
| | | | | | arbitrary restriction and not based on hardware capability SVN-Revision: 15763
* madwifi: do not add the ff headroom len to dev->hard_header_len to avoid ↵Felix Fietkau2009-05-101-0/+12
| | | | | | unnecessary reallocations. the driver will reallocate skbs itself if necessary SVN-Revision: 15762
* madwifi: remove some leftover duplicate definitionsFelix Fietkau2009-05-102-3/+36
| | | | SVN-Revision: 15758
* madwifi: clean up tx status mrr handling and fix mrr parsing for 5416Felix Fietkau2009-05-101-0/+507
| | | | SVN-Revision: 15757
* madwifi: clean up handling of various timings such as slot time, ack ↵Felix Fietkau2009-05-083-4/+732
| | | | | | timeout, eifs time, etc. SVN-Revision: 15713
* madwifi: fix uninitialized variableFelix Fietkau2009-05-082-4/+5
| | | | SVN-Revision: 15711
* madwifi: remove unused functionsFelix Fietkau2009-05-081-0/+29
| | | | SVN-Revision: 15710
* upgrade to a new public hal build - contains several minor fixes including ↵Felix Fietkau2009-05-082-5/+13
| | | | | | ani improvements SVN-Revision: 15709
* madwifi: fix selection of phy errors in the rx filterFelix Fietkau2009-05-081-0/+28
| | | | SVN-Revision: 15707
* madwifi: improve autochannel decision with lots of cards on one boardFelix Fietkau2009-05-071-1/+1
| | | | SVN-Revision: 15704
* madwifi: improve autochannel, nuke some dead code, fix scanlist building ↵Felix Fietkau2009-05-0715-74/+197
| | | | | | from channel mode SVN-Revision: 15702
* madwifi: fix setting outdoor modeFelix Fietkau2009-05-071-8/+9
| | | | SVN-Revision: 15694
* madwifi: fix run-time changing of iwpriv settings (thx, brainslayer)Felix Fietkau2009-05-071-0/+31
| | | | SVN-Revision: 15664
* madwifi: improve mode selection, do not scan channels which do not fit the ↵Felix Fietkau2009-05-075-45/+59
| | | | | | desired mode SVN-Revision: 15663
* make madwifi buildable without CONFIG_CRYPTOFelix Fietkau2009-05-071-2/+75
| | | | SVN-Revision: 15662
* madwifi: improve antenna diversity handlingFelix Fietkau2009-05-072-31/+87
| | | | SVN-Revision: 15658
* madwifi: minor cleanup for the channel handling patchFelix Fietkau2009-05-061-32/+26
| | | | SVN-Revision: 15637
* use config_get_bool for outdoor modeFelix Fietkau2009-05-061-2/+1
| | | | SVN-Revision: 15634
* madwifi: make country code and outdoor flag changeable without reloading the ↵Felix Fietkau2009-05-062-7/+1364
| | | | | | driver SVN-Revision: 15633
* madwifi: remove old Makefile hacks not needed anymoreNicolas Thill2009-04-251-6/+1
| | | | SVN-Revision: 15408
* madwifi: fix a header file conflict with iptablesFelix Fietkau2009-04-231-1/+1
| | | | SVN-Revision: 15354
* allow connection to a prefered bssid (#4252)Florian Fainelli2009-04-191-1/+1
| | | | SVN-Revision: 15283
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* madwifi: remove braindead code that overwrote the user's antenna diversity ↵Felix Fietkau2009-04-071-0/+30
| | | | | | setting (thx, brainslayer) SVN-Revision: 15141