Age | Commit message (Expand) | Author | Files | Lines |
2014-03-31 | rtl8187: fix use after free on failure path in rtl8187_probe() | Alexey Khoroshilov | 1 | -2/+2 |
2014-03-31 | rtl8180: don't use weird trick to access "far" registers | Andrea Merello | 1 | -10/+4 |
2014-03-31 | rtl8187: fix compile warning | Andrea Merello | 1 | -1/+1 |
2014-03-27 | rtl818x: Update Kconfig for rtl8187se | Andrea Merello | 1 | -2/+2 |
2014-03-27 | rtl8180: enable rtl8187se support | Andrea Merello | 1 | -4/+35 |
2014-03-27 | rtl8180: detect rtl8187se card | Andrea Merello | 1 | -2/+15 |
2014-03-27 | rtl8180: add WMM parameters configuration for rtl8187se | Andrea Merello | 2 | -2/+61 |
2014-03-27 | rtl8180: make sure RTL818X_MSR_ENEDCA is set for rtl8187se | Andrea Merello | 1 | -0/+4 |
2014-03-27 | rtl8180: add ERP configuration for rtl8187se | Andrea Merello | 1 | -6/+10 |
2014-03-27 | rtl8180: add rtl8187se HW initialization | Andrea Merello | 1 | -9/+159 |
2014-03-27 | rtl8180: add RF code for rtl8225 zebra v4 | Andrea Merello | 4 | -1/+538 |
2014-03-27 | rtl8180: introduce functions for setting ANAPARAM 2 and 3 params | Andrea Merello | 3 | -0/+42 |
2014-03-27 | rtl8180: add rtl8187se params to eeprom reading | Andrea Merello | 2 | -1/+24 |
2014-03-27 | rtl8180: config carbus register for rtl8187se | Andrea Merello | 1 | -7/+21 |
2014-03-27 | rtl8180: add TX queue mapping and support for rtl8187se | Andrea Merello | 2 | -6/+88 |
2014-03-27 | rtl8180: don't write MAR registers for rtl8187se | Andrea Merello | 1 | -2/+7 |
2014-03-27 | rtl8180: introduce functions to enable/disable ints and add support for rtl81... | Andrea Merello | 1 | -3/+33 |
2014-03-27 | rtl8180: add ISR for rtl8187se | Andrea Merello | 1 | -1/+56 |
2014-03-27 | rtl8180: support for rtl8187se RX descriptors | Andrea Merello | 2 | -18/+57 |
2014-03-27 | rtl8180: add basic rate configuration support for rtl8187se | Andrea Merello | 1 | -1/+5 |
2014-03-27 | rtl8180: add rtl8187se fields to TX descriptor | Andrea Merello | 1 | -2/+14 |
2014-03-27 | rtl8180: add rtl8187se chip type | Andrea Merello | 1 | -0/+1 |
2014-03-27 | rtl818x: add registers for rtl8187se | Andrea Merello | 1 | -49/+217 |
2014-03-27 | rtl8180: rationalize TX queues | Andrea Merello | 2 | -16/+49 |
2014-03-27 | rtl8180: fix DMA register are written two times | Andrea Merello | 1 | -6/+0 |
2014-03-19 | rtl818x: remove unused conf_erp callback from RF ops struct | Andrea Merello | 1 | -1/+0 |
2014-03-17 | rtl8180: move eeprom read stuff in a separate function | Andrea Merello | 2 | -58/+73 |
2014-03-17 | rtl8180: make *IFS and CW tunable by mac80211, and set them in the proper place | Andrea Merello | 3 | -24/+83 |
2014-03-17 | rtl8180: support for BSS_CHANGED_BASIC_RATES | Andrea Merello | 1 | -6/+45 |
2014-03-17 | rtl8180: remove too-early-added rtl8187se enum value | Andrea Merello | 1 | -1/+0 |
2014-03-14 | rtl8180: prepare to handle more than two chip types | Andrea Merello | 2 | -15/+28 |
2014-03-04 | rtl818x: make sure TX descriptor writes are done before kicking DMA | andrea merello | 1 | -0/+6 |
2014-03-04 | rtl818x: Make sure the TX descriptor "valid" flag is written by last | andrea merello | 1 | -0/+5 |
2014-03-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+8 |
2014-02-28 | rtl818x: add comments to explain few not obvious HW configs. | andrea merello | 1 | -0/+12 |
2014-02-28 | rtl818x: make dev_alloc_skb() null pointer check to really work | andrea merello | 1 | -3/+4 |
2014-02-28 | rtl818x: check for pci_map_single() success when initializing RX ring | andrea merello | 1 | -0/+7 |
2014-02-28 | rtl818x: pci_iomap() should pair with pci_iounmap() | andrea merello | 1 | -1/+1 |
2014-02-28 | rtl818x: Explicitly enable contetion window | andrea merello | 1 | -0/+2 |
2014-02-13 | rtl8187: fix regression on MIPS without coherent DMA | Stanislaw Gruszka | 1 | -2/+8 |
2014-02-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -3/+20 |
2014-02-13 | rtl818x: change misleading names for few register bit definitions | andrea merello | 3 | -16/+16 |
2014-02-06 | rtl8180: Add error check for pci_map_single return value in TX path | andrea.merello | 1 | -0/+7 |
2014-02-06 | rtl8180: Add error check for pci_map_single return value in RX path | andrea.merello | 1 | -3/+13 |
2014-01-04 | wireless: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 7 | -7/+0 |
2013-12-05 | rtl8187: Increase RX queue depth | Larry Finger | 1 | -1/+1 |
2013-09-26 | wireless: rtl818x: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-09-09 | rtl8187: fix use after free on failure path in rtl8187_init_urbs() | Alexey Khoroshilov | 1 | -5/+10 |
2013-08-26 | Update e-mail address for Andrea Merello (resubmit) | Andrea Merello | 13 | -22/+22 |
2013-03-25 | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan | Karl Beldan | 7 | -9/+13 |