aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)Author
2019-05-04staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki
2019-01-15staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1Michael Straube
2019-01-07staging: rtl8188eu: Fix module loading from tasklet for WEP encryptionLarry Finger
2019-01-07staging: rtl8188eu: Fix module loading from tasklet for CCMP encryptionLarry Finger
2018-12-19staging: rtl8188eu: cleanup brace coding style issuesMichael Straube
2018-12-19staging: rtl8188eu: add spaces around '&' in rtw_mlme_ext.cMichael Straube
2018-12-19staging: rtl8188eu: change return type of is_basicrate() to boolMichael Straube
2018-12-19staging: rtl8188eu: simplify null array initializationsMichael Straube
2018-12-19staging: rtl8188eu: change order of declarations to improve readabilityMichael Straube
2018-12-19staging: rtl8188eu: make some arrays static in rtw_mlme_ext.cMichael Straube
2018-12-19staging: rtl8188eu: constify some arraysMichael Straube
2018-12-19staging: rtl8188eu: convert unsigned char arrays to u8Michael Straube
2018-12-19staging: rtl8188eu: remove redundant declaration in rtw_mlme_ext.cMichael Straube
2018-12-19staging: rtl8188eu: remove unused arrays WFD_OUI and WMM_INFO_OUIMichael Straube
2018-12-19staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme_ext.cMichael Straube
2018-12-19staging: rtl8188eu: remove unnecessary comments in rtw_mlme_ext.cMichael Straube
2018-12-19staging: rtl8188eu: add blank line after declarationsMichael Straube
2018-12-19staging: rtl8188eu: remove blank lines between declarationsMichael Straube
2018-12-19staging: rtl8188eu: remove commented declarations in rtw_mlme_ext.cMichael Straube
2018-12-19staging: rtl8188eu: replace tabs with spaces in rtw_mlme_ext.cMichael Straube
2018-12-19staging: rtl8188eu: cleanup declarations in rtw_mlme_ext.cMichael Straube
2018-12-12staging: rtl8188eu: reuse Hal_GetChnlGroup88E()Michael Straube
2018-12-12staging: rtl8188eu: simplify loop in rtl88eu_phy_iq_calibrate()Michael Straube
2018-12-06staging: rtl8188eu: remove unused code in rtw_cmd.cMichael Straube
2018-12-06staging: rtl8188eu: rename struct field Wifi_Error_StatusMichael Straube
2018-12-06staging: rtl8188eu: replace if else with ternary operatorMichael Straube
2018-12-06staging: rtl8188eu: write out multiplying in wifirate2_ratetbl_inx()Michael Straube
2018-12-06staging: rtl8188eu: add spaces around operators in rtw_wlan_util.cMichael Straube
2018-12-06staging: rtl8188eu: cleanup long lines in rtw_wlan_util.cMichael Straube
2018-12-06staging: rtl8188eu: cleanup block comment in rtw_wlan_util.cMichael Straube
2018-12-06staging: rtl8188eu: cleanup declarations in rtw_wlan_util.cMichael Straube
2018-12-06staging: rtl8188eu: remove unnecessary parentheses in rtw_wlan_util.cMichael Straube
2018-12-06staging: rtl8188eu: simplify array initializationsMichael Straube
2018-12-06staging: rtl8188eu: refactor cckratesonly_included()Michael Straube
2018-12-06staging: rtl8188eu: refactor cckrates_included()Michael Straube
2018-12-05staging: rtl8188eu: cleanup comment in hal8188e_rate_adaptive.cMichael Straube
2018-12-05staging: rtl8188eu: cleanup alignment issues in hal8188e_rate_adaptive.cMichael Straube
2018-12-05staging: rtl8188eu: cleanup lines ending with '('Michael Straube
2018-12-05staging: rtl8188eu: add spaces around operators in hal8188e_rate_adaptive.cMichael Straube
2018-12-05staging: rtl8188eu: remove parentheses in hal8188e_rate_adaptive.cMichael Straube
2018-12-05staging: rtl8188eu: use __func__ in hal8188e_rate_adaptive.cMichael Straube
2018-12-05staging: rtl8188eu: fix spelling mistake "inferface" -> "interface"Colin Ian King
2018-11-26staging: rtl8188eu: cleanup lines over 80 charactersMichael Straube
2018-11-26staging: rtl8188eu: correct indentationMichael Straube
2018-11-26staging: rtl8188eu: remove return from void functionMichael Straube
2018-11-26staging: rtl8188eu: refactor if else statementMichael Straube
2018-11-26staging: rtl8188eu: cleanup declarations in rtw_mlme.cMichael Straube
2018-11-26staging: rtl8188eu: remove rtw_android_set_block()Michael Straube
2018-11-26staging: rtl8188eu: use __func__ in rtw_mlme.cMichael Straube
2018-11-26staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme.cMichael Straube