aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8192cu (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-06-27rtlwifi: rtl8192cu: New USB IDsLarry Finger1-0/+3
2012-06-06wireless: Remove casts to same typeJoe Perches2-23/+22
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+5
2012-04-12rtlwifi: support for Belkin Surf N300 XRLorenzo Bianconi1-0/+1
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches2-3/+2
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger2-39/+25
2012-01-30rtlwifi: Move pr_fmt macros to a single locationLarry Finger3-7/+2
2012-01-24rtl8192cu: Update copyright datesLarry Finger20-20/+20
2012-01-24rtl8192cu: Remove dead code never selectedLarry Finger1-170/+0
2012-01-24rtlwifi: Simplify chip version id loggingJoe Perches1-28/+18
2012-01-24rtlwifi: Remove incorrect logging message prefixesJoe Perches1-1/+1
2012-01-24rtlwifi: Remove duplicate __func__Joe Perches1-1/+1
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches3-5/+6
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches2-69/+67
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches8-257/+231
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches3-3/+3
2012-01-24rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-12/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-12/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell2-3/+3
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-1/+1
2011-12-07rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP transitionPhilipp Dreimann1-1/+1
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger2-5/+6
2011-11-21rtlwifi: rtl8192cu: Change firmware upload to use block writesLarry Finger1-0/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-08rtl8192cu: Add new device IDsLarry Finger1-4/+32
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-14rtlwifi: rtl8192ce: Add new chip revisionsChaoming Li1-4/+0
2011-10-11rtlwifi: Change debug parameter to apply to individual driversLarry Finger1-0/+7
2011-09-20rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros.Larry Finger1-6/+0
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2-8/+14
2011-09-13rtlwifi: rtl8192su: Fix problem connecting to HT-enabled APGeorge1-5/+6
2011-08-24rtlwifi: rtl8192cu: Convert to use the new rate-mapping routine in rtlwifiLarry Finger5-33/+32
2011-08-09rtlwifi: rtl892cu: New USB IDsLarry Finger1-3/+8
2011-07-21rtlwifi: Convert printks to pr_<level>Joe Perches2-45/+35
2011-07-11rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger1-1/+1
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+1
2011-07-05rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack1-9/+0
2011-07-05rtlwifi: rtl8192cu: Add new USB ID for Netgear WNA1000MYoann DI-RUZZA1-0/+1
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+20
2011-06-22rtl8192cu: Fix missing firmware loadLarry Finger1-0/+20
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack4-7/+7
2011-06-03rtlwifi: Remove set_rfpowerstate_inprogressMike McCormack1-2/+0
2011-06-01rtl8192cu: Fix warnings from gcc 4.6.0Larry Finger1-2/+0
2011-05-10rtlwifi: rtl8192cu: Fix memset/memcpy using sizeof(ptr) not sizeof(*ptr)Joe Perches1-2/+2