aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-19staging: rtl8188eu: fix bad indentation for conditional statementStephen Martin1-1/+1
2019-01-25staging: rtw_ieee80211: fix constant comparison warningStephen Martin1-2/+2
2019-01-15staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to correct code style.Florian Büstgens7-69/+69
2019-01-15staging: rtl8188eu: Replace kzalloc with kcallocGustavo A. R. Silva1-1/+3
2019-01-07staging: rtl8188eu: Fix module loading from tasklet for WEP encryptionLarry Finger1-2/+2
2019-01-07staging: rtl8188eu: Fix module loading from tasklet for CCMP encryptionLarry Finger1-1/+1
2018-12-19staging: rtl8188eu: cleanup brace coding style issuesMichael Straube2-4/+3
2018-12-19staging: rtl8188eu: add spaces around '&' in rtw_mlme_ext.cMichael Straube1-45/+45
2018-12-19staging: rtl8188eu: change return type of is_basicrate() to boolMichael Straube1-1/+1
2018-12-19staging: rtl8188eu: simplify null array initializationsMichael Straube2-6/+4
2018-12-19staging: rtl8188eu: change order of declarations to improve readabilityMichael Straube1-1/+1
2018-12-19staging: rtl8188eu: make some arrays static in rtw_mlme_ext.cMichael Straube1-3/+3
2018-12-19staging: rtl8188eu: constify some arraysMichael Straube2-20/+20
2018-12-19staging: rtl8188eu: convert unsigned char arrays to u8Michael Straube2-19/+19
2018-12-19staging: rtl8188eu: remove redundant declaration in rtw_mlme_ext.cMichael Straube1-2/+0
2018-12-19staging: rtl8188eu: remove unused arrays WFD_OUI and WMM_INFO_OUIMichael Straube1-2/+0
2018-12-19staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme_ext.cMichael Straube1-161/+161
2018-12-19staging: rtl8188eu: remove unnecessary comments in rtw_mlme_ext.cMichael Straube1-4/+4
2018-12-19staging: rtl8188eu: add blank line after declarationsMichael Straube1-0/+1
2018-12-19staging: rtl8188eu: remove blank lines between declarationsMichael Straube1-2/+0
2018-12-19staging: rtl8188eu: remove commented declarations in rtw_mlme_ext.cMichael Straube1-3/+0
2018-12-19staging: rtl8188eu: replace tabs with spaces in rtw_mlme_ext.cMichael Straube1-6/+6
2018-12-19staging: rtl8188eu: cleanup declarations in rtw_mlme_ext.cMichael Straube1-241/+241
2018-12-06staging: rtl8188eu: remove unused code in rtw_cmd.cMichael Straube1-12/+0
2018-12-06staging: rtl8188eu: rename struct field Wifi_Error_StatusMichael Straube1-2/+2
2018-12-06staging: rtl8188eu: replace if else with ternary operatorMichael Straube1-4/+3
2018-12-06staging: rtl8188eu: write out multiplying in wifirate2_ratetbl_inx()Michael Straube1-11/+11
2018-12-06staging: rtl8188eu: add spaces around operators in rtw_wlan_util.cMichael Straube1-9/+12
2018-12-06staging: rtl8188eu: cleanup long lines in rtw_wlan_util.cMichael Straube1-4/+4
2018-12-06staging: rtl8188eu: cleanup block comment in rtw_wlan_util.cMichael Straube1-5/+5
2018-12-06staging: rtl8188eu: cleanup declarations in rtw_wlan_util.cMichael Straube1-89/+86
2018-12-06staging: rtl8188eu: remove unnecessary parentheses in rtw_wlan_util.cMichael Straube1-32/+32
2018-12-06staging: rtl8188eu: simplify array initializationsMichael Straube1-3/+2
2018-12-06staging: rtl8188eu: refactor cckratesonly_included()Michael Straube1-5/+5
2018-12-06staging: rtl8188eu: refactor cckrates_included()Michael Straube1-4/+5
2018-11-26staging: rtl8188eu: cleanup lines over 80 charactersMichael Straube1-6/+7
2018-11-26staging: rtl8188eu: correct indentationMichael Straube1-1/+1
2018-11-26staging: rtl8188eu: remove return from void functionMichael Straube1-2/+0
2018-11-26staging: rtl8188eu: refactor if else statementMichael Straube1-6/+3
2018-11-26staging: rtl8188eu: cleanup declarations in rtw_mlme.cMichael Straube1-66/+64
2018-11-26staging: rtl8188eu: use __func__ in rtw_mlme.cMichael Straube1-20/+28
2018-11-26staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme.cMichael Straube1-57/+63
2018-11-26staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube7-33/+34
2018-11-22staging: rtl8188eu: rename SwLed0 to avoid CamelCaseMichael Straube1-1/+1
2018-11-22staging: rtl8188eu: rename LedControl8188eu to avoid CamelCaseMichael Straube6-10/+10
2018-11-22staging: rtl8188eu: cleanup a function commentMichael Straube1-4/+0
2018-11-22staging: rtl8188eu: rename BlinkHandler to avoid CamelCaseMichael Straube1-2/+2
2018-11-22staging: rtl8188eu: rename SwLedOff to avoid CamelCaseMichael Straube1-3/+3
2018-11-22staging: rtl8188eu: rename SwLedOn to avoid CamelCaseMichael Straube1-1/+1
2018-11-07staging: rtl8188eu: remove unnecessary ternary operatorMichael Straube1-2/+1