aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-18rtlwifi: Fix build errors for unusual casesLarry Finger1-1/+8
2013-07-17rtlwifi: Initialize power-setting callback for USB devicesLarry Finger1-13/+0
2013-06-12rtlwifi: Fix a false leak indication for PCI devicesLarry Finger1-0/+1
2013-04-01rtlwifi: rtl8188ee: Enable recognition of RTL8188EELarry Finger1-0/+4
2013-04-01rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988eeLarry Finger1-1/+1
2013-04-01rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queueLarry Finger1-10/+17
2013-04-01rtlwifi Modify existing bits to match vendor version 2013.02.07Larry Finger1-20/+97
2013-01-02rtlwifi: Fix warning for unchecked pci_map_single() callLarry Finger1-0/+6
2012-12-06rtlwifi: remove __dev* attributesBill Pemberton1-1/+1
2012-11-30rtlwifi: use SIMPLE_DEV_PM_OPSHauke Mehrtens1-0/+2
2012-11-14rtlwifi: rtl8192ce: rtl8192cu: rtl8192se: rtl81723ae: Turn on building of the new driverLarry Finger1-5/+15
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+8
2012-08-23rtlwifi: Use PCI Express Capability accessorsJiang Liu1-5/+3
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-8/+8
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+1
2012-07-12rtlwifi: Remove extra argument from queue setup routineLarry Finger1-1/+1
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-8/+9
2012-06-26rtlwifi: Fix IRQ disabled warningLarry Finger1-8/+9
2012-06-06wireless: Remove casts to same typeJoe Perches1-7/+7
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+8
2012-05-14rtlwifi: fix for race condition when firmware is cachedLarry Finger1-8/+8
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-04-23rtlwifi: Fix oops on unloadLarry Finger1-0/+1
2012-04-16rtlwifi: rtl8192ce: Remove false positives for kmemleakLarry Finger1-0/+2
2012-04-11rtlwifi: Add missing DMA buffer unmapping for PCI driversLarry Finger1-1/+6
2012-04-10rtlwifi: Add missing DMA buffer unmapping for PCI driversLarry Finger1-1/+6
2012-02-09rtlwifi: Modify rtl_pci_init to return 0 on successJohn W. Linville1-3/+3
2012-02-08rtlwifi: Return correct failure code on errorSimon Graham1-1/+1
2012-02-08rtlwifi: Handle previous allocation failures when freeing device memorySimon Graham1-6/+10
2012-02-06rtlwifi: Fix PCI probe error path orphaned memoryTim Gardner1-7/+12
2012-02-06rtlwifi: remove return in _rtl_pci_switch_clk_reqDevendra.Naga1-3/+1
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger1-17/+9
2012-01-30rtlwifi: Move pr_fmt macros to a single locationLarry Finger1-2/+2
2012-01-24rtlwifi: Update copyright datesLarry Finger1-1/+1
2012-01-24rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger1-0/+2
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches1-8/+7
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches1-106/+90
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-3/+3
2011-12-13rtlwifi: use work for lpsStanislaw Gruszka1-12/+14
2011-11-28rtlwifi: Fix incorrect return of IRQ_HANDLEDLarry Finger1-2/+5
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21rtlwifi: Remove redundant code from PCI interruptLarry Finger1-3/+0
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-42/+14
2011-10-14rtlwifi: Change PCI drivers to use the new PM frameworkLarry Finger1-15/+4
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-9/+11
2011-09-15treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov1-3/+3
2011-08-09rtlwifi: Eliminate raw reads and writes from PCIe portionLarry Finger1-27/+10
2011-08-01rtlwifi: Fix kernel oops on ARM SOCLarry Finger1-9/+11
2011-07-05rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack1-4/+0