| Commit message (Expand) | Author | Age | Files | Lines |
* | staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1 | Michael Straube | 2019-01-15 | 1 | -0/+1 |
* | staging: rtl8188eu: Fix module loading from tasklet for WEP encryption | Larry Finger | 2019-01-07 | 1 | -2/+2 |
* | staging: rtl8188eu: Fix module loading from tasklet for CCMP encryption | Larry Finger | 2019-01-07 | 1 | -1/+1 |
* | staging: rtl8188eu: cleanup brace coding style issues | Michael Straube | 2018-12-19 | 5 | -12/+9 |
* | staging: rtl8188eu: add spaces around '&' in rtw_mlme_ext.c | Michael Straube | 2018-12-19 | 1 | -45/+45 |
* | staging: rtl8188eu: change return type of is_basicrate() to bool | Michael Straube | 2018-12-19 | 1 | -1/+1 |
* | staging: rtl8188eu: simplify null array initializations | Michael Straube | 2018-12-19 | 2 | -6/+4 |
* | staging: rtl8188eu: change order of declarations to improve readability | Michael Straube | 2018-12-19 | 1 | -1/+1 |
* | staging: rtl8188eu: make some arrays static in rtw_mlme_ext.c | Michael Straube | 2018-12-19 | 2 | -8/+3 |
* | staging: rtl8188eu: constify some arrays | Michael Straube | 2018-12-19 | 4 | -27/+27 |
* | staging: rtl8188eu: convert unsigned char arrays to u8 | Michael Straube | 2018-12-19 | 4 | -27/+27 |
* | staging: rtl8188eu: remove redundant declaration in rtw_mlme_ext.c | Michael Straube | 2018-12-19 | 1 | -2/+0 |
* | staging: rtl8188eu: remove unused arrays WFD_OUI and WMM_INFO_OUI | Michael Straube | 2018-12-19 | 2 | -4/+0 |
* | staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme_ext.c | Michael Straube | 2018-12-19 | 1 | -161/+161 |
* | staging: rtl8188eu: remove unnecessary comments in rtw_mlme_ext.c | Michael Straube | 2018-12-19 | 1 | -4/+4 |
* | staging: rtl8188eu: add blank line after declarations | Michael Straube | 2018-12-19 | 1 | -0/+1 |
* | staging: rtl8188eu: remove blank lines between declarations | Michael Straube | 2018-12-19 | 1 | -2/+0 |
* | staging: rtl8188eu: remove commented declarations in rtw_mlme_ext.c | Michael Straube | 2018-12-19 | 1 | -3/+0 |
* | staging: rtl8188eu: replace tabs with spaces in rtw_mlme_ext.c | Michael Straube | 2018-12-19 | 1 | -6/+6 |
* | staging: rtl8188eu: cleanup declarations in rtw_mlme_ext.c | Michael Straube | 2018-12-19 | 1 | -241/+241 |
* | staging: rtl8188eu: reuse Hal_GetChnlGroup88E() | Michael Straube | 2018-12-12 | 3 | -15/+6 |
* | staging: rtl8188eu: simplify loop in rtl88eu_phy_iq_calibrate() | Michael Straube | 2018-12-12 | 1 | -9/+4 |
* | staging: rtl8188eu: remove unused code in rtw_cmd.c | Michael Straube | 2018-12-06 | 1 | -12/+0 |
* | staging: rtl8188eu: rename struct field Wifi_Error_Status | Michael Straube | 2018-12-06 | 3 | -5/+5 |
* | staging: rtl8188eu: replace if else with ternary operator | Michael Straube | 2018-12-06 | 1 | -4/+3 |
* | staging: rtl8188eu: write out multiplying in wifirate2_ratetbl_inx() | Michael Straube | 2018-12-06 | 1 | -11/+11 |
* | staging: rtl8188eu: add spaces around operators in rtw_wlan_util.c | Michael Straube | 2018-12-06 | 1 | -9/+12 |
* | staging: rtl8188eu: cleanup long lines in rtw_wlan_util.c | Michael Straube | 2018-12-06 | 1 | -4/+4 |
* | staging: rtl8188eu: cleanup block comment in rtw_wlan_util.c | Michael Straube | 2018-12-06 | 1 | -5/+5 |
* | staging: rtl8188eu: cleanup declarations in rtw_wlan_util.c | Michael Straube | 2018-12-06 | 1 | -89/+86 |
* | staging: rtl8188eu: remove unnecessary parentheses in rtw_wlan_util.c | Michael Straube | 2018-12-06 | 1 | -32/+32 |
* | staging: rtl8188eu: simplify array initializations | Michael Straube | 2018-12-06 | 1 | -3/+2 |
* | staging: rtl8188eu: refactor cckratesonly_included() | Michael Straube | 2018-12-06 | 2 | -6/+6 |
* | staging: rtl8188eu: refactor cckrates_included() | Michael Straube | 2018-12-06 | 2 | -5/+6 |
* | staging: rtl8188eu: cleanup comment in hal8188e_rate_adaptive.c | Michael Straube | 2018-12-05 | 1 | -14/+3 |
* | staging: rtl8188eu: cleanup alignment issues in hal8188e_rate_adaptive.c | Michael Straube | 2018-12-05 | 1 | -19/+18 |
* | staging: rtl8188eu: cleanup lines ending with '(' | Michael Straube | 2018-12-05 | 1 | -14/+6 |
* | staging: rtl8188eu: add spaces around operators in hal8188e_rate_adaptive.c | Michael Straube | 2018-12-05 | 1 | -25/+29 |
* | staging: rtl8188eu: remove parentheses in hal8188e_rate_adaptive.c | Michael Straube | 2018-12-05 | 1 | -4/+4 |
* | staging: rtl8188eu: use __func__ in hal8188e_rate_adaptive.c | Michael Straube | 2018-12-05 | 1 | -16/+20 |
* | staging: rtl8188eu: fix spelling mistake "inferface" -> "interface" | Colin Ian King | 2018-12-05 | 1 | -1/+1 |
* | staging: rtl8188eu: cleanup lines over 80 characters | Michael Straube | 2018-11-26 | 1 | -6/+7 |
* | staging: rtl8188eu: correct indentation | Michael Straube | 2018-11-26 | 1 | -1/+1 |
* | staging: rtl8188eu: remove return from void function | Michael Straube | 2018-11-26 | 1 | -2/+0 |
* | staging: rtl8188eu: refactor if else statement | Michael Straube | 2018-11-26 | 1 | -6/+3 |
* | staging: rtl8188eu: cleanup declarations in rtw_mlme.c | Michael Straube | 2018-11-26 | 1 | -66/+64 |
* | staging: rtl8188eu: remove rtw_android_set_block() | Michael Straube | 2018-11-26 | 1 | -8/+0 |
* | staging: rtl8188eu: use __func__ in rtw_mlme.c | Michael Straube | 2018-11-26 | 1 | -20/+28 |
* | staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme.c | Michael Straube | 2018-11-26 | 1 | -57/+63 |
* | staging: rtl8188eu: cleanup remaining comparsions to true | Michael Straube | 2018-11-26 | 9 | -52/+53 |