| Commit message (Expand) | Author | Age | Files | Lines |
* | rtlwifi: rtl8192c-common: Fix sparse warning | Larry Finger | 2013-12-09 | 1 | -1/+1 |
* | rtlwifi: Bring _rtl92c_phy_iq_calibrate() in line with the vendor driver | Mark Cave-Ayland | 2013-12-05 | 1 | -11/+28 |
* | rtlwifi: rtl8192c: Update dynamic gain calculations | Larry Finger | 2013-12-05 | 1 | -98/+193 |
* | rtlwifi: rtl8192c: Add routines to save/restore power index registers | Larry Finger | 2013-12-05 | 1 | -0/+36 |
* | rtlwifi: rtl8192c: Add new definitions in the dm_common header | Larry Finger | 2013-12-05 | 1 | -0/+14 |
* | rtlwifi: rtl8192c: Remove rtl8192c_phy_scan_operation_backup() | Larry Finger | 2013-10-03 | 2 | -32/+0 |
* | rtlwifi: rtl8192_common: Fix smatch errors and warnings in rtl8192c/dm_common.c | Larry Finger | 2013-10-03 | 1 | -24/+1 |
* | rtlwifi: remove duplicate declarations and macros in headers | Catalin Iacob | 2013-09-26 | 1 | -2/+0 |
* | rtl8192c:dm: Properly initialize local array and set value. | Han Shen | 2013-04-23 | 1 | -2/+2 |
* | rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes re... | Larry Finger | 2013-04-01 | 1 | -6/+6 |
* | rtlwifi: rtl8192c: rtl8192ce: Update to vendor driver of 2013.02.07 | Larry Finger | 2013-04-01 | 3 | -76/+116 |
* | rtlwifi: rtl8192c: Fix W=1 warning | Larry Finger | 2013-02-01 | 1 | -1/+2 |
* | rtlwifi: Fix typo in debug output of rtl8192c and rtl8723ae | Julian Wollrath | 2013-01-07 | 1 | -1/+1 |
* | rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some v... | Larry Finger | 2012-10-30 | 2 | -168/+128 |
* | rtlwifi: rtl8192c: rtl8192ce: Add support for B-CUT version of RTL8188CE | Larry Finger | 2012-10-30 | 1 | -0/+21 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 2 | -25/+19 |
|\ |
|
| * | rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warnings | Larry Finger | 2012-09-07 | 1 | -8/+3 |
| * | rtlwifi: rtl8192c: rtl8192de: Fix typo in cursta_connectctate | Larry Finger | 2012-09-07 | 1 | -15/+15 |
| * | rtlwifi: rtl8192c: remove pointless conditional before kfree_skb() | Wei Yongjun | 2012-09-07 | 1 | -2/+1 |
* | | treewide: fix comment/printk/variable typos | Anatol Pomozov | 2012-09-01 | 1 | -3/+3 |
|/ |
|
* | wireless: Remove casts to same type | Joe Perches | 2012-06-06 | 2 | -5/+4 |
* | rtlwifi: rtl8192c: Convert driver to use private ps_t struct | Larry Finger | 2012-04-23 | 1 | -27/+31 |
* | rtlwifi: rtl8192c: Convert driver to use private dm structs | Larry Finger | 2012-04-23 | 3 | -111/+123 |
* | rtlwifi: Move dig_t and ps_t structs | Larry Finger | 2012-04-23 | 1 | -34/+0 |
* | rtlwifi: rtl8192ce: Remove false positives for kmemleak | Larry Finger | 2012-04-16 | 1 | -0/+3 |
* | rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when scanning | Larry Finger | 2012-03-26 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-03-09 | 1 | -3/+12 |
|\ |
|
| * | rtlwifi: rtl8192ce: Fix loss of receive performance | Jingjun Wu | 2012-03-06 | 1 | -0/+4 |
| * | rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cu | Larry Finger | 2012-03-05 | 1 | -3/+8 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-03-05 | 1 | -113/+43 |
|\ \
| |/ |
|
| * | rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statements | Larry Finger | 2012-02-22 | 1 | -112/+42 |
| * | rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask... | Devendra.Naga | 2012-02-22 | 1 | -1/+1 |
* | | drivers/net: Remove boolean comparisons to true/false | Joe Perches | 2012-02-13 | 2 | -6/+6 |
|/ |
|
* | rtlwifi: Convert to asynchronous firmware load | Larry Finger | 2012-01-30 | 1 | -9/+1 |
* | rtlwifi: Move pr_fmt macros to a single location | Larry Finger | 2012-01-30 | 2 | -5/+2 |
* | rtl8192c_common: Update copyright dates | Larry Finger | 2012-01-24 | 7 | -7/+7 |
* | rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failures | Larry Finger | 2012-01-24 | 1 | -0/+2 |
* | rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__ | Joe Perches | 2012-01-24 | 2 | -8/+8 |
* | rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__ | Joe Perches | 2012-01-24 | 3 | -243/+216 |
* | rtlwifi: Standardize RT_PRINT_DATA macro and uses | Joe Perches | 2012-01-24 | 1 | -5/+4 |
* | rtl8192c: Do not log firmware load message unless actually done | Larry Finger | 2011-12-06 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | John W. Linville | 2011-11-22 | 4 | -0/+4 |
|\ |
|
| * | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 3 | -0/+3 |
| * | drivers/net: Add module.h to drivers who were implicitly using it | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | rtlwifi: rtl8192cu: Fix endianian issues | Larry Finger | 2011-11-21 | 2 | -22/+26 |
* | | rtlwifi: rtl8192cu: Change firmware upload to use block writes | Larry Finger | 2011-11-21 | 2 | -0/+33 |
* | | rtlwifi: rtl8192cu: Allow retries for USB I/O | George | 2011-11-21 | 1 | -1/+1 |
|/ |
|
* | rtlwifi: Convert printks to pr_<level> | Joe Perches | 2011-07-21 | 1 | -2/+3 |
* | rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with true | Mike McCormack | 2011-06-20 | 1 | -1/+1 |
* | rtlwifi: Fix warnings on parisc arch | Larry Finger | 2011-06-10 | 1 | -1/+1 |