aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_wlan_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-01staging: rtl8188eu: remove rtl8188eu driver from staging dirPhillip Potter1-1373/+0
2021-06-25staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_wlan_util.cPhillip Potter1-22/+5
2021-06-15staging: rtl8188eu: remove all DBG_88E calls from core/rtw_wlan_util.cPhillip Potter1-64/+16
2021-06-03staging: rtl8188eu: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-05-10staging: rtl8188eu: remove enum WIFI_FRAME_SUBTYPEChristophe JAILLET1-1/+1
2020-10-26staging: r8188eu: use native wireless IE codes from linux/ieee80211.hIvan Safonov1-12/+12
2020-10-05staging: r8188eu: remove unnecessary type casts (struct wlan_bssid_ex *)Ivan Safonov1-2/+2
2020-10-01staging: rtl8188eu: remove unused variable ratelenMichael Straube1-4/+2
2020-10-01staging: rtl8188eu: remove cckrates{only}_included()Michael Straube1-30/+4
2020-09-16staging: rtl8188eu: remove extra indentationsMichael Straube1-24/+24
2020-07-23Staging: rtl8188eu: Fix a constant comparison coding style issuePriti Chattopadhyay1-2/+2
2020-01-22staging: rtl8188eu: remove else after break or returnMichael Straube1-5/+3
2019-10-15staging: rtl8188eu: remove blank linesMichael Straube1-2/+0
2019-10-15staging: rtl8188eu: convert variables from unsigned char to u8Michael Straube1-4/+4
2019-10-15staging: rtl8188eu: rename variables to avoid mixed caseMichael Straube1-12/+12
2019-07-22staging: rtl8188eu: Replace function beacon_timing_control()Nishka Dasgupta1-5/+0
2019-07-22staging: rtl8188eu: core: Remove function enable_rate_adaptive()Nishka Dasgupta1-6/+1
2019-07-22staging: rtl8188eu: core: Replace function Set_MSR()Nishka Dasgupta1-6/+1
2019-06-26staging: rtl8188eu: remove unused function is_ap_in_wep()Michael Straube1-30/+0
2019-06-26staging: rtl8188eu: remove unused function get_bsstype()Michael Straube1-10/+0
2019-06-20staging: rtl8188eu: remove unused codeMichael Straube1-6/+0
2019-04-01staging: rtl8188eu: Modify return statement.Sanjana Sanikommu1-5/+1
2019-01-15staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to correct code style.Florian Büstgens1-9/+9
2018-12-19staging: rtl8188eu: change return type of is_basicrate() to boolMichael Straube1-1/+1
2018-12-19staging: rtl8188eu: constify some arraysMichael Straube1-13/+13
2018-12-19staging: rtl8188eu: convert unsigned char arrays to u8Michael Straube1-11/+11
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 remaining comparsions to trueMichael Straube1-1/+1
2018-11-07staging: rtl8188eu: remove unnecessary ternary operatorMichael Straube1-2/+1
2018-10-15staging: rtl8188eu: cleanup comparsions to falseMichael Straube1-1/+1
2018-09-28staging: rtl8188eu: Simplify memcmp logical checksNathan Chancellor1-1/+1
2018-09-11staging: rtl8188eu: change array type to u8Michael Straube1-3/+3
2018-09-10staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-4/+4
2018-09-10staging: rtl8188eu: remove whitespaceMichael Straube1-7/+7
2018-09-10staging: rtl8188eu: fix comparsions to trueMichael Straube1-4/+4
2018-09-10staging: rtl8188eu: Remove code valid only for 5 GHzMichael Straube1-30/+17
2018-07-30staging: rtl8188eu: remove unused should_forbid_n_rate()Michael Straube1-35/+0
2018-07-29staging: rtl8188eu: remove unused rtw_get_oper_choffset()Michael Straube1-5/+0
2018-07-29staging: rtl8188eu: remove unused rtw_get_oper_bw()Michael Straube1-5/+0
2018-07-29staging: rtl8188eu: remove unused CAM_empty_entry()Michael Straube1-5/+0
2018-07-11staging: rtl8188eu: remove blank linesMichael Straube1-1/+0