summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8192cu
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-132-3/+2
* rtlwifi: Convert to asynchronous firmware loadLarry Finger2012-01-302-39/+25
* rtlwifi: Move pr_fmt macros to a single locationLarry Finger2012-01-303-7/+2
* rtl8192cu: Update copyright datesLarry Finger2012-01-2420-20/+20
* rtl8192cu: Remove dead code never selectedLarry Finger2012-01-241-170/+0
* rtlwifi: Simplify chip version id loggingJoe Perches2012-01-241-28/+18
* rtlwifi: Remove incorrect logging message prefixesJoe Perches2012-01-241-1/+1
* rtlwifi: Remove duplicate __func__Joe Perches2012-01-241-1/+1
* rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches2012-01-243-5/+6
* rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches2012-01-242-69/+67
* rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches2012-01-248-257/+231
* rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches2012-01-243-3/+3
* rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches2012-01-241-1/+1
* 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
* | | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-192-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-161-1/+1
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-091-1/+1
| |\ \ | | |/ | |/|
| | * rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP t...Philipp Dreimann2011-12-071-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\ \ \ | |/ /
| * | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-10-311-0/+1
| |/
* | rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger2011-11-212-5/+6
* | rtlwifi: rtl8192cu: Change firmware upload to use block writesLarry Finger2011-11-211-0/+1
* | rtl8192cu: Add new device IDsLarry Finger2011-11-081-4/+32
|/
* rtlwifi: rtl8192ce: Add new chip revisionsChaoming Li2011-10-141-4/+0
* rtlwifi: Change debug parameter to apply to individual driversLarry Finger2011-10-111-0/+7
* rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros.Larry Finger2011-09-201-6/+0
* Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-202-8/+14
|\
| * rtlwifi: rtl8192su: Fix problem connecting to HT-enabled APGeorge2011-09-131-5/+6
| * rtlwifi: rtl892cu: New USB IDsLarry Finger2011-08-091-3/+8
* | rtlwifi: rtl8192cu: Convert to use the new rate-mapping routine in rtlwifiLarry Finger2011-08-245-33/+32
|/
* rtlwifi: Convert printks to pr_<level>Joe Perches2011-07-212-45/+35
* rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger2011-07-111-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-111-0/+1
|\
| * rtlwifi: rtl8192cu: Add new USB ID for Netgear WNA1000MYoann DI-RUZZA2011-07-051-0/+1
* | rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack2011-07-051-9/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-281-0/+20
|\ \ | |/
| * rtl8192cu: Fix missing firmware loadLarry Finger2011-06-221-0/+20
* | rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack2011-06-204-7/+7
* | rtlwifi: Remove set_rfpowerstate_inprogressMike McCormack2011-06-031-2/+0
* | rtl8192cu: Fix warnings from gcc 4.6.0Larry Finger2011-06-011-2/+0
|/
* rtlwifi: rtl8192cu: Fix memset/memcpy using sizeof(ptr) not sizeof(*ptr)Joe Perches2011-05-101-2/+2
* rtlwifi: rtl8192ce: rtl8192cu: Fix most sparse warningsLarry Finger2011-04-264-9/+27
* rtlwifi: rtl8192ce: Change rtl8192ce routines phy and trx and modify rtl8192c...Chaoming_Li2011-04-265-35/+39
* rtlwifi: rtl8192ce: Change sw and LED routines for addition of rtl8192se and ...Chaoming_Li2011-04-261-0/+2
* rtlwifi: rtl8192ce: Change hw routine for addition of rtl8192se and rtl8192deChaoming_Li2011-04-262-1/+2
* rtlwifi: Convert core routines for addition of rtl8192se and rtl8192deChaoming_Li2011-04-261-1/+1
* rtlwifi: Change base routines for addition of rtl8192se and rtl8192deChaoming_Li2011-04-261-1/+1
* rtlwifi: Fix unitialized variable warningsLarry Finger2011-04-141-1/+1
OpenPOWER on IntegriCloud