summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches
Commit message (Collapse)AuthorAgeFilesLines
* 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: 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
* 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
* Make madwifi compile with kernel 2.6.30.Hauke Mehrtens2009-05-143-3/+151
| | | | SVN-Revision: 15850
* 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-081-0/+730
| | | | | | 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
* 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
* madwifi: make country code and outdoor flag changeable without reloading the ↵Felix Fietkau2009-05-061-0/+1354
| | | | | | driver SVN-Revision: 15633
* madwifi: remove braindead code that overwrote the user's antenna diversity ↵Felix Fietkau2009-04-071-0/+30
| | | | | | setting (thx, brainslayer) SVN-Revision: 15141
* madwifi: fix crash under loadFelix Fietkau2009-04-041-0/+20
| | | | SVN-Revision: 15099
* madwifi: improve turbo/autochannel patchFelix Fietkau2009-03-291-2/+6
| | | | SVN-Revision: 15067
* madwifi: add wprobe rxframe/probereq countersFelix Fietkau2009-03-291-12/+60
| | | | SVN-Revision: 15063
* madwifi: do not use turbo mode during ap mode autoselection unless ↵Felix Fietkau2009-03-291-0/+11
| | | | | | specifically requested SVN-Revision: 15060
* madwifi: add config option for adjusting the beacon power relative to the ↵Felix Fietkau2009-03-261-0/+81
| | | | | | full tx power (needs testing, units/scale still unknown, defaults to max.) SVN-Revision: 15054
* madwifi: add a small missing change to the tx power reworkFelix Fietkau2009-03-261-2/+6
| | | | SVN-Revision: 15053
* implement support for wprobe in madwifiFelix Fietkau2009-03-261-0/+461
| | | | SVN-Revision: 15051
* oops. committed an old version of the patchFelix Fietkau2009-03-251-3/+3
| | | | SVN-Revision: 15033
* madwifi: fix run-time channel switching in ap mode (including CSA)Felix Fietkau2009-03-251-0/+187
| | | | SVN-Revision: 15032
* madwifi: rework tx power handling, don't clamp user-configured tx power ↵Felix Fietkau2009-03-251-0/+243
| | | | | | limit based on current channel properties SVN-Revision: 15031
* madwifi: treat rxorn like rx, reset after rxorn seems to do more harm than goodFelix Fietkau2009-03-251-0/+31
| | | | SVN-Revision: 15030
* madwifi: delay calibration with a timer when called from becaon contextFelix Fietkau2009-03-2522-50/+52
| | | | SVN-Revision: 15029
* madwifi: fix a locking error related to wds (thx, tharvey)Felix Fietkau2009-03-231-6/+6
| | | | SVN-Revision: 14990
* madwifi: add fragmentation fix from #4817Felix Fietkau2009-03-231-0/+10
| | | | SVN-Revision: 14989
* reorganize madwifi patches slightlyFelix Fietkau2009-03-235-100/+54
| | | | SVN-Revision: 14988
* atheros: clean up the 2.6.28 port in preparation for pushing it upstreamFelix Fietkau2009-03-221-0/+281
| | | | SVN-Revision: 14967
* madwifi: improve the autochannel decision making on systems with multiple cardsFelix Fietkau2009-03-041-0/+347
| | | | SVN-Revision: 14748
* madwifi: improve reliability of napi polling when fast framing is enabledFelix Fietkau2009-01-272-1/+66
| | | | SVN-Revision: 14215
* madwifi: fix rx for pure wds interfacesFelix Fietkau2009-01-262-13/+14
| | | | SVN-Revision: 14203
* madwifi: fix a potential race condition in the wds ap station interface ↵Felix Fietkau2009-01-261-13/+15
| | | | | | setup/teardown SVN-Revision: 14202
* madwifi: add back a missing part of the mbss vap refactoringFelix Fietkau2009-01-261-1/+4
| | | | SVN-Revision: 14197
* madwifi: preserve the interface mode correctly when using wds with sta ↵Felix Fietkau2009-01-2614-38/+39
| | | | | | separation SVN-Revision: 14195