Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | madwifi: remove the "turbo" iwpriv command, it does not do anything useful, ↵ | Felix Fietkau | 2009-05-22 | 1 | -3/+0 | |
| | | | | | | but it can lead to crashes SVN-Revision: 15992 | |||||
* | madwifi: fix a rare ad-hoc mode crash | Felix Fietkau | 2009-05-21 | 1 | -0/+11 | |
| | | | | SVN-Revision: 15964 | |||||
* | madwifi: cosmetic fixes for maxrate/minrate | Felix Fietkau | 2009-05-21 | 4 | -6/+6 | |
| | | | | SVN-Revision: 15961 | |||||
* | Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis ↵ | Jo-Philipp Wich | 2009-05-20 | 1 | -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 Wich | 2009-05-20 | 1 | -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 Wich | 2009-05-20 | 1 | -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 Wich | 2009-05-20 | 1 | -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 value | Nicolas Thill | 2009-05-17 | 1 | -2/+4 | |
| | | | | SVN-Revision: 15886 | |||||
* | Make madwifi compile with kernel 2.6.30. | Hauke Mehrtens | 2009-05-14 | 3 | -3/+151 | |
| | | | | SVN-Revision: 15850 | |||||
* | madwifi: fix distance setting | Felix Fietkau | 2009-05-13 | 1 | -0/+2 | |
| | | | | SVN-Revision: 15824 | |||||
* | madwifi: the openwrt build system usually has a better idea of what the ↵ | Felix Fietkau | 2009-05-11 | 1 | -0/+1 | |
| | | | | | | target arch is than the madwifi build system :) SVN-Revision: 15788 | |||||
* | make madwifi compile with kernel 2.6.29. | Hauke Mehrtens | 2009-05-11 | 2 | -0/+1971 | |
| | | | | SVN-Revision: 15773 | |||||
* | madwifi: ignore the eeprom fast framing supported flag, as it is an ↵ | Felix Fietkau | 2009-05-10 | 1 | -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 Fietkau | 2009-05-10 | 1 | -0/+12 | |
| | | | | | | unnecessary reallocations. the driver will reallocate skbs itself if necessary SVN-Revision: 15762 | |||||
* | madwifi: remove some leftover duplicate definitions | Felix Fietkau | 2009-05-10 | 2 | -3/+36 | |
| | | | | SVN-Revision: 15758 | |||||
* | madwifi: clean up tx status mrr handling and fix mrr parsing for 5416 | Felix Fietkau | 2009-05-10 | 1 | -0/+507 | |
| | | | | SVN-Revision: 15757 | |||||
* | madwifi: clean up handling of various timings such as slot time, ack ↵ | Felix Fietkau | 2009-05-08 | 3 | -4/+732 | |
| | | | | | | timeout, eifs time, etc. SVN-Revision: 15713 | |||||
* | madwifi: fix uninitialized variable | Felix Fietkau | 2009-05-08 | 2 | -4/+5 | |
| | | | | SVN-Revision: 15711 | |||||
* | madwifi: remove unused functions | Felix Fietkau | 2009-05-08 | 1 | -0/+29 | |
| | | | | SVN-Revision: 15710 | |||||
* | upgrade to a new public hal build - contains several minor fixes including ↵ | Felix Fietkau | 2009-05-08 | 2 | -5/+13 | |
| | | | | | | ani improvements SVN-Revision: 15709 | |||||
* | madwifi: fix selection of phy errors in the rx filter | Felix Fietkau | 2009-05-08 | 1 | -0/+28 | |
| | | | | SVN-Revision: 15707 | |||||
* | madwifi: improve autochannel decision with lots of cards on one board | Felix Fietkau | 2009-05-07 | 1 | -1/+1 | |
| | | | | SVN-Revision: 15704 | |||||
* | madwifi: improve autochannel, nuke some dead code, fix scanlist building ↵ | Felix Fietkau | 2009-05-07 | 15 | -74/+197 | |
| | | | | | | from channel mode SVN-Revision: 15702 | |||||
* | madwifi: fix setting outdoor mode | Felix Fietkau | 2009-05-07 | 1 | -8/+9 | |
| | | | | SVN-Revision: 15694 | |||||
* | madwifi: fix run-time changing of iwpriv settings (thx, brainslayer) | Felix Fietkau | 2009-05-07 | 1 | -0/+31 | |
| | | | | SVN-Revision: 15664 | |||||
* | madwifi: improve mode selection, do not scan channels which do not fit the ↵ | Felix Fietkau | 2009-05-07 | 5 | -45/+59 | |
| | | | | | | desired mode SVN-Revision: 15663 | |||||
* | make madwifi buildable without CONFIG_CRYPTO | Felix Fietkau | 2009-05-07 | 1 | -2/+75 | |
| | | | | SVN-Revision: 15662 | |||||
* | madwifi: improve antenna diversity handling | Felix Fietkau | 2009-05-07 | 2 | -31/+87 | |
| | | | | SVN-Revision: 15658 | |||||
* | madwifi: minor cleanup for the channel handling patch | Felix Fietkau | 2009-05-06 | 1 | -32/+26 | |
| | | | | SVN-Revision: 15637 | |||||
* | use config_get_bool for outdoor mode | Felix Fietkau | 2009-05-06 | 1 | -2/+1 | |
| | | | | SVN-Revision: 15634 | |||||
* | madwifi: make country code and outdoor flag changeable without reloading the ↵ | Felix Fietkau | 2009-05-06 | 2 | -7/+1364 | |
| | | | | | | driver SVN-Revision: 15633 | |||||
* | madwifi: remove old Makefile hacks not needed anymore | Nicolas Thill | 2009-04-25 | 1 | -6/+1 | |
| | | | | SVN-Revision: 15408 | |||||
* | madwifi: fix a header file conflict with iptables | Felix Fietkau | 2009-04-23 | 1 | -1/+1 | |
| | | | | SVN-Revision: 15354 | |||||
* | allow connection to a prefered bssid (#4252) | Florian Fainelli | 2009-04-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 15283 | |||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 | |
| | | | | SVN-Revision: 15242 | |||||
* | madwifi: remove braindead code that overwrote the user's antenna diversity ↵ | Felix Fietkau | 2009-04-07 | 1 | -0/+30 | |
| | | | | | | setting (thx, brainslayer) SVN-Revision: 15141 | |||||
* | madwifi: fix crash under load | Felix Fietkau | 2009-04-04 | 1 | -0/+20 | |
| | | | | SVN-Revision: 15099 | |||||
* | madwifi: improve turbo/autochannel patch | Felix Fietkau | 2009-03-29 | 1 | -2/+6 | |
| | | | | SVN-Revision: 15067 | |||||
* | madwifi: add wprobe rxframe/probereq counters | Felix Fietkau | 2009-03-29 | 1 | -12/+60 | |
| | | | | SVN-Revision: 15063 | |||||
* | madwifi: remove obsolete spatch | Felix Fietkau | 2009-03-29 | 1 | -84/+0 | |
| | | | | SVN-Revision: 15062 | |||||
* | madwifi: do not use turbo mode during ap mode autoselection unless ↵ | Felix Fietkau | 2009-03-29 | 1 | -0/+11 | |
| | | | | | | specifically requested SVN-Revision: 15060 | |||||
* | madwifi: only set the desired mode for the first vap | Felix Fietkau | 2009-03-29 | 1 | -1/+1 | |
| | | | | SVN-Revision: 15059 | |||||
* | madwifi: add config option for adjusting the beacon power relative to the ↵ | Felix Fietkau | 2009-03-26 | 2 | -0/+84 | |
| | | | | | | 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 rework | Felix Fietkau | 2009-03-26 | 1 | -2/+6 | |
| | | | | SVN-Revision: 15053 | |||||
* | madwifi on linux 2.4 is no longer supported | Felix Fietkau | 2009-03-26 | 1 | -1/+1 | |
| | | | | SVN-Revision: 15052 | |||||
* | implement support for wprobe in madwifi | Felix Fietkau | 2009-03-26 | 3 | -0/+558 | |
| | | | | SVN-Revision: 15051 | |||||
* | oops. committed an old version of the patch | Felix Fietkau | 2009-03-25 | 1 | -3/+3 | |
| | | | | SVN-Revision: 15033 | |||||
* | madwifi: fix run-time channel switching in ap mode (including CSA) | Felix Fietkau | 2009-03-25 | 1 | -0/+187 | |
| | | | | SVN-Revision: 15032 | |||||
* | madwifi: rework tx power handling, don't clamp user-configured tx power ↵ | Felix Fietkau | 2009-03-25 | 1 | -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 good | Felix Fietkau | 2009-03-25 | 1 | -0/+31 | |
| | | | | SVN-Revision: 15030 |