summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtl818x
Commit message (Expand)AuthorAgeFilesLines
* rtl818x: add comments to explain few not obvious HW configs.andrea merello2014-02-281-0/+12
* rtl818x: make dev_alloc_skb() null pointer check to really workandrea merello2014-02-281-3/+4
* rtl818x: check for pci_map_single() success when initializing RX ringandrea merello2014-02-281-0/+7
* rtl818x: pci_iomap() should pair with pci_iounmap()andrea merello2014-02-281-1/+1
* rtl818x: Explicitly enable contetion windowandrea merello2014-02-281-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-131-3/+20
|\
| * rtl8180: Add error check for pci_map_single return value in TX pathandrea.merello2014-02-061-0/+7
| * rtl8180: Add error check for pci_map_single return value in RX pathandrea.merello2014-02-061-3/+13
* | rtl818x: change misleading names for few register bit definitionsandrea merello2014-02-123-16/+16
|/
* wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-037-7/+0Star
* rtl8187: Increase RX queue depthLarry Finger2013-12-051-1/+1
* wireless: rtl818x: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0Star
* rtl8187: fix use after free on failure path in rtl8187_init_urbs()Alexey Khoroshilov2013-09-091-5/+10
* Update e-mail address for Andrea Merello (resubmit)Andrea Merello2013-08-2613-22/+22
* mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-257-9/+13
* drivers/net/wireless/rtl818x: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
* rtl8187: remove __dev* attributesBill Pemberton2012-12-061-3/+3
* rtl8187: remove __dev* attributesBill Pemberton2012-12-061-3/+3
* mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-132-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-242-4/+8
|\
| * mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-312-4/+8
* | USB: rtl8187: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-08-181-1/+1
|/
* wireless: Use eth_random_addrJoe Perches2012-07-172-2/+2
* wireless: rtl818x: rtl8180 add devices idsXose Vazquez Perez2012-06-201-0/+2
* rtl8187: ->brightness_set can not sleepStanislaw Gruszka2012-06-081-1/+1
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-231-0/+1
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-191-0/+1
* | net/wireless: use module_pci_driverAxel Lin2012-04-161-12/+1Star
* | mac80211: remove hw.conf.channel usage where possibleMichal Kazior2012-04-131-0/+1
|/
* rtl8187: Add AD-HOC supportAttila Fazekas2012-03-072-19/+100
* USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1Star
* drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-11-012-0/+2
* mac80211: pass vif param to conf_tx() callbackEliad Peller2011-10-031-1/+2
* mac80211: add ieee80211_vif param to tsf functionsEliad Peller2011-09-272-3/+4
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* rtl8187: Change rate-control feedbackLarry Finger2011-03-042-5/+22
* mac80211: make tx() operation return voidJohannes Berg2011-02-252-10/+4Star
* mac80211: rename RX_FLAG_TSFTJohannes Berg2011-02-232-2/+2
* rtl818x: move rtl8180 and rtl8187 to separate subdirectoriesJohn W. Linville2010-12-2221-22/+27
* rtl8187: restore anaparam registers after reset with 8187BHerton Ronaldo Krzesinski2010-11-151-0/+2
* rtl8187: remove uneeded setting of anaparam writeHerton Ronaldo Krzesinski2010-11-151-8/+0Star
* rtl8187: consolidate anaparam on/off write sequencesHerton Ronaldo Krzesinski2010-11-152-62/+44Star
* rtl8187: don't set RTL818X_CONFIG3_GNT_SELECT flag on 8187BHerton Ronaldo Krzesinski2010-11-151-1/+1
* rtl8187: move pll reset at start out of ANAPARAM writeHerton Ronaldo Krzesinski2010-11-151-8/+7Star
* rtl8187: avoid redundant write to register FF72 (RFSW_CTRL)Herton Ronaldo Krzesinski2010-11-151-2/+2
* rtl8187: fix wrong register initialization in 8187BHerton Ronaldo Krzesinski2010-11-151-6/+10
* rtl8187: remove setting of beacon/atim registers from initializationHerton Ronaldo Krzesinski2010-11-151-2/+0Star
* rtl8187: remove redundant initialization of ARFRHerton Ronaldo Krzesinski2010-11-151-4/+5
* rtl8187b: do not do per packet TX AGCThadeu Lima de Souza Cascardo2010-11-151-4/+6
* Revert "rtl8180: use NAPI for bottom-half processing"John W. Linville2010-10-071-69/+59Star