summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi
Commit message (Expand)AuthorAgeFilesLines
* rtl8192cu: Update copyright datesLarry Finger2012-01-2420-20/+20
* rtl8192ce: Update copyright datesLarry Finger2012-01-2418-18/+18
* rtl8192c_common: Update copyright datesLarry Finger2012-01-247-7/+7
* rtlwifi: Update copyright datesLarry Finger2012-01-2421-21/+21
* rtl8192cu: Remove dead code never selectedLarry Finger2012-01-241-170/+0
* rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger2012-01-244-10/+20
* rtlwifi: Simplify chip version id loggingJoe Perches2012-01-242-38/+27
* rtlwifi: Remove incorrect logging message prefixesJoe Perches2012-01-243-5/+5
* rtlwifi: add CONFIG_RTLWIFI_DEBUG to remove all of the debug logging codeJoe Perches2012-01-242-0/+39
* rtlwifi: Optimize RT_TRACE macro use of KBUILD_MODNAME for sizeJoe Perches2012-01-241-3/+3
* rtlwifi: Remove duplicate __func__Joe Perches2012-01-241-1/+1
* rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches2012-01-2421-70/+68
* rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches2012-01-249-370/+355
* rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches2012-01-2444-1784/+1613
* rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches2012-01-2412-26/+23
* rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches2012-01-245-53/+47
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-121-0/+4
|\
| * rtl8192se: Fix BUG caused by failure to check skb allocationLarry Finger2012-01-101-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-2/+2
|\ \
| * | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-2/+2
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-12/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-12/+1
| |\ \
| | * | USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
| | |/
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-094-4/+4
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-301-8/+9
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-033-2/+5
|\ \ \ \
| * | | | rtlwifi: Fix locking problem introduces with commit 6539306bLarry Finger2011-12-193-2/+5
* | | | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* | | | | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-197-13/+13
|/ / / /
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-144-4/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP t...Philipp Dreimann2011-12-074-4/+4
| | |/ | |/|
* | | rtlwifi: merge ips,lps spinlocks into one mutexStanislaw Gruszka2011-12-133-15/+12
* | | rtlwifi: use work for lpsStanislaw Gruszka2011-12-132-13/+16
* | | rtl8192c: Do not log firmware load message unless actually doneLarry Finger2011-12-061-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-8/+9
|\ \ \ | |/ /
| * | rtlwifi: fix lps_lock deadlockStanislaw Gruszka2011-11-281-8/+9
* | | rtlwifi: Fix incorrect return of IRQ_HANDLEDLarry Finger2011-11-281-2/+5
* | | rtlwifi: squash warning in _usb_read_syncJohn W. Linville2011-11-221-2/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-2215-2/+16
|\ \ \ | | |/ | |/|
| * | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0614-0/+14
| |\ \
| | * | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-318-0/+8
| | * | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-10-316-0/+6
| | |/
| * | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-021-2/+2
| |\ \ | | |/ | |/|
| | * um: a couple of missing dependencies...Al Viro2011-11-021-2/+2
* | | rtlwifi: Remove redundant code from PCI interruptLarry Finger2011-11-211-3/+0
* | | rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger2011-11-217-36/+43
* | | rtlwifi: rtl8192cu: Change firmware upload to use block writesLarry Finger2011-11-215-3/+64
* | | rtlwifi: rtl8192cu: Allow retries for USB I/OGeorge2011-11-212-4/+16
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-091-3/+3
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-2528-872/+588
| |\ \
OpenPOWER on IntegriCloud