| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | madwifi: fix selection of phy errors in the rx filter | Felix Fietkau | 2009-05-08 | 1 | -0/+28 |
* | madwifi: improve autochannel decision with lots of cards on one board | Felix Fietkau | 2009-05-07 | 1 | -1/+1 |
* | madwifi: improve autochannel, nuke some dead code, fix scanlist building from... | Felix Fietkau | 2009-05-07 | 15 | -74/+197 |
* | madwifi: fix setting outdoor mode | Felix Fietkau | 2009-05-07 | 1 | -8/+9 |
* | madwifi: fix run-time changing of iwpriv settings (thx, brainslayer) | Felix Fietkau | 2009-05-07 | 1 | -0/+31 |
* | madwifi: improve mode selection, do not scan channels which do not fit the de... | Felix Fietkau | 2009-05-07 | 5 | -45/+59 |
* | make madwifi buildable without CONFIG_CRYPTO | Felix Fietkau | 2009-05-07 | 1 | -2/+75 |
* | madwifi: improve antenna diversity handling | Felix Fietkau | 2009-05-07 | 2 | -31/+87 |
* | madwifi: minor cleanup for the channel handling patch | Felix Fietkau | 2009-05-06 | 1 | -32/+26 |
* | use config_get_bool for outdoor mode | Felix Fietkau | 2009-05-06 | 1 | -2/+1 |
* | madwifi: make country code and outdoor flag changeable without reloading the ... | Felix Fietkau | 2009-05-06 | 2 | -7/+1364 |
* | madwifi: remove old Makefile hacks not needed anymore | Nicolas Thill | 2009-04-25 | 1 | -6/+1 |
* | madwifi: fix a header file conflict with iptables | Felix Fietkau | 2009-04-23 | 1 | -1/+1 |
* | allow connection to a prefered bssid (#4252) | Florian Fainelli | 2009-04-19 | 1 | -1/+1 |
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
* | madwifi: remove braindead code that overwrote the user's antenna diversity se... | Felix Fietkau | 2009-04-07 | 1 | -0/+30 |
* | madwifi: fix crash under load | Felix Fietkau | 2009-04-04 | 1 | -0/+20 |
* | madwifi: improve turbo/autochannel patch | Felix Fietkau | 2009-03-29 | 1 | -2/+6 |
* | madwifi: add wprobe rxframe/probereq counters | Felix Fietkau | 2009-03-29 | 1 | -12/+60 |
* | madwifi: remove obsolete spatch | Felix Fietkau | 2009-03-29 | 1 | -84/+0 |
* | madwifi: do not use turbo mode during ap mode autoselection unless specifical... | Felix Fietkau | 2009-03-29 | 1 | -0/+11 |
* | madwifi: only set the desired mode for the first vap | Felix Fietkau | 2009-03-29 | 1 | -1/+1 |
* | madwifi: add config option for adjusting the beacon power relative to the ful... | Felix Fietkau | 2009-03-26 | 2 | -0/+84 |
* | madwifi: add a small missing change to the tx power rework | Felix Fietkau | 2009-03-26 | 1 | -2/+6 |
* | madwifi on linux 2.4 is no longer supported | Felix Fietkau | 2009-03-26 | 1 | -1/+1 |
* | implement support for wprobe in madwifi | Felix Fietkau | 2009-03-26 | 3 | -0/+558 |
* | oops. committed an old version of the patch | Felix Fietkau | 2009-03-25 | 1 | -3/+3 |
* | madwifi: fix run-time channel switching in ap mode (including CSA) | Felix Fietkau | 2009-03-25 | 1 | -0/+187 |
* | madwifi: rework tx power handling, don't clamp user-configured tx power limit... | Felix Fietkau | 2009-03-25 | 1 | -0/+243 |
* | madwifi: treat rxorn like rx, reset after rxorn seems to do more harm than good | Felix Fietkau | 2009-03-25 | 1 | -0/+31 |
* | madwifi: delay calibration with a timer when called from becaon context | Felix Fietkau | 2009-03-25 | 22 | -50/+52 |
* | madwifi: upstream (0.9.4) is not supported on recent kernels, mark it as broken | Felix Fietkau | 2009-03-23 | 1 | -1/+1 |
* | madwifi: fix a locking error related to wds (thx, tharvey) | Felix Fietkau | 2009-03-23 | 1 | -6/+6 |
* | madwifi: add fragmentation fix from #4817 | Felix Fietkau | 2009-03-23 | 1 | -0/+10 |
* | reorganize madwifi patches slightly | Felix Fietkau | 2009-03-23 | 5 | -100/+54 |
* | atheros: clean up the 2.6.28 port in preparation for pushing it upstream | Felix Fietkau | 2009-03-22 | 1 | -0/+281 |
* | madwifi: improve the autochannel decision making on systems with multiple cards | Felix Fietkau | 2009-03-04 | 1 | -0/+347 |
* | madwifi: mode txpower to wifi-device section, but remain backwards compatible | Andy Boyett | 2009-01-31 | 2 | -7/+14 |
* | madwifi: improve reliability of napi polling when fast framing is enabled | Felix Fietkau | 2009-01-27 | 2 | -1/+66 |
* | madwifi: fix rx for pure wds interfaces | Felix Fietkau | 2009-01-26 | 2 | -13/+14 |
* | madwifi: fix a potential race condition in the wds ap station interface setup... | Felix Fietkau | 2009-01-26 | 1 | -13/+15 |
* | madwifi: add back a missing part of the mbss vap refactoring | Felix Fietkau | 2009-01-26 | 1 | -1/+4 |
* | madwifi: preserve the interface mode correctly when using wds with sta separa... | Felix Fietkau | 2009-01-26 | 14 | -38/+39 |
* | madwifi: fix a race condition in the wds sta separation, which is triggered b... | Felix Fietkau | 2009-01-26 | 5 | -17/+17 |
* | madwifi: fix fast-frame related dma unmap bug | Felix Fietkau | 2009-01-26 | 1 | -0/+11 |
* | madwifi: fix a noderef problem in the mbss vap cleanup | Felix Fietkau | 2009-01-26 | 1 | -17/+44 |
* | madwifi: fix the long standing bug that is triggered by nodes getting a timeo... | Felix Fietkau | 2009-01-25 | 6 | -3/+843 |
* | Allow changing country code for madwifi driver. Thanks alisonken1 | Travis Kemen | 2009-01-22 | 1 | -4/+14 |
* | package/madwifi: add uci support for the propereq iwpriv setting | Jo-Philipp Wich | 2009-01-01 | 1 | -0/+3 |
* | package/madwifi: fix typo in config handler | Jo-Philipp Wich | 2009-01-01 | 1 | -1/+1 |