summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi/pci.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-02rtlwifi: Fix warning for unchecked pci_map_single() callLarry Finger1-0/+6
2012-12-07rtlwifi: 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...Larry Finger1-5/+15
2012-10-03Merge 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/linvil...John 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/linvil...John 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-17Merge 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-08Merge 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-09rtlwifi: Return correct failure code on errorSimon Graham1-1/+1
2012-02-09rtlwifi: 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-31rtlwifi: Convert to asynchronous firmware loadLarry Finger1-17/+9
2012-01-31rtlwifi: 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-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-3/+3
2011-12-14rtlwifi: 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/torval...John W. Linville1-0/+1
2011-11-22rtlwifi: Remove redundant code from PCI interruptLarry Finger1-3/+0
2011-11-01drivers/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
2011-06-29rtlwifi: use PCI_VENDOR_ID_*Jon Mason1-4/+4
2011-06-29rtlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+12
2011-06-20rtlwifi: Fix typo in variable nameMike McCormack1-1/+1
2011-06-20rtlwifi: rtl8192se: Handle duplicate PCI ID 0x10ec:0x8192 conflict with r8192...Larry Finger1-1/+12
2011-06-10rtlwifi: Factor out code to receive one packetMike McCormack1-48/+51
2011-06-10rtlwifi: Free skb in one placeMike McCormack1-5/+3