aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi/rtl8192cu
AgeCommit message (Expand)Author
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger
2012-01-30rtlwifi: Move pr_fmt macros to a single locationLarry Finger
2012-01-24rtl8192cu: Update copyright datesLarry Finger
2012-01-24rtl8192cu: Remove dead code never selectedLarry Finger
2012-01-24rtlwifi: Simplify chip version id loggingJoe Perches
2012-01-24rtlwifi: Remove incorrect logging message prefixesJoe Perches
2012-01-24rtlwifi: Remove duplicate __func__Joe Perches
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches
2012-01-24rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-07rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP t...Philipp Dreimann
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-21rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger
2011-11-21rtlwifi: rtl8192cu: Change firmware upload to use block writesLarry Finger
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-11-08rtl8192cu: Add new device IDsLarry Finger
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker
2011-10-14rtlwifi: rtl8192ce: Add new chip revisionsChaoming Li
2011-10-11rtlwifi: Change debug parameter to apply to individual driversLarry Finger
2011-09-20rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros.Larry Finger
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville
2011-09-13rtlwifi: rtl8192su: Fix problem connecting to HT-enabled APGeorge
2011-08-24rtlwifi: rtl8192cu: Convert to use the new rate-mapping routine in rtlwifiLarry Finger
2011-08-09rtlwifi: rtl892cu: New USB IDsLarry Finger
2011-07-21rtlwifi: Convert printks to pr_<level>Joe Perches
2011-07-11rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-05rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack
2011-07-05rtlwifi: rtl8192cu: Add new USB ID for Netgear WNA1000MYoann DI-RUZZA
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-22rtl8192cu: Fix missing firmware loadLarry Finger
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack
2011-06-03rtlwifi: Remove set_rfpowerstate_inprogressMike McCormack
2011-06-01rtl8192cu: Fix warnings from gcc 4.6.0Larry Finger
2011-05-10rtlwifi: rtl8192cu: Fix memset/memcpy using sizeof(ptr) not sizeof(*ptr)Joe Perches
2011-04-26rtlwifi: rtl8192ce: rtl8192cu: Fix most sparse warningsLarry Finger
2011-04-26rtlwifi: rtl8192ce: Change rtl8192ce routines phy and trx and modify rtl8192c...Chaoming_Li
2011-04-26rtlwifi: rtl8192ce: Change sw and LED routines for addition of rtl8192se and ...Chaoming_Li
2011-04-26rtlwifi: rtl8192ce: Change hw routine for addition of rtl8192se and rtl8192deChaoming_Li
2011-04-26rtlwifi: Convert core routines for addition of rtl8192se and rtl8192deChaoming_Li
2011-04-26rtlwifi: Change base routines for addition of rtl8192se and rtl8192deChaoming_Li
2011-04-14rtlwifi: Fix unitialized variable warningsLarry Finger