summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8192cu
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: rtl8192cu: Fix problem that prevents reassociationLarry Finger2013-03-131-52/+35
* rtlwifi: rtl8192cu: Fix schedule while atomic bug splatLarry Finger2013-03-081-2/+0
* rtlwifi: rtl8192cu: Add new USB IDLarry Finger2013-02-081-0/+1
* rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_idLarry Finger2013-02-081-1/+7
* net: wireless/rtlwifi: fix uninitialized variable issueCong Ding2013-02-081-1/+1
* rtlwifi: rtl8192cu: Fix W=1 build warningLarry Finger2013-02-011-1/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-1/+1
|\
| * mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-0/+1
|\ \
| * | rtlwifi: rtl8192cu: Add new USB IDAlbert Pool2012-11-161-0/+1
* | | rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some v...Larry Finger2012-10-304-52/+35
| |/ |/|
* | rtlwifi: rtl8192ce: rtl8192cu: use %*phC to dump small buffersAndy Shevchenko2012-10-191-4/+2
|/
* rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warningsLarry Finger2012-09-071-1/+1
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-312-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-0/+3
|\
| * rtlwifi: rtl8192cu: New USB IDsLarry Finger2012-06-271-0/+3
* | wireless: Remove casts to same typeJoe Perches2012-06-062-23/+22
|/
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-0/+1
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* | drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-5/+5
* | rtlwifi: support for Belkin Surf N300 XRLorenzo Bianconi2012-04-121-0/+1
|/
* 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
|\
OpenPOWER on IntegriCloud