summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-25staging: vt6656: Remove ftrace-like loggingPhilipp Hortmann1-2/+0
2022-02-25staging: vt6656: Change macro to function and moved to better filePhilipp Hortmann2-9/+11
2022-02-25staging: vt6656: Fix CamelCase warnings in macroPhilipp Hortmann1-4/+4
2022-02-25staging: vt6656: Add comment for locksPhilipp Hortmann1-2/+2
2022-02-25staging: vt6656: Fix CamelCase warnings in mac.h and mac.cPhilipp Hortmann2-18/+18
2022-02-25staging: wfx: check the return value of devm_kmalloc()Xiaoke Wang1-0/+3
2022-02-21staging: r8188eu: remove unnecessary braces in if statementsMarcelo Aloisio da Silva1-4/+2
2022-02-21staging: rtl8192e: use BIT macro instead of left shiftingMoses Christopher Bollavarapu1-26/+28
2022-02-21staging: r8188eu: move open brace to the previous lineMarcelo Aloisio da Silva1-2/+1
2022-02-21staging: r8188eu: remove unused aes tables from rtw_security.cMichael Straube2-188/+0
2022-02-21staging: r8188eu: remove unused macros from rtw_security.hMichael Straube1-98/+0
2022-02-21staging: r8188eu: remove ODM_CmnInfoUpdate()Michael Straube3-29/+3
2022-02-21staging: r8188eu: convert type of pBandWidth in odm_dm_structMichael Straube2-2/+2
2022-02-21staging: r8188eu: remove enum odm_bwMichael Straube2-8/+2
2022-02-21staging: r8188eu: convert two u8 variables to boolMichael Straube3-4/+4
2022-02-21staging: r8188eu: remove ODM_CmnInfoHook()Michael Straube3-51/+7
2022-02-21staging: r8188eu: NumQryPhyStatusOFDM is set but not usedMartin Kaiser2-3/+0
2022-02-21staging: r8188eu: NumQryPhyStatusCCK is set but not usedMartin Kaiser2-2/+0
2022-02-21staging: r8188eu: RxSNR is set but not usedMartin Kaiser2-2/+0
2022-02-21staging: r8188eu: RxMIMOSignalQuality is set but not usedMartin Kaiser2-7/+0
2022-02-21staging: r8188eu: move out assignment in if conditionMarcelo Aloisio da Silva1-1/+2
2022-02-21staging: qlge: add unregister_netdev in qlge_probeHangyu Hua1-4/+7
2022-02-21staging: wfx: fix an error handling in wfx_init_common()Xiaoke Wang1-1/+6
2022-02-21staging: wfx: fix scan with WFM200 and WW regulationRiccardo Ferrazzo1-0/+1
2022-02-17staging: r8188eu: correct long line warnings near prior DBG_88E callsPhillip Potter5-10/+29
2022-02-17staging: r8188eu: remove padapter param from aes_decipher functionPhillip Potter1-2/+2
2022-02-17staging: r8188eu: remove rtw_sctx_chk_waring_status functionPhillip Potter1-16/+0
2022-02-17staging: r8188eu: fix lines modified by DBG_88E cleanupPhillip Potter30-500/+161
2022-02-17staging: r8188eu: remove rtw_debug module parameterPhillip Potter4-13/+0
2022-02-17staging: r8188eu: remove DBG_88E macro definitionPhillip Potter1-6/+0
2022-02-17staging: r8188eu: remove all aliased DBG_88E callsPhillip Potter3-50/+1
2022-02-17staging: r8188eu: remove remaining DBG_88E call from include/usb_ops.hPhillip Potter1-2/+0
2022-02-17staging: r8188eu: remove remaining DBG_88E calls from os_dep subdirPhillip Potter3-84/+1
2022-02-17staging: r8188eu: remove DBG_88E calls from os_dep/ioctl_linux.cPhillip Potter1-273/+13
2022-02-17staging: r8188eu: remove DBG_88E calls from hal subdirPhillip Potter9-131/+9
2022-02-17staging: r8188eu: remove DBG_88E calls from core subdirPhillip Potter5-143/+8
2022-02-17staging: r8188eu: remove converted DBG_88E calls from core/rtw_mlme_ext.cPhillip Potter1-269/+14
2022-02-17staging: r8188eu: remove smaller sets of converted DBG_88E callsPhillip Potter11-204/+4
2022-02-17staging: r8188eu: remove previously converted DBG_88E_LEVEL callsPhillip Potter6-45/+0
2022-02-17staging: r8188eu: struct usb_suspend_parm is not usedMartin Kaiser1-12/+0
2022-02-17staging: r8188eu: evt_done_cnt is set but not usedMartin Kaiser3-4/+0
2022-02-17staging: r8188eu: evt_allocated_buf is not usedMartin Kaiser1-1/+0
2022-02-17staging: wfx: Fix spelling mistake "unexpectly" -> "unexpectedly"Colin Ian King1-1/+1
2022-02-17staging: wfx: fix DT bindings locationJérôme Pouiller1-130/+0
2022-02-17staging: wfx: apply the necessary SDIO quirks for the Silabs WF200Jérôme Pouiller2-3/+5
2022-02-17staging: wfx: WF200 has no official SDIO IDsJérôme Pouiller1-3/+2
2022-02-17staging: r8188eu: rename CCKSwingTable_Ch1_Ch13Michael Straube3-3/+3
2022-02-17staging: r8188eu: bCCKinCH14 is read-onlyMichael Straube3-50/+4
2022-02-17staging: r8188eu: remove unused enumMichael Straube1-5/+0
2022-02-15staging: r8188eu: remove unconditional if statementMarcelo Aloisio da Silva1-62/+62