summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi/rtl8192c
AgeCommit message (Expand)AuthorFilesLines
2013-12-10rtlwifi: rtl8192c-common: Fix sparse warningLarry Finger1-1/+1
2013-12-05rtlwifi: Bring _rtl92c_phy_iq_calibrate() in line with the vendor driverMark Cave-Ayland1-11/+28
2013-12-05rtlwifi: rtl8192c: Update dynamic gain calculationsLarry Finger1-98/+193
2013-12-05rtlwifi: rtl8192c: Add routines to save/restore power index registersLarry Finger1-0/+36
2013-12-05rtlwifi: rtl8192c: Add new definitions in the dm_common headerLarry Finger1-0/+14
2013-10-04rtlwifi: rtl8192c: Remove rtl8192c_phy_scan_operation_backup()Larry Finger2-32/+0
2013-10-04rtlwifi: rtl8192_common: Fix smatch errors and warnings in rtl8192c/dm_common.cLarry Finger1-24/+1
2013-09-26rtlwifi: remove duplicate declarations and macros in headersCatalin Iacob1-2/+0
2013-04-23rtl8192c:dm: Properly initialize local array and set value.Han Shen1-2/+2
2013-04-02rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes re...Larry Finger1-6/+6
2013-04-02rtlwifi: rtl8192c: rtl8192ce: Update to vendor driver of 2013.02.07Larry Finger3-76/+116
2013-02-01rtlwifi: rtl8192c: Fix W=1 warningLarry Finger1-1/+2
2013-01-07rtlwifi: Fix typo in debug output of rtl8192c and rtl8723aeJulian Wollrath1-1/+1
2012-10-31rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some v...Larry Finger2-168/+128
2012-10-31rtlwifi: rtl8192c: rtl8192ce: Add support for B-CUT version of RTL8188CELarry Finger1-0/+21
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-25/+19
2012-09-07rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warningsLarry Finger1-8/+3
2012-09-07rtlwifi: rtl8192c: rtl8192de: Fix typo in cursta_connectctateLarry Finger1-15/+15
2012-09-07rtlwifi: rtl8192c: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-3/+3
2012-06-06wireless: Remove casts to same typeJoe Perches2-5/+4
2012-04-23rtlwifi: rtl8192c: Convert driver to use private ps_t structLarry Finger1-27/+31
2012-04-23rtlwifi: rtl8192c: Convert driver to use private dm structsLarry Finger3-111/+123
2012-04-23rtlwifi: Move dig_t and ps_t structsLarry Finger1-34/+0
2012-04-16rtlwifi: rtl8192ce: Remove false positives for kmemleakLarry Finger1-0/+3
2012-03-26rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when scanningLarry Finger1-1/+1
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+12
2012-03-07rtlwifi: rtl8192ce: Fix loss of receive performanceJingjun Wu1-0/+4
2012-03-06rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cuLarry Finger1-3/+8
2012-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-113/+43
2012-02-22rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statementsLarry Finger1-112/+42
2012-02-22rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask...Devendra.Naga1-1/+1
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches2-6/+6
2012-01-31rtlwifi: Convert to asynchronous firmware loadLarry Finger1-9/+1
2012-01-31rtlwifi: Move pr_fmt macros to a single locationLarry Finger2-5/+2
2012-01-24rtl8192c_common: Update copyright datesLarry Finger7-7/+7
2012-01-24rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger1-0/+2
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches2-8/+8
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches3-243/+216
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches1-5/+4
2011-12-07rtl8192c: Do not log firmware load message unless actually doneLarry Finger1-1/+1
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville4-0/+4
2011-11-22rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger2-22/+26
2011-11-22rtlwifi: rtl8192cu: Change firmware upload to use block writesLarry Finger2-0/+33
2011-11-22rtlwifi: rtl8192cu: Allow retries for USB I/OGeorge1-1/+1
2011-11-01drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker3-0/+3
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-07-21rtlwifi: Convert printks to pr_<level>Joe Perches1-2/+3
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack1-1/+1
2011-06-10rtlwifi: Fix warnings on parisc archLarry Finger1-1/+1