aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtl818x (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/usbLinus 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
2010-11-15rtl8187: consolidate anaparam on/off write sequencesHerton Ronaldo Krzesinski2-62/+44
2010-11-15rtl8187: don't set RTL818X_CONFIG3_GNT_SELECT flag on 8187BHerton Ronaldo Krzesinski1-1/+1
2010-11-15rtl8187: move pll reset at start out of ANAPARAM writeHerton Ronaldo Krzesinski1-8/+7
2010-11-15rtl8187: avoid redundant write to register FF72 (RFSW_CTRL)Herton Ronaldo Krzesinski1-2/+2
2010-11-15rtl8187: fix wrong register initialization in 8187BHerton Ronaldo Krzesinski1-6/+10
2010-11-15rtl8187: remove setting of beacon/atim registers from initializationHerton Ronaldo Krzesinski1-2/+0
2010-11-15rtl8187: remove redundant initialization of ARFRHerton Ronaldo Krzesinski1-4/+5
2010-11-15rtl8187b: do not do per packet TX AGCThadeu Lima de Souza Cascardo1-4/+6
2010-10-07Revert "rtl8180: use NAPI for bottom-half processing"John W. Linville1-69/+59
2010-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville3-7/+7
2010-08-18drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches3-7/+7
2010-08-16rtl8187: consolidate MSR writes in rtl8187_bss_info_changedJohn W. Linville1-5/+4
2010-08-16rtl8180: use RTL818X_MSR_ADHOC for IBSS connectionJohn W. Linville1-6/+9
2010-08-16rtl8180: use NAPI for bottom-half processingJohn W. Linville1-59/+69
2010-08-05rtl8180: avoid potential NULL deref in rtl8180_beacon_workJohn W. Linville1-0/+2
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches3-20/+16
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6John W. Linville3-7/+7
2010-07-26rtl8180: silence "dubious: x | !y" sparse warningJohn W. Linville1-1/+4
2010-07-26rtl8180: improve signal reporting for actual rtl8180 hardwareJohn W. Linville5-10/+68
2010-07-20rtl8180: improve signal reporting for rtl8185 hardwareJohn W. Linville1-3/+8
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1
2010-06-24rtl8180: mark rtl8180_beacon_work staticJohn W. Linville1-1/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet3-7/+7
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-12/+95
2010-05-10rtl8180: change PCI DMA mask to DMA_BIT_MASK(32)John W. Linville1-2/+2
2010-05-07rtl8180: add software-based support for IBSS modeJohn W. Linville2-10/+80
2010-05-07rtl8180: assign sequence numbers in the driverJohn W. Linville2-0/+13
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-9/+14
2010-05-05rtl8187: use SET_IEEE80211_PERM_ADDRJohn W. Linville1-4/+6
2010-05-04rtl8180: use SET_IEEE80211_PERM_ADDRJohn W. Linville1-4/+6
2010-04-30rtl8180: fix tx status reportingJohn W. Linville1-0/+1
2010-04-28rtl8180: use cached queue mapping for skb in rtl8180_txJohn W. Linville1-1/+1