summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Expand)AuthorAgeFilesLines
* [package] madwifi: remove old Makefile hacks not needed anymorenico2009-04-251-6/+1
* madwifi: fix a header file conflict with iptablesnbd2009-04-231-1/+1
* [package] allow connection to a prefered bssid (#4252)florian2009-04-191-1/+1
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
* madwifi: remove braindead code that overwrote the user's antenna diversity se...nbd2009-04-071-0/+30
* madwifi: fix crash under loadnbd2009-04-041-0/+20
* madwifi: improve turbo/autochannel patchnbd2009-03-291-2/+6
* madwifi: add wprobe rxframe/probereq countersnbd2009-03-291-12/+60
* madwifi: remove obsolete spatchnbd2009-03-291-84/+0
* madwifi: do not use turbo mode during ap mode autoselection unless specifical...nbd2009-03-291-0/+11
* madwifi: only set the desired mode for the first vapnbd2009-03-291-1/+1
* madwifi: add config option for adjusting the beacon power relative to the ful...nbd2009-03-262-0/+84
* madwifi: add a small missing change to the tx power reworknbd2009-03-261-2/+6
* madwifi on linux 2.4 is no longer supportednbd2009-03-261-1/+1
* implement support for wprobe in madwifinbd2009-03-263-0/+558
* oops. committed an old version of the patchnbd2009-03-251-3/+3
* madwifi: fix run-time channel switching in ap mode (including CSA)nbd2009-03-251-0/+187
* madwifi: rework tx power handling, don't clamp user-configured tx power limit...nbd2009-03-251-0/+243
* madwifi: treat rxorn like rx, reset after rxorn seems to do more harm than goodnbd2009-03-251-0/+31
* madwifi: delay calibration with a timer when called from becaon contextnbd2009-03-2522-50/+52
* madwifi: upstream (0.9.4) is not supported on recent kernels, mark it as brokennbd2009-03-231-1/+1
* madwifi: fix a locking error related to wds (thx, tharvey)nbd2009-03-231-6/+6
* madwifi: add fragmentation fix from #4817nbd2009-03-231-0/+10
* reorganize madwifi patches slightlynbd2009-03-235-100/+54
* atheros: clean up the 2.6.28 port in preparation for pushing it upstreamnbd2009-03-221-0/+281
* madwifi: improve the autochannel decision making on systems with multiple cardsnbd2009-03-041-0/+347
* [package] madwifi: mode txpower to wifi-device section, but remain backwards ...agb2009-01-312-7/+14
* madwifi: improve reliability of napi polling when fast framing is enablednbd2009-01-272-1/+66
* madwifi: fix rx for pure wds interfacesnbd2009-01-262-13/+14
* madwifi: fix a potential race condition in the wds ap station interface setup...nbd2009-01-261-13/+15
* madwifi: add back a missing part of the mbss vap refactoringnbd2009-01-261-1/+4
* madwifi: preserve the interface mode correctly when using wds with sta separa...nbd2009-01-2614-38/+39
* madwifi: fix a race condition in the wds sta separation, which is triggered b...nbd2009-01-265-17/+17
* madwifi: fix fast-frame related dma unmap bugnbd2009-01-261-0/+11
* madwifi: fix a noderef problem in the mbss vap cleanupnbd2009-01-261-17/+44
* madwifi: fix the long standing bug that is triggered by nodes getting a timeo...nbd2009-01-256-3/+843
* Allow changing country code for madwifi driver. Thanks alisonken1thepeople2009-01-221-4/+14
* package/madwifi: add uci support for the propereq iwpriv settingjow2009-01-011-0/+3
* package/madwifi: fix typo in config handlerjow2009-01-011-1/+1
* [package] hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't...agb2008-12-311-13/+13
* madwifi: add patch to allow ignoring probe requests (useful for ad-hoc mesh)nbd2008-12-291-0/+64
* madwifi: move autochannel idletime decision after radar and phy mode checkingnbd2008-12-091-4/+4
* madwifi: fix division by zeronbd2008-12-044-7/+10
* madwifi: fix the autochannel patchnbd2008-12-045-10/+13
* Move txpower settings after the interface comes up. Thanks alisonken1thepeople2008-12-031-3/+5
* madwifi: fix frame type parsing (fixes stp, see #4205)nbd2008-12-021-0/+13
* madwifi: improve automatic channel selection by taking idle airtime into accountnbd2008-11-294-5/+124
* madwifi: improve reliability of the wds modesnbd2008-11-2816-889/+862
* MADWIFI_DEBUG should depend on DEVELkaloz2008-11-171-1/+1
* madwifi: ap+sta race conditionsnbd2008-11-142-1/+61