summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi
AgeCommit message (Expand)AuthorFilesLines
2012-01-24rtl8192ce: Update copyright datesLarry Finger18-18/+18
2012-01-24rtl8192c_common: Update copyright datesLarry Finger7-7/+7
2012-01-24rtlwifi: Update copyright datesLarry Finger21-21/+21
2012-01-24rtl8192cu: Remove dead code never selectedLarry Finger1-170/+0
2012-01-24rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger4-10/+20
2012-01-24rtlwifi: Simplify chip version id loggingJoe Perches2-38/+27
2012-01-24rtlwifi: Remove incorrect logging message prefixesJoe Perches3-5/+5
2012-01-24rtlwifi: add CONFIG_RTLWIFI_DEBUG to remove all of the debug logging codeJoe Perches2-0/+39
2012-01-24rtlwifi: Optimize RT_TRACE macro use of KBUILD_MODNAME for sizeJoe Perches1-3/+3
2012-01-24rtlwifi: Remove duplicate __func__Joe Perches1-1/+1
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches21-70/+68
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches9-370/+355
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches44-1784/+1613
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches12-26/+23
2012-01-24rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches5-53/+47
2012-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+4
2012-01-11rtl8192se: Fix BUG caused by failure to check skb allocationLarry Finger1-0/+4
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-12/+1
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-2/+5
2011-12-20module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell7-13/+13
2011-12-19rtlwifi: Fix locking problem introduces with commit 6539306bLarry Finger3-2/+5
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-4/+4
2011-12-14rtlwifi: merge ips,lps spinlocks into one mutexStanislaw Gruszka3-15/+12
2011-12-14rtlwifi: use work for lpsStanislaw Gruszka2-13/+16
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-4/+4
2011-12-08rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP t...Philipp Dreimann4-4/+4
2011-12-07rtl8192c: Do not log firmware load message unless actually doneLarry Finger1-1/+1
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+9
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-2/+2
2011-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+9
2011-11-28rtlwifi: Fix incorrect return of IRQ_HANDLEDLarry Finger1-2/+5
2011-11-28rtlwifi: fix lps_lock deadlockStanislaw Gruszka1-8/+9
2011-11-22rtlwifi: squash warning in _usb_read_syncJohn W. Linville1-2/+3
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville15-2/+16
2011-11-22rtlwifi: Remove redundant code from PCI interruptLarry Finger1-3/+0
2011-11-22rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger7-36/+43
2011-11-22rtlwifi: rtl8192cu: Change firmware upload to use block writesLarry Finger5-3/+64
2011-11-22rtlwifi: rtl8192cu: Allow retries for USB I/OGeorge2-4/+16
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2011-11-09rtl8192cu: Add new device IDsLarry Finger1-4/+32
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-0/+14
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds1-2/+2
2011-11-02um: a couple of missing dependencies...Al Viro1-2/+2
2011-11-01drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker8-0/+8
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker6-0/+6
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds28-872/+588