aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Expand)AuthorAgeFilesLines
* madwifi: remove the "turbo" iwpriv command, it does not do anything useful, b...Felix Fietkau2009-05-221-3/+0
* madwifi: fix a rare ad-hoc mode crashFelix Fietkau2009-05-211-0/+11
* madwifi: cosmetic fixes for maxrate/minrateFelix Fietkau2009-05-214-6/+6
* Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis Tsi...Jo-Philipp Wich2009-05-201-17/+58
* Fix device name allocation This patch fixes a bug in madwifi where names for ...Jo-Philipp Wich2009-05-201-0/+30
* Build madwifi with compression capability enabled Signed-off-by: Vasilis Tsil...Jo-Philipp Wich2009-05-201-0/+3
* Detect every atheros device present This patch is for boards with more than o...Jo-Philipp Wich2009-05-201-1/+1
* madwifi: don't try to set an interface essid with an empty valueNicolas Thill2009-05-171-2/+4
* Make madwifi compile with kernel 2.6.30.Hauke Mehrtens2009-05-143-3/+151
* madwifi: fix distance settingFelix Fietkau2009-05-131-0/+2
* madwifi: the openwrt build system usually has a better idea of what the targe...Felix Fietkau2009-05-111-0/+1
* make madwifi compile with kernel 2.6.29.Hauke Mehrtens2009-05-112-0/+1971
* madwifi: ignore the eeprom fast framing supported flag, as it is an arbitrary...Felix Fietkau2009-05-101-0/+11
* madwifi: do not add the ff headroom len to dev->hard_header_len to avoid unne...Felix Fietkau2009-05-101-0/+12
* madwifi: remove some leftover duplicate definitionsFelix Fietkau2009-05-102-3/+36
* madwifi: clean up tx status mrr handling and fix mrr parsing for 5416Felix Fietkau2009-05-101-0/+507
* madwifi: clean up handling of various timings such as slot time, ack timeout,...Felix Fietkau2009-05-083-4/+732
* madwifi: fix uninitialized variableFelix Fietkau2009-05-082-4/+5
* madwifi: remove unused functionsFelix Fietkau2009-05-081-0/+29
* upgrade to a new public hal build - contains several minor fixes including an...Felix Fietkau2009-05-082-5/+13
* madwifi: fix selection of phy errors in the rx filterFelix Fietkau2009-05-081-0/+28
* madwifi: improve autochannel decision with lots of cards on one boardFelix Fietkau2009-05-071-1/+1
* madwifi: improve autochannel, nuke some dead code, fix scanlist building from...Felix Fietkau2009-05-0715-74/+197
* madwifi: fix setting outdoor modeFelix Fietkau2009-05-071-8/+9
* madwifi: fix run-time changing of iwpriv settings (thx, brainslayer)Felix Fietkau2009-05-071-0/+31
* madwifi: improve mode selection, do not scan channels which do not fit the de...Felix Fietkau2009-05-075-45/+59
* make madwifi buildable without CONFIG_CRYPTOFelix Fietkau2009-05-071-2/+75
* madwifi: improve antenna diversity handlingFelix Fietkau2009-05-072-31/+87
* madwifi: minor cleanup for the channel handling patchFelix Fietkau2009-05-061-32/+26
* use config_get_bool for outdoor modeFelix Fietkau2009-05-061-2/+1
* madwifi: make country code and outdoor flag changeable without reloading the ...Felix Fietkau2009-05-062-7/+1364
* madwifi: remove old Makefile hacks not needed anymoreNicolas Thill2009-04-251-6/+1
* madwifi: fix a header file conflict with iptablesFelix Fietkau2009-04-231-1/+1
* allow connection to a prefered bssid (#4252)Florian Fainelli2009-04-191-1/+1
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
* madwifi: remove braindead code that overwrote the user's antenna diversity se...Felix Fietkau2009-04-071-0/+30
* madwifi: fix crash under loadFelix Fietkau2009-04-041-0/+20
* madwifi: improve turbo/autochannel patchFelix Fietkau2009-03-291-2/+6
* madwifi: add wprobe rxframe/probereq countersFelix Fietkau2009-03-291-12/+60
* madwifi: remove obsolete spatchFelix Fietkau2009-03-291-84/+0
* madwifi: do not use turbo mode during ap mode autoselection unless specifical...Felix Fietkau2009-03-291-0/+11
* madwifi: only set the desired mode for the first vapFelix Fietkau2009-03-291-1/+1
* madwifi: add config option for adjusting the beacon power relative to the ful...Felix Fietkau2009-03-262-0/+84
* madwifi: add a small missing change to the tx power reworkFelix Fietkau2009-03-261-2/+6
* madwifi on linux 2.4 is no longer supportedFelix Fietkau2009-03-261-1/+1
* implement support for wprobe in madwifiFelix Fietkau2009-03-263-0/+558
* oops. committed an old version of the patchFelix Fietkau2009-03-251-3/+3
* madwifi: fix run-time channel switching in ap mode (including CSA)Felix Fietkau2009-03-251-0/+187
* madwifi: rework tx power handling, don't clamp user-configured tx power limit...Felix Fietkau2009-03-251-0/+243
* madwifi: treat rxorn like rx, reset after rxorn seems to do more harm than goodFelix Fietkau2009-03-251-0/+31