summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/hal
Commit message (Expand)AuthorAgeFilesLines
* staging: r8188eu: remove HW_VAR_AC_PARAM_BE from SetHwReg8188EU()Michael Straube2022-05-191-4/+0
* staging: r8188eu: remove obsolete commentsMartin Kaiser2022-05-191-22/+0
* staging: r8188eu: use ieee80211 helper to check for beaconMartin Kaiser2022-05-191-3/+1
* staging: r8188eu: use in-kernel ieee80211 header structuresMichael Straube2022-04-201-21/+21
* staging: r8188eu: improve timeout handling in efuse_read_phymap_from_txpktbufMartin Kaiser2022-04-121-4/+3
* staging: r8188eu: improve timeout handling in iol_executeMartin Kaiser2022-04-121-4/+3
* staging: r8188eu: remove HW_VAR_H2C_FW_PWRMODEMichael Straube2022-04-121-11/+0
* staging: r8188eu: remove HW_VAR_FIFO_CLEARN_UPMichael Straube2022-04-121-26/+0
* staging: r8188eu: remove HW_VAR_MLME_JOINMichael Straube2022-04-121-30/+0
* staging: r8188eu: remove HW_VAR_INITIAL_GAINMichael Straube2022-04-121-13/+0
* staging: r8188eu: remove SetHalDefVar8188EUsb()Michael Straube2022-04-081-29/+0
* staging: r8188eu: ROMVer is always zeroMichael Straube2022-04-082-2/+1
* staging: r8188eu: use round_up() instead of _RND128()Michael Straube2022-04-071-1/+1
* staging: r8188eu: use round_up() instead of _RND8()Michael Straube2022-04-071-3/+3
* staging: r8188eu: use PTR_ALIGN() instead of RND4()Michael Straube2022-04-071-1/+1
* staging: r8188eu: remove GetHalDefVar8188EUsb()Michael Straube2022-04-051-14/+0
* staging: r8188eu: remove HAL_DEF_CURRENT_ANTENNAMichael Straube2022-04-051-3/+0
* staging: r8188eu: remove HAL_DEF_IS_SUPPORT_ANT_DIVMichael Straube2022-04-051-3/+0
* staging: r8188eu: remove unncessary ternary operatorMichael Straube2022-04-052-3/+3
* staging: r8188eu: pnp_bstop_trx is never setMichael Straube2022-04-041-4/+3
* staging: r8188eu: reg_rfoff is never setMichael Straube2022-04-041-4/+0
* staging: r8188eu: remove HW_VAR_H2C_FW_P2P_PS_OFFLOAD from SetHwReg8188EU()Michael Straube2022-04-041-6/+0
* staging: r8188eu: remove HW_VAR_H2C_FW_JOINBSSRPT from SetHwReg8188EU()Michael Straube2022-04-041-6/+0
* staging: r8188eu: remove HW_VAR_RPT_TIMER_SETTING from SetHwReg8188EU()Michael Straube2022-04-041-6/+0
* staging: r8188eu: remove HW_VAR_ANTENNA_DIVERSITY_SELECT from SetHwReg8188EU()Michael Straube2022-04-041-13/+0
* staging: r8188eu: remove HW_VAR_AMPDU_MIN_SPACE from SetHwReg8188EU()Michael Straube2022-04-041-28/+0
* staging: r8188eu: remove HW_VAR_ACK_PREAMBLE from SetHwReg8188EU()Michael Straube2022-04-041-12/+0
* staging: r8188eu: remove HW_VAR_BSSID from SetHwReg8188EU()Michael Straube2022-04-041-14/+0
* staging: r8188eu: Fix misspelling in comment "cacluated" -> "calculated"白浩文2022-04-041-2/+2
* staging: r8188eu: Use the ARRAY_SIZE() macroFabio M. De Francesco2022-04-043-5/+5
* staging: r8188eu: remove GetHwReg8188EU()Michael Straube2022-04-041-15/+0
* staging: r8188eu: remove HW_VAR_FWLPS_RF_ON from GetHwReg8188EU()Michael Straube2022-04-041-18/+0
* staging: r8188eu: remove HW_VAR_CHK_HI_QUEUE_EMPTY from GetHwReg8188EU()Michael Straube2022-04-041-3/+0
* staging: r8188eu: remove HW_VAR_BCN_VALID from GetHwReg8188EU()Michael Straube2022-04-042-5/+1
* staging: r8188eu: rename clear_bacon_valid_bit()Michael Straube2022-04-041-2/+2
* staging: r8188eu: remove duplicate assignmentWang Qing2022-04-041-1/+0
* staging: r8188eu: remove the "dump tx packet" fragmentsMartin Kaiser2022-04-041-6/+0
* staging: r8188eu: remove the "dump rx packet" fragmentsMartin Kaiser2022-04-041-6/+0
* staging: r8188eu: Fix misspelling in comment "writting" -> "writing"Haowen Bai2022-04-041-1/+1
* staging: r8188eu: Fix misspelling in comment "Tranceiver" -> "Transceiver"Haowen Bai2022-04-041-4/+4
* staging: r8188eu: remove HW_VAR_BCN_VALID from SetHwReg8188EU()Michael Straube2022-04-042-7/+2
* staging: r8188eu: remove HW_VAR_TX_RPT_MAX_MACID from SetHwReg8188EU()Michael Straube2022-04-041-6/+0
* staging: r8188eu: remove HW_VAR_RXDMA_AGG_PG_TH from SetHwReg8188EU()Michael Straube2022-04-041-8/+0
* staging: r8188eu: remove HW_VAR_ACM_CTRL from SetHwReg8188EU()Michael Straube2022-04-041-26/+0
* staging: r8188eu: rename some macros to upper caseMichael Straube2022-04-041-6/+6
* staging: r8188eu: remove HW_VAR_MLME_DISCONNECT from SetHwReg8188EU()Michael Straube2022-04-041-11/+0
* staging: r8188eu: remove HW_VAR_RESP_SIFS from SetHwReg8188EU()Michael Straube2022-04-041-8/+0
* staging: r8188eu: use standard mechanisms for control framesMartin Kaiser2022-04-041-1/+2
* staging: r8188eu: refactor dm func set and clearMartin Kaiser2022-04-041-7/+3
* staging: r8188eu: DYNAMIC_RF_CALIBRATION is not usedMartin Kaiser2022-04-041-2/+0