summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtl818x
AgeCommit message (Expand)Author
2014-03-17rtl8180: move eeprom read stuff in a separate functionAndrea Merello
2014-03-17rtl8180: make *IFS and CW tunable by mac80211, and set them in the proper placeAndrea Merello
2014-03-17rtl8180: support for BSS_CHANGED_BASIC_RATESAndrea Merello
2014-03-17rtl8180: remove too-early-added rtl8187se enum valueAndrea Merello
2014-03-14rtl8180: prepare to handle more than two chip typesAndrea Merello
2014-03-04rtl818x: make sure TX descriptor writes are done before kicking DMAandrea merello
2014-03-04rtl818x: Make sure the TX descriptor "valid" flag is written by lastandrea merello
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-02-28rtl818x: add comments to explain few not obvious HW configs.andrea merello
2014-02-28rtl818x: make dev_alloc_skb() null pointer check to really workandrea merello
2014-02-28rtl818x: check for pci_map_single() success when initializing RX ringandrea merello
2014-02-28rtl818x: pci_iomap() should pair with pci_iounmap()andrea merello
2014-02-28rtl818x: Explicitly enable contetion windowandrea merello
2014-02-13rtl8187: fix regression on MIPS without coherent DMAStanislaw Gruszka
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-02-12rtl818x: change misleading names for few register bit definitionsandrea merello
2014-02-06rtl8180: Add error check for pci_map_single return value in TX pathandrea.merello
2014-02-06rtl8180: Add error check for pci_map_single return value in RX pathandrea.merello
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-05rtl8187: Increase RX queue depthLarry Finger
2013-09-26wireless: rtl818x: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-09rtl8187: fix use after free on failure path in rtl8187_init_urbs()Alexey Khoroshilov
2013-08-26Update e-mail address for Andrea Merello (resubmit)Andrea Merello
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan
2013-01-22drivers/net/wireless/rtl818x: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-06rtl8187: remove __dev* attributesBill Pemberton
2012-12-06rtl8187: remove __dev* attributesBill Pemberton
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-08-18USB: rtl8187: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn
2012-07-17wireless: Use eth_random_addrJoe Perches
2012-06-20wireless: rtl818x: rtl8180 add devices idsXose Vazquez Perez
2012-06-08rtl8187: ->brightness_set can not sleepStanislaw Gruszka
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-04-16net/wireless: use module_pci_driverAxel Lin
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior
2012-03-07rtl8187: Add AD-HOC supportAttila Fazekas
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-03-04rtl8187: Change rate-control feedbackLarry Finger
2011-02-25mac80211: make tx() operation return voidJohannes Berg
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg
2010-12-22rtl818x: move rtl8180 and rtl8187 to separate subdirectoriesJohn W. Linville
2010-11-15rtl8187: restore anaparam registers after reset with 8187BHerton Ronaldo Krzesinski
2010-11-15rtl8187: remove uneeded setting of anaparam writeHerton Ronaldo Krzesinski