| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts/spelling.txt: drop "sepc" from the misspelling list | Paul Walmsley | 2019-07-12 | 1 | -1/+1 |
* | Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or... | David S. Miller | 2019-06-26 | 11 | -867/+849 |
|\ |
|
| * | rtlwifi: rtl8188ee: remove redundant assignment to rtstatus | Colin Ian King | 2019-06-25 | 1 | -1/+1 |
| * | rtlwifi: remove redundant assignment to variable k | Colin Ian King | 2019-06-25 | 1 | -3/+1 |
| * | rtlwifi: remove redundant assignment to variable badworden | Colin Ian King | 2019-06-25 | 1 | -1/+0 |
| * | rtlwifi: rtl8192cu: fix error handle when usb probe failed | Ping-Ke Shih | 2019-06-25 | 1 | -2/+3 |
| * | rtlwifi: btcoex: remove unused function exhalbtc_stack_operation_notify | YueHaibing | 2019-05-28 | 2 | -25/+0 |
| * | rtlwifi: btcoex: Remove set but not used variable 'len' and 'asso_type_v2' | YueHaibing | 2019-05-28 | 2 | -10/+4 |
| * | rtlwifi: rtl8821ae: Remove set but not used variables 'cur_txokcnt' and 'b_la... | YueHaibing | 2019-05-28 | 1 | -4/+1 |
| * | rtlwifi: rtl8821ae: Convert inline routines to little-endian words | Larry Finger | 2019-05-28 | 3 | -179/+185 |
| * | rtlwifi: rtl8821ae: Convert macros that set descriptor | Larry Finger | 2019-05-28 | 3 | -275/+474 |
| * | rtlwifi: rtl8821ae: Replace local bit manipulation macros | Larry Finger | 2019-05-28 | 2 | -126/+127 |
| * | rtlwifi: rtl8821ae: Remove unused GET_XXX and SET_XXX descriptor macros | Larry Finger | 2019-05-28 | 1 | -155/+2 |
| * | rtlwifi: 8192de: use le32 to access cckswing tables | Ping-Ke Shih | 2019-05-28 | 1 | -22/+14 |
| * | rtlwifi: 8192de: Fix used uninitialized variables in power tracking | Ping-Ke Shih | 2019-05-28 | 1 | -2/+9 |
| * | rtlwifi: 8192de: make tables to be 'static const' | Ping-Ke Shih | 2019-05-28 | 1 | -4/+4 |
| * | rtlwifi: 8192de: Reduce indentation and fix coding style | Ping-Ke Shih | 2019-05-28 | 1 | -337/+303 |
* | | mac80211: call rate_control_send_low() internally | Johannes Berg | 2019-06-14 | 1 | -3/+0 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | rtlwifi: rtl8192cu: remove set but not used variable 'turbo_scanoff' | YueHaibing | 2019-04-26 | 1 | -3/+0 |
* | rtlwifi: rtl8723ae: Fix missing break in switch statement | Gustavo A. R. Silva | 2019-04-25 | 1 | -0/+1 |
* | rtlwifi: rtl8188ee: Remove extraneous file | Larry Finger | 2019-04-18 | 1 | -10/+0 |
* | rtlwifi: rtl8723ae: Make rtl8723e_dm_refresh_rate_adaptive_mask static | YueHaibing | 2019-04-13 | 1 | -1/+1 |
* | rtlwifi: Convert the wake_match variable to local | Larry Finger | 2019-04-13 | 6 | -28/+39 |
* | rtlwifi: Fix duplicate tests of one of the RX descriptors | Larry Finger | 2019-04-13 | 3 | -3/+3 |
* | rtlwifi: move spin_lock_bh to spin_lock in tasklet | Jeff Xie | 2019-04-04 | 1 | -3/+3 |
* | rtlwifi: fix potential NULL pointer dereference | Ping-Ke Shih | 2019-04-04 | 6 | -0/+14 |
* | rtlwifi: fix a potential NULL pointer dereference | Kangjie Lu | 2019-04-04 | 1 | -0/+5 |
* | rtlwifi: rtl8192se: Remove set but not used variable 'seg_ptr' | YueHaibing | 2019-02-28 | 1 | -4/+2 |
* | rtlwifi: rtl8723ae: Remove set but not used variable 'bt_retry_cnt' | YueHaibing | 2019-02-28 | 1 | -2/+0 |
* | rtlwifi: rtl8723be: Remove set but not used variable 'b_last_is_cur_rdlstate' | YueHaibing | 2019-02-28 | 1 | -3/+0 |
* | rtlwifi: rtl8192com: Fix blank line problems | Larry Finger | 2019-02-28 | 4 | -8/+5 |
* | rtlwifi: rtl8192cu: Fix problems with blank lines | Larry Finger | 2019-02-28 | 6 | -11/+22 |
* | rtlwifi: rtl8192ce: Fix missing blank lines | Larry Finger | 2019-02-28 | 4 | -2/+15 |
* | rtlwifi: Fix all blank line irregularities in main code files | Larry Finger | 2019-02-28 | 7 | -6/+24 |
* | rtlwifi: Fix blank line errors in main header files | Larry Finger | 2019-02-28 | 2 | -7/+2 |
* | rtlwifi: Fix alignment errors in wifi.h | Larry Finger | 2019-02-28 | 1 | -42/+42 |
* | rtlwifi: Fix problems with block comments in wifi.h | Larry Finger | 2019-02-28 | 1 | -43/+50 |
* | rtlwifi: Fix errors in spacing in wifi.h | Larry Finger | 2019-02-28 | 1 | -85/+85 |
* | rtlwifi: rtl8192ce: fix typo, "PairwiseENcAlgorithm" -> "PairwiseEncAlgorithm" | Colin Ian King | 2019-02-20 | 1 | -1/+1 |
* | rtlwifi: rtl8821ae: Remove CamelCase variables | Larry Finger | 2019-02-19 | 7 | -350/+350 |
* | rtlwifi: rtl8723{be,ae}: Remove CamelCase variables | Larry Finger | 2019-02-19 | 7 | -24/+24 |
* | rtlwifi: rtl8192se: Remove CamelCase variables | Larry Finger | 2019-02-19 | 6 | -63/+63 |
* | rtlwifi: rtl8188de: Remove CamelCase variables | Larry Finger | 2019-02-19 | 6 | -102/+102 |
* | rtlwifi: rtl8192{c,u}: Remove CamelCase variables | Larry Finger | 2019-02-19 | 19 | -391/+390 |
* | rtlwifi: rtl8188ee: Remove CamelCase variable | Larry Finger | 2019-02-19 | 1 | -3/+0 |
* | rtlwifi: btcoexist: Remove CamelCase variable | Larry Finger | 2019-02-19 | 1 | -2/+0 |
* | rtlwifi: Remove CamelCase variables from base code | Larry Finger | 2019-02-19 | 16 | -60/+60 |
* | rtlwifi: rtl8821ae: Replace old-style license information | Larry Finger | 2019-02-19 | 22 | -531/+45 |
* | rtlwifi: rtl8723_common: Replace old-style license information | Larry Finger | 2019-02-19 | 7 | -168/+14 |