Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: fix wireless extension support | Felix Fietkau | 2013-02-23 | 1 | -0/+18 |
| | | | | SVN-Revision: 35759 | ||||
* | mac80211: update to wireless-testing 2013-02-22 | Felix Fietkau | 2013-02-23 | 34 | -3156/+364 |
| | | | | SVN-Revision: 35753 | ||||
* | ath9k: fix rssi issues | Felix Fietkau | 2013-02-22 | 1 | -0/+11 |
| | | | | SVN-Revision: 35750 | ||||
* | ath9k_htc: fix signal strength reporting issues | Felix Fietkau | 2013-02-22 | 1 | -0/+29 |
| | | | | SVN-Revision: 35749 | ||||
* | mac80211: b43: Increase number of RX DMA slots | Hauke Mehrtens | 2013-02-18 | 1 | -0/+11 |
| | | | | | | | | | | | | | | Bastian Bittorf reported that some of the silent freezes on a Linksys WRT54G were due to overflow of the RX DMA ring buffer, which was created with 64 slots. That finding reminded me that I was seeing similar crashed on a netbook, which also has a relatively slow processor. After increasing the number of slots to 128, runs on the netbook that previously failed now worked; however, I found that 109 slots had been used in one test. For that reason, the number of slots is being increased to 256. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> SVN-Revision: 35671 | ||||
* | mac80211: add some small fixes for minstrel_ht CCK support | Felix Fietkau | 2013-02-13 | 1 | -9/+9 |
| | | | | SVN-Revision: 35576 | ||||
* | mac80211: add CCK rate support to minstrel_ht to improve range | Felix Fietkau | 2013-02-11 | 1 | -0/+518 |
| | | | | SVN-Revision: 35566 | ||||
* | ath9k: add support for more antenna mask combinations on AR93xx | Felix Fietkau | 2013-01-21 | 2 | -3/+70 |
| | | | | SVN-Revision: 35264 | ||||
* | ath9k: merge another round of cleanups and stability fixes, refresh patches | Felix Fietkau | 2013-01-20 | 9 | -66/+638 |
| | | | | SVN-Revision: 35255 | ||||
* | ath9k: fix a soft lockup on smp systems | Felix Fietkau | 2013-01-14 | 5 | -21/+27 |
| | | | | SVN-Revision: 35152 | ||||
* | ath9k: remove a lock to fix a deadlock on hw reset | Felix Fietkau | 2013-01-14 | 4 | -18/+78 |
| | | | | SVN-Revision: 35147 | ||||
* | mac80211: fix monitor mode injection | Felix Fietkau | 2013-01-13 | 1 | -0/+17 |
| | | | | SVN-Revision: 35145 | ||||
* | mac80211: rt2x00: fix PCI eeprom patch | Gabor Juhos | 2013-01-13 | 1 | -4/+4 |
| | | | | | | | | | | | | | | Fixes the following warnings: CC [M] <...>/drivers/net/wireless/rt2x00/rt2800pci.o <...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom_file': <...>/drivers/net/wireless/rt2x00/rt2800pci.c:95:2: warning: 'return' with a value, in function returning void [enabled by default] <...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom': <...>/drivers/net/wireless/rt2x00/rt2800pci.c:994:2: warning: 'retval' may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35143 | ||||
* | ath9k: fix memory corruption issues on ar5416/ar91xx | Felix Fietkau | 2013-01-13 | 7 | -10/+218 |
| | | | | SVN-Revision: 35139 | ||||
* | mac80211: fix enabling HT40- | Felix Fietkau | 2013-01-11 | 3 | -5/+16 |
| | | | | SVN-Revision: 35096 | ||||
* | mac80211: add a fix for ht40 connections | Felix Fietkau | 2013-01-11 | 1 | -0/+16 |
| | | | | SVN-Revision: 35094 | ||||
* | ath9k: add updated tx gain tables, fixes stability issues on TL-WDR4300 and ↵ | Felix Fietkau | 2013-01-10 | 1 | -0/+645 |
| | | | | | | other devices SVN-Revision: 35089 | ||||
* | ath9k: add some calibration fixes from wireless-testing | Felix Fietkau | 2013-01-10 | 1 | -0/+48 |
| | | | | SVN-Revision: 35081 | ||||
* | ath9k: correct a logic error in the rx path fix | Felix Fietkau | 2013-01-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 35067 | ||||
* | mac80211, ath9k: merge some pending fixes from linux-wireless@ | Felix Fietkau | 2013-01-09 | 9 | -22/+543 |
| | | | | SVN-Revision: 35066 | ||||
* | mac80211: update to 2013-01-07, add several ath9k stability fixes | Felix Fietkau | 2013-01-09 | 40 | -1831/+383 |
| | | | | SVN-Revision: 35063 | ||||
* | ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stability | Felix Fietkau | 2013-01-02 | 1 | -0/+11 |
| | | | | SVN-Revision: 34979 | ||||
* | mac80211: refresh patches | Felix Fietkau | 2012-12-28 | 3 | -4/+4 |
| | | | | SVN-Revision: 34911 | ||||
* | mac80211: assume 2-byte aligning for 802.11 packets, slightly improves code ↵ | Felix Fietkau | 2012-12-28 | 2 | -0/+449 |
| | | | | | | size and performance SVN-Revision: 34910 | ||||
* | mac80211: update rt2x00 rx_status patch | Gabor Juhos | 2012-12-11 | 3 | -69/+19 |
| | | | | | | | | Also remove the superfluous ones for ath5k, p54. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34637 | ||||
* | mac80211: zero-out rx_status in rt2x00, ath5k, p54 | Gabor Juhos | 2012-12-11 | 3 | -0/+115 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34627 | ||||
* | mac80211: fix possible NULL pointer dereference in ath9k | Gabor Juhos | 2012-12-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34624 | ||||
* | mac80211: fix channel context related warnings when using wds ap mode (fixes ↵ | Felix Fietkau | 2012-12-10 | 7 | -15/+149 |
| | | | | | | #12585) SVN-Revision: 34610 | ||||
* | b43: fix tx path skb leaks | Felix Fietkau | 2012-12-10 | 2 | -4/+82 |
| | | | | SVN-Revision: 34607 | ||||
* | mac80211: ath9k: allow to load EEPROM data via firmware API | Gabor Juhos | 2012-12-10 | 13 | -34/+530 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34606 | ||||
* | mac80211: ath9k: fix OTP register offsets for AR9340 | Gabor Juhos | 2012-12-10 | 1 | -0/+73 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34605 | ||||
* | ath5k: fix skb leaks (should fix #12199) | Felix Fietkau | 2012-12-10 | 1 | -0/+31 |
| | | | | SVN-Revision: 34603 | ||||
* | mac80211: fix setting txpower (#12594) | Felix Fietkau | 2012-12-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 34594 | ||||
* | ath9k: improve signal strength / channel noise reporting accuracy | Felix Fietkau | 2012-12-10 | 1 | -0/+22 |
| | | | | SVN-Revision: 34592 | ||||
* | mac80211: refresh patches | Felix Fietkau | 2012-12-10 | 3 | -4/+4 |
| | | | | SVN-Revision: 34591 | ||||
* | mac80211: merge fix for carl9170 upstream regression | Felix Fietkau | 2012-12-10 | 1 | -0/+11 |
| | | | | SVN-Revision: 34590 | ||||
* | mac80211: update to wireless-testing 2012-12-06 | Felix Fietkau | 2012-12-07 | 58 | -2110/+580 |
| | | | | SVN-Revision: 34571 | ||||
* | mac80211: brcmsmac: do a read after write when writing objmem to device. | Hauke Mehrtens | 2012-12-07 | 2 | -10/+13 |
| | | | | SVN-Revision: 34570 | ||||
* | mac80211: clean up patches, replace patching config.mk with a generated sed ↵ | Felix Fietkau | 2012-12-06 | 29 | -911/+35 |
| | | | | | | expression SVN-Revision: 34531 | ||||
* | mac80211: refresh patches | Gabor Juhos | 2012-12-02 | 18 | -46/+40 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34464 | ||||
* | mac80211: rename a misnamed ath9k patch | Gabor Juhos | 2012-12-02 | 1 | -0/+0 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34463 | ||||
* | mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz | Gabor Juhos | 2012-11-20 | 1 | -0/+121 |
| | | | | | | | | | [juhosg: move ramips specific stuff into a followup patch] Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34269 | ||||
* | mac80211/rt2x00: support Rt3352 with external PA | Gabor Juhos | 2012-11-20 | 1 | -0/+212 |
| | | | | | | | | | This is needed for WiFi to work e.g. on DIR-615 rev.H1. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34268 | ||||
* | mac80211: add more tx skb free fixes (hopefully final fix to #11894) | Felix Fietkau | 2012-11-10 | 3 | -160/+209 |
| | | | | SVN-Revision: 34133 | ||||
* | mac80211: prevent reconfigure calls while interfaces are down | Felix Fietkau | 2012-10-31 | 2 | -1/+13 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34030 | ||||
* | mac80211: report tx status for dropped frames, should fix some remaining ↵ | Felix Fietkau | 2012-10-29 | 1 | -38/+133 |
| | | | | | | stability issues SVN-Revision: 33991 | ||||
* | ath9k: add a patch that prevents excessive retry of single frames during an ↵ | Felix Fietkau | 2012-10-29 | 5 | -11/+41 |
| | | | | | | aggregation session SVN-Revision: 33989 | ||||
* | generic: allow to disable [25]GHz support in ath9k via platform data | Gabor Juhos | 2012-10-27 | 1 | -0/+70 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33954 | ||||
* | ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free ↵ | Felix Fietkau | 2012-10-25 | 1 | -0/+18 |
| | | | | | | errors and "Failed to stop Tx DMA" errors SVN-Revision: 33938 | ||||
* | mac80211: refresh patch | Felix Fietkau | 2012-10-25 | 1 | -10/+4 |
| | | | | SVN-Revision: 33937 |