summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2022-07-31staging: r8188eu: fix potential uninitialised variable use in rtw_pwrctrl.cPhillip Potter1-3/+3
2022-07-29staging: r8188eu: remove initializer from ret in rtw_pwr_wakeupPhillip Potter1-1/+1
2022-07-27staging: r8188eu: convert rtw_pwr_wakeup to correct error code semanticsPhillip Potter3-23/+15
2022-07-27staging: r8188eu: make dump_chip_info() staticMichael Straube3-42/+39
2022-07-27staging: r8188eu: remove DoReserved prototypeMartin Kaiser1-2/+0
2022-07-27staging: r8188eu: remove OnAtim prototypeMartin Kaiser1-2/+0
2022-07-27staging: r8188eu: remove SetHwReg8188EU()Michael Straube3-52/+33
2022-07-27staging: r8188eu: make update_TSF() and correct_TSF() staticMichael Straube3-23/+20
2022-07-27staging: r8188eu: remove unused parameter from update_TSF()Michael Straube3-4/+4
2022-07-27staging: r8188eu: remove unused parameter from correct_TSF()Michael Straube3-4/+4
2022-07-27staging: r8188eu: remove HW_VAR_SET_OPMODE from SetHwReg8188EU()Michael Straube4-110/+107
2022-07-14staging: r8188eu: fall back to random mac addressMartin Kaiser1-2/+1
2022-07-14staging: r888eu: use dynamic allocation for efuse bufferMartin Kaiser1-2/+6
2022-07-12staging: r8188eu: remove HW_VAR_MLME_SITESURVEY from SetHwReg8188EU()Michael Straube5-66/+70
2022-07-11staging: r8188eu: the bcnhead parameter is always 0Martin Kaiser1-14/+2
2022-07-11staging: r8188eu: efuse_utilized is never readMartin Kaiser1-9/+0
2022-07-11staging: r8188eu: _offset is always 0 in efuse_phymap_to_logicalMartin Kaiser1-4/+3
2022-07-11staging: r8188eu: offset is always 0 in iol_read_efuseMartin Kaiser1-3/+3
2022-07-11staging: r8188eu: offset is always 0 in rtl8188e_ReadEFuseMartin Kaiser3-5/+5
2022-07-11staging: r8188eu: txpktbuf_bndy is always 0Martin Kaiser1-4/+4
2022-07-11staging: r8188eu: merge ReadEFuseByIC into rtl8188e_ReadEFuseMartin Kaiser1-6/+1
2022-07-11staging: r8188eu: use memcpy for fallback mac addressMartin Kaiser1-3/+1
2022-07-11staging: r8188eu: always initialise efuse buffer with 0xffMartin Kaiser1-8/+6
2022-07-11staging: r8188eu: use a local buffer for efuse dataMartin Kaiser2-14/+12
2022-07-11staging: r8188eu: merge EFUSE_ShadowMapUpdate with its callerMartin Kaiser3-34/+9
2022-07-11staging: r8188eu: remove eeprom function prototypesMartin Kaiser1-6/+0
2022-07-11staging: r8188eu: remove EepromOrEfuse from struct eeprom_privMartin Kaiser3-5/+1
2022-07-11staging: r8188eu: remove unused eeprom definesMartin Kaiser1-6/+0
2022-07-11staging: r8188eu: remove HW_VAR_DM_FUNC_CLR from SetHwReg8188EU()Michael Straube3-8/+10
2022-07-11staging: r8188eu: remove HW_VAR_DM_FUNC_RESET from SetHwReg8188EU()Michael Straube3-6/+10
2022-07-11staging: r8188eu: remove HW_VAR_DM_FLAG from SetHwReg8188EU()Michael Straube3-5/+9
2022-07-11staging: r8188eu: remove HW_VAR_DM_FUNC_OP from SetHwReg8188EU()Michael Straube3-11/+6
2022-07-11staging: r8188eu: remove HW_VAR_BASIC_RATE from SetHwReg8188EU()Michael Straube5-40/+42
2022-07-08staging: r8188eu: pattrib addresses were already set by the callerMartin Kaiser1-7/+0
2022-07-08staging: r8188eu: remove sta2sta_data_frame prototypeMartin Kaiser1-7/+2
2022-07-08staging: r8188eu: use ieee80211 helper to check for nullfunc frameMartin Kaiser1-2/+3
2022-07-08staging: r8188eu: remove a misleading commentMartin Kaiser1-3/+0
2022-07-08staging: r8188eu: don't set pattrib->ta againMartin Kaiser1-1/+0
2022-07-08staging: r8188eu: don't set pattrib->ra againMartin Kaiser1-1/+0
2022-07-08staging: r8188eu: don't set pattrib->dst againMartin Kaiser1-1/+0
2022-07-08staging: r8188eu: set bssid only onceMartin Kaiser1-2/+0
2022-07-08staging: r8188eu: Block comments use * on subsequent linesRommel Rodriguez Perez1-12/+11
2022-07-08staging: r8188eu: mac addr len is unusedMartin Kaiser1-1/+0
2022-07-08staging: r8188eu: remove sdio definitionsMartin Kaiser1-136/+0
2022-07-08staging: r8188eu: read pwr seq length, remove PWR_CMD_ENDMartin Kaiser1-18/+7
2022-07-08staging: r8188eu: support only us in PWR_CMD_DELAYMartin Kaiser1-12/+4
2022-07-08staging: r8188eu: move pwr seq defines to HalPwrSeqCmd.cMartin Kaiser2-47/+43
2022-07-08staging: r8188eu: make ffaddr2pipehdl() staticMichael Straube2-3/+1
2022-07-08staging: r8188eu: remove HW_VAR_AMPDU_FACTOR from SetHwReg8188EU()Michael Straube3-28/+27
2022-07-01staging: r8188eu: remove unneeded semicolonYang Li1-1/+1