aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2022-04-04staging: r8188eu: remove spaces before tabsRebecca Mckeever1-8/+8
2022-04-04staging: r8188eu: remove unnecessary braces in conditional statementsRebecca Mckeever1-7/+4
2022-04-04staging: r8188eu: format block commentsRebecca Mckeever1-15/+14
2022-04-04staging: r8188eu: correct misspelling in comment "conider" -> "consider"Rebecca Mckeever1-1/+1
2022-04-04staging: r8188eu: remove else after returnRebecca Mckeever1-2/+4
2022-04-04staging: r8188eu: place constants on the right side of testsRebecca Mckeever1-3/+3
2022-04-04staging: r8188eu: remove handlerOS independent commentRebecca Mckeever1-1/+0
2022-04-04staging: r8188eu: use sizeof(*pvar) for allocating structsRebecca Mckeever2-10/+10
2022-04-04staging: r8188eu: remove GetHwReg8188EU()Michael Straube3-19/+1
2022-04-04staging: r8188eu: remove HW_VAR_FWLPS_RF_ON from GetHwReg8188EU()Michael Straube3-22/+16
2022-04-04staging: r8188eu: remove HW_VAR_CHK_HI_QUEUE_EMPTY from GetHwReg8188EU()Michael Straube3-11/+7
2022-04-04staging: r8188eu: remove HW_VAR_BCN_VALID from GetHwReg8188EU()Michael Straube5-8/+10
2022-04-04staging: r8188eu: rename clear_bacon_valid_bit()Michael Straube3-5/+5
2022-04-04staging: r8188eu: remove duplicate assignmentWang Qing1-1/+0
2022-04-04staging: r8188eu: add a check for rtw_cbuf_alloc()Xiaoke Wang1-0/+2
2022-04-04staging: r8188eu: remove the "dump tx packet" fragmentsMartin Kaiser4-13/+0
2022-04-04staging: r8188eu: remove the "dump rx packet" fragmentsMartin Kaiser5-16/+1
2022-04-04staging: r8188eu: Fix misspelling in comment "writting" -> "writing"Haowen Bai1-1/+1
2022-04-04staging: r8188eu: Fix misspelling in comment "Tranceiver" -> "Transceiver"Haowen Bai1-4/+4
2022-04-04staging: r8188eu: Fix sparse endianness warnings.Charlie Sands1-5/+7
2022-04-04staging: r8188eu: remove HW_VAR_BCN_VALID from SetHwReg8188EU()Michael Straube4-8/+11
2022-04-04staging: r8188eu: remove HW_VAR_TX_RPT_MAX_MACID from SetHwReg8188EU()Michael Straube5-9/+10
2022-04-04staging: r8188eu: simplify if-else statementMichael Straube1-10/+4
2022-04-04staging: r8188eu: remove HW_VAR_RXDMA_AGG_PG_TH from SetHwReg8188EU()Michael Straube3-22/+21
2022-04-04staging: r8188eu: remove HW_VAR_ACM_CTRL from SetHwReg8188EU()Michael Straube3-28/+26
2022-04-04staging: r8188eu: rename some macros to upper caseMichael Straube2-13/+9
2022-04-04staging: r8188eu: remove HW_VAR_MLME_DISCONNECT from SetHwReg8188EU()Michael Straube3-15/+16
2022-04-04staging: r8188eu: remove HW_VAR_RESP_SIFS from SetHwReg8188EU()Michael Straube3-14/+6
2022-04-04staging: r8188eu: Directly return _SUCCESS instead of using local ret variableHaowen Bai3-10/+3
2022-04-04staging: r8188eu: remove unnecessary spacesRebecca Mckeever1-3/+3
2022-04-04staging: r8188eu: convert rtw_inc_and_chk_continual_urb_error() to boolMichael Straube1-1/+1
2022-04-04staging: r8188eu: convert rtw_usb_bulk_size_boundary() to boolMichael Straube1-1/+1
2022-04-04staging: r8188eu: refactor rtw_inc_and_chk_continual_urb_error()Michael Straube1-5/+4
2022-04-04staging: r8188eu: refactor rtw_usb_bulk_size_boundary()Michael Straube1-8/+3
2022-04-04staging: r8188eu: use ieee80211 define for fragment numberMartin Kaiser2-4/+1
2022-04-04staging: r8188eu: use ieee80211 macro for sequence numberMartin Kaiser2-15/+12
2022-04-04staging: r8188eu: remove unused control frame subtypesMartin Kaiser1-5/+0
2022-04-04staging: r8188eu: remove unused data frame subtypesMartin Kaiser1-3/+0
2022-04-04staging: r8188eu: use standard mechanisms for qos data framesMartin Kaiser3-8/+4
2022-04-04staging: r8188eu: use standard mechanisms for data framesMartin Kaiser3-13/+13
2022-04-04staging: r8188eu: use standard mechanisms for control framesMartin Kaiser3-17/+10
2022-04-04staging: r8188eu: use ieee80211 helper to read the pwr bitMartin Kaiser1-1/+1
2022-04-04staging: r8188eu: use ieee80211 define for version checkMartin Kaiser1-3/+1
2022-04-04staging: r8188eu: remove empty rtw_fwdbg_event_callbackMartin Kaiser2-7/+1
2022-04-04staging: r8188eu: remove empty rtw_dummy_event_callbackMartin Kaiser2-7/+2
2022-04-04staging: r8188eu: the MCS_rate_2R array is not usedMartin Kaiser2-2/+0
2022-04-04staging: r8188eu: make _rtw_init_mlme_priv staticMartin Kaiser2-3/+1
2022-04-04staging: r8188eu: refactor dm func set and clearMartin Kaiser5-20/+7
2022-04-04staging: r8188eu: DYNAMIC_RF_CALIBRATION is not usedMartin Kaiser2-4/+0
2022-04-04staging: r8188eu: DYNAMIC_BB_ANT_DIV is not usedMartin Kaiser2-4/+0