summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtl818x/rtl8187_dev.c
Commit message (Expand)AuthorAgeFilesLines
* rtl818x: move rtl8180 and rtl8187 to separate subdirectoriesJohn W. Linville2010-12-221-1591/+0
* 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/+0
* rtl8187: consolidate anaparam on/off write sequencesHerton Ronaldo Krzesinski2010-11-151-40/+44
* 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/+7
* 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/+0
* 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
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-241-2/+2
|\
| * drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches2010-08-181-2/+2
* | rtl8187: consolidate MSR writes in rtl8187_bss_info_changedJohn W. Linville2010-08-161-5/+4
|/
* drivers/net/wireless: Use wiphy_<level>Joe Perches2010-07-271-6/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-4/+6
|\
| * rtl8187: use SET_IEEE80211_PERM_ADDRJohn W. Linville2010-05-051-4/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| |/
* | net: convert multicast list to list_headJiri Pirko2010-04-031-2/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-141-0/+1
|\
| * rtl8187: Add new device IDJelle Martijn Kok2010-02-101-0/+1
* | rtl8187: Add callback for get_tsfLarry Finger2010-01-271-1/+10
* | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-5/+5
* | rtl8187: remove priv->modeJohn W. Linville2009-12-281-4/+1
|/
* rtl8187: Fix wrong rfkill switch mask for some modelsLarry Finger2009-12-071-2/+10
* rtl8187: Remove deprecated 'qual' from returned RX statusLarry Finger2009-11-061-10/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-4/+10
|\
| * rtl8187: always set MSR_LINK_ENEDCA flag with RTL8187BHerton Ronaldo Krzesinski2009-08-211-4/+10
* | rtl8187: Implement rfkill supportHerton Ronaldo Krzesinski2009-08-281-12/+16
* | rtl8187: fix circular locking (rtl8187_stop/rtl8187_work)Herton Ronaldo Krzesinski2009-08-281-1/+2
* | mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-2/+9
* | mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-1/+1
* | mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-031-0/+2
|\
| * rtl8187: add USB ID for Linksys WUSB54GC-EU v2 USB wifi dongleJohn W. Linville2009-05-291-0/+2
* | rtl8187: Remove pointless check in rtl8187_rx_cb().David S. Miller2009-05-281-6/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-181-1/+12
|\ \ | |/
| * rtl8187: use DMA-aware buffers with usb_control_msgJohn W. Linville2009-05-111-1/+12
* | mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-27/+21
* | rtl8187: Implement TX/RX blink for LEDLarry Finger2009-04-221-3/+15
* | rtl8187: Remove the "8187B chip detected" message when probing RTL8187B cardsGábor Stefanik2009-04-221-3/+0
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-251-0/+12
|\
| * rtl8187: New USB ID's for RTL8187LLarry Finger2009-02-231-0/+12
* | rtl8187: Fix driver to return TX retry info for RTL8187LLarry Finger2009-01-291-18/+55
* | rtl8187: Increase receive queue depthLarry Finger2009-01-291-1/+1
* | rtl8187: Fix locking of private dataLarry Finger2009-01-291-4/+7
|/
* rtl8187: Add termination packet to prevent stallLarry Finger2009-01-231-0/+1
* rtl8187: Fix module so that rmmod/insmod does not errorJohannes Berg2009-01-121-2/+3
* rtl8187: Fix crash on unload when using SLUB debugHerton Ronaldo Krzesinski2008-12-191-8/+4
OpenPOWER on IntegriCloud