Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Various Makefile cleanup. | Hauke Mehrtens | 2009-06-13 | |
| | | | | | | Thanks to swalker. SVN-Revision: 16437 | |||
* | madwifi: disable compression by default, as it can cause instabilities on ↵ | Felix Fietkau | 2009-06-11 | |
| | | | | | | various platforms (thx, acoul) SVN-Revision: 16421 | |||
* | madwifi: clear variables used in for loop | Vasilis Tsiligiannis | 2009-06-03 | |
| | | | | SVN-Revision: 16308 | |||
* | madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops ↵ | Felix Fietkau | 2009-06-01 | |
| | | | | | | transition) SVN-Revision: 16289 | |||
* | now that the gemini target is working, get rid of the obsolete and buggy ↵ | Imre Kaloz | 2009-06-01 | |
| | | | | | | storm target SVN-Revision: 16274 | |||
* | fix madwifi for the gemini target | Imre Kaloz | 2009-06-01 | |
| | | | | SVN-Revision: 16270 | |||
* | madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis ↵ | Jo-Philipp Wich | 2009-05-31 | |
| | | | | | | Tsiligiannis SVN-Revision: 16238 | |||
* | madwifi: handle frame classification properly if eth->h_proto contains the ↵ | Felix Fietkau | 2009-05-31 | |
| | | | | | | protocol number directly (without offset) SVN-Revision: 16237 | |||
* | madwifi: fix excessive stack usage in the wlanconfig tool | Felix Fietkau | 2009-05-31 | |
| | | | | SVN-Revision: 16235 | |||
* | madwifi: if a txpower value below the poweroffset is requested, set the ↵ | Felix Fietkau | 2009-05-31 | |
| | | | | | | internal txpower to 0db SVN-Revision: 16234 | |||
* | madwifi: add better hw detection, use a power offset for setting/getting tx ↵ | Felix Fietkau | 2009-05-31 | |
| | | | | | | power for cards that have a twisted eeprom SVN-Revision: 16224 | |||
* | madwifi: add sanity checks for monitor mode injection | Felix Fietkau | 2009-05-30 | |
| | | | | SVN-Revision: 16218 | |||
* | madwifi: fix an array overrun in the rate control attach check | Felix Fietkau | 2009-05-30 | |
| | | | | SVN-Revision: 16217 | |||
* | madwifi: remove the "turbo" iwpriv command, it does not do anything useful, ↵ | Felix Fietkau | 2009-05-22 | |
| | | | | | | but it can lead to crashes SVN-Revision: 15992 | |||
* | madwifi: fix a rare ad-hoc mode crash | Felix Fietkau | 2009-05-21 | |
| | | | | SVN-Revision: 15964 | |||
* | madwifi: cosmetic fixes for maxrate/minrate | Felix Fietkau | 2009-05-21 | |
| | | | | SVN-Revision: 15961 | |||
* | Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis ↵ | Jo-Philipp Wich | 2009-05-20 | |
| | | | | | | 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 | |
| | | | | | | 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 | |
| | | | | | | 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 | |
| | | | | | | 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 | |
| | | | | SVN-Revision: 15886 | |||
* | Make madwifi compile with kernel 2.6.30. | Hauke Mehrtens | 2009-05-14 | |
| | | | | SVN-Revision: 15850 | |||
* | madwifi: fix distance setting | Felix Fietkau | 2009-05-13 | |
| | | | | SVN-Revision: 15824 | |||
* | madwifi: the openwrt build system usually has a better idea of what the ↵ | Felix Fietkau | 2009-05-11 | |
| | | | | | | target arch is than the madwifi build system :) SVN-Revision: 15788 | |||
* | make madwifi compile with kernel 2.6.29. | Hauke Mehrtens | 2009-05-11 | |
| | | | | SVN-Revision: 15773 | |||
* | madwifi: ignore the eeprom fast framing supported flag, as it is an ↵ | Felix Fietkau | 2009-05-10 | |
| | | | | | | 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 | |
| | | | | | | unnecessary reallocations. the driver will reallocate skbs itself if necessary SVN-Revision: 15762 | |||
* | madwifi: remove some leftover duplicate definitions | Felix Fietkau | 2009-05-10 | |
| | | | | SVN-Revision: 15758 | |||
* | madwifi: clean up tx status mrr handling and fix mrr parsing for 5416 | Felix Fietkau | 2009-05-10 | |
| | | | | SVN-Revision: 15757 | |||
* | madwifi: clean up handling of various timings such as slot time, ack ↵ | Felix Fietkau | 2009-05-08 | |
| | | | | | | timeout, eifs time, etc. SVN-Revision: 15713 | |||
* | madwifi: fix uninitialized variable | Felix Fietkau | 2009-05-08 | |
| | | | | SVN-Revision: 15711 | |||
* | madwifi: remove unused functions | Felix Fietkau | 2009-05-08 | |
| | | | | SVN-Revision: 15710 | |||
* | upgrade to a new public hal build - contains several minor fixes including ↵ | Felix Fietkau | 2009-05-08 | |
| | | | | | | ani improvements SVN-Revision: 15709 | |||
* | madwifi: fix selection of phy errors in the rx filter | Felix Fietkau | 2009-05-08 | |
| | | | | SVN-Revision: 15707 | |||
* | madwifi: improve autochannel decision with lots of cards on one board | Felix Fietkau | 2009-05-07 | |
| | | | | SVN-Revision: 15704 | |||
* | madwifi: improve autochannel, nuke some dead code, fix scanlist building ↵ | Felix Fietkau | 2009-05-07 | |
| | | | | | | from channel mode SVN-Revision: 15702 | |||
* | madwifi: fix setting outdoor mode | Felix Fietkau | 2009-05-07 | |
| | | | | SVN-Revision: 15694 | |||
* | madwifi: fix run-time changing of iwpriv settings (thx, brainslayer) | Felix Fietkau | 2009-05-07 | |
| | | | | SVN-Revision: 15664 | |||
* | madwifi: improve mode selection, do not scan channels which do not fit the ↵ | Felix Fietkau | 2009-05-07 | |
| | | | | | | desired mode SVN-Revision: 15663 | |||
* | make madwifi buildable without CONFIG_CRYPTO | Felix Fietkau | 2009-05-07 | |
| | | | | SVN-Revision: 15662 | |||
* | madwifi: improve antenna diversity handling | Felix Fietkau | 2009-05-07 | |
| | | | | SVN-Revision: 15658 | |||
* | madwifi: minor cleanup for the channel handling patch | Felix Fietkau | 2009-05-06 | |
| | | | | SVN-Revision: 15637 | |||
* | use config_get_bool for outdoor mode | Felix Fietkau | 2009-05-06 | |
| | | | | SVN-Revision: 15634 | |||
* | madwifi: make country code and outdoor flag changeable without reloading the ↵ | Felix Fietkau | 2009-05-06 | |
| | | | | | | driver SVN-Revision: 15633 | |||
* | madwifi: remove old Makefile hacks not needed anymore | Nicolas Thill | 2009-04-25 | |
| | | | | SVN-Revision: 15408 | |||
* | madwifi: fix a header file conflict with iptables | Felix Fietkau | 2009-04-23 | |
| | | | | SVN-Revision: 15354 | |||
* | allow connection to a prefered bssid (#4252) | Florian Fainelli | 2009-04-19 | |
| | | | | SVN-Revision: 15283 | |||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | |
| | | | | SVN-Revision: 15242 | |||
* | madwifi: remove braindead code that overwrote the user's antenna diversity ↵ | Felix Fietkau | 2009-04-07 | |
| | | | | | | setting (thx, brainslayer) SVN-Revision: 15141 | |||
* | madwifi: fix crash under load | Felix Fietkau | 2009-04-04 | |
| | | | | SVN-Revision: 15099 |