summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtl818x
AgeCommit message (Expand)AuthorFilesLines
2014-03-17rtl8180: move eeprom read stuff in a separate functionAndrea Merello2-58/+73
2014-03-17rtl8180: make *IFS and CW tunable by mac80211, and set them in the proper placeAndrea Merello3-24/+83
2014-03-17rtl8180: support for BSS_CHANGED_BASIC_RATESAndrea Merello1-6/+45
2014-03-17rtl8180: remove too-early-added rtl8187se enum valueAndrea Merello1-1/+0
2014-03-14rtl8180: prepare to handle more than two chip typesAndrea Merello2-15/+28
2014-03-04rtl818x: make sure TX descriptor writes are done before kicking DMAandrea merello1-0/+6
2014-03-04rtl818x: Make sure the TX descriptor "valid" flag is written by lastandrea merello1-0/+5
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+8
2014-02-28rtl818x: add comments to explain few not obvious HW configs.andrea merello1-0/+12
2014-02-28rtl818x: make dev_alloc_skb() null pointer check to really workandrea merello1-3/+4
2014-02-28rtl818x: check for pci_map_single() success when initializing RX ringandrea merello1-0/+7
2014-02-28rtl818x: pci_iomap() should pair with pci_iounmap()andrea merello1-1/+1
2014-02-28rtl818x: Explicitly enable contetion windowandrea merello1-0/+2
2014-02-13rtl8187: fix regression on MIPS without coherent DMAStanislaw Gruszka1-2/+8
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+20
2014-02-12rtl818x: change misleading names for few register bit definitionsandrea merello3-16/+16
2014-02-06rtl8180: Add error check for pci_map_single return value in TX pathandrea.merello1-0/+7
2014-02-06rtl8180: Add error check for pci_map_single return value in RX pathandrea.merello1-3/+13
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker7-7/+0
2013-12-05rtl8187: Increase RX queue depthLarry Finger1-1/+1
2013-09-26wireless: rtl818x: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-09rtl8187: fix use after free on failure path in rtl8187_init_urbs()Alexey Khoroshilov1-5/+10
2013-08-26Update e-mail address for Andrea Merello (resubmit)Andrea Merello13-22/+22
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan7-9/+13
2013-01-22drivers/net/wireless/rtl818x: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-12-06rtl8187: remove __dev* attributesBill Pemberton1-3/+3
2012-12-06rtl8187: remove __dev* attributesBill Pemberton1-3/+3
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2-2/+2
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-4/+8
2012-08-17USB: rtl8187: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn2-4/+8
2012-07-16wireless: Use eth_random_addrJoe Perches2-2/+2
2012-06-20wireless: rtl818x: rtl8180 add devices idsXose Vazquez Perez1-0/+2
2012-06-08rtl8187: ->brightness_set can not sleepStanislaw Gruszka1-1/+1
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-04-16net/wireless: use module_pci_driverAxel Lin1-12/+1
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior1-0/+1
2012-03-07rtl8187: Add AD-HOC supportAttila Fazekas2-19/+100
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2-0/+2
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller2-3/+4
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-03-04rtl8187: Change rate-control feedbackLarry Finger2-5/+22
2011-02-25mac80211: make tx() operation return voidJohannes Berg2-10/+4
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg2-2/+2
2010-12-22rtl818x: move rtl8180 and rtl8187 to separate subdirectoriesJohn W. Linville21-22/+27
2010-11-15rtl8187: restore anaparam registers after reset with 8187BHerton Ronaldo Krzesinski1-0/+2
2010-11-15rtl8187: remove uneeded setting of anaparam writeHerton Ronaldo Krzesinski1-8/+0