aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2021-09-17staging: r8188eu: remove switches from phy_RF6052_Config_ParaFile()Michael Straube1-33/+6
2021-09-17staging: r8188eu: remove NumTotalRFPath from struct hal_data_8188eMichael Straube5-102/+91
2021-09-17staging: r8188eu: remove if test that is always trueMichael Straube1-8/+1
2021-09-17staging: r8188eu: remove IS_1T1R, IS_1T2R, IS_2T2R macrosMichael Straube3-28/+3
2021-09-17staging: r8188eu: remove unused field from struct hal_data_8188eMichael Straube1-1/+0
2021-09-17staging: r8188eu: remove unused enums from rtl8188e_hal.hMichael Straube1-14/+0
2021-09-17staging: r8188eu: remove write-only fields from struct hal_data_8188eMichael Straube2-7/+0
2021-09-17staging: r8188eu: remove unused macros from rtl8188e_hal.hMichael Straube1-5/+0
2021-09-17staging: r8188eu: remove dead code from odm_RxPhyStatus92CSeries_Parsing()Michael Straube1-108/+45
2021-09-17staging: r8188eu: remove RaSupport88E from struct odm_dm_structMichael Straube1-7/+0
2021-09-17staging: r8188eu: remove unused ODM_RASupport_Init()Michael Straube2-12/+0
2021-09-17staging: r8188eu: remove unused enum odm_bt_coexistMichael Straube1-7/+0
2021-09-17staging: vchiq: cleanup code alignment issuesGaston Gonzalez1-2/+2
2021-09-17staging: vchiq: add braces to if blockGaston Gonzalez1-5/+4
2021-09-17staging: vchiq: remove braces from if blockGaston Gonzalez1-2/+1
2021-09-17staging: rtl8723bs: ignore unused wiphy_wowlan object warningsBryan Brattlof1-1/+1
2021-09-17Revert "staging: rtl8723bs: remove possible deadlock when disconnect"Greg Kroah-Hartman4-12/+20
2021-09-17staging: wfx: sta: Fix 'else' coding style warningSrivathsa Dara1-12/+11
2021-09-14staging: iio: cdc: remove braces from single line if blocksAlexander Vorwerk1-3/+1
2021-09-14staging: greybus: uart: fix tty use after freeJohan Hovold1-30/+32
2021-09-14staging: wfx: ensure IRQ is ready before enabling itJérôme Pouiller1-7/+10
2021-09-14staging: wfx: indent functions argumentsJérôme Pouiller2-14/+14
2021-09-14staging: wfx: explain the purpose of wfx_send_pds()Jérôme Pouiller1-1/+14
2021-09-14staging: wfx: remove useless comments after #endifJérôme Pouiller11-11/+11
2021-09-14staging: wfx: fix comments stylesJérôme Pouiller5-18/+8
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller24-175/+205
2021-09-14staging: wfx: reformat commentJérôme Pouiller1-3/+1
2021-09-14staging: wfx: update files descriptionsJérôme Pouiller9-9/+9
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller17-33/+27
2021-09-14staging: wfx: fix space after cast operatorJérôme Pouiller1-1/+1
2021-09-14staging: wfx: remove useless debug statementJérôme Pouiller1-4/+1
2021-09-14staging: wfx: remove unused definitionJérôme Pouiller1-6/+0
2021-09-14staging: wfx: apply naming rules in hif_tx_mib.cJérôme Pouiller1-3/+3
2021-09-14staging: wfx: fix error namesJérôme Pouiller1-1/+1
2021-09-14staging: wfx: reorder function for slightly better eye candyJérôme Pouiller1-3/+3
2021-09-14staging: wfx: simplify hif_join()Jérôme Pouiller1-4/+1
2021-09-14staging: wfx: declare variables at beginning of functionsJérôme Pouiller1-4/+4
2021-09-14staging: wfx: fix misleading 'rate_id' usageJérôme Pouiller1-8/+7
2021-09-14staging: wfx: uniformize counter namesJérôme Pouiller2-63/+64
2021-09-14staging: wfx: update with the firmware API 3.8Jérôme Pouiller2-1/+7
2021-09-14staging: wfx: simplify API coherency checkJérôme Pouiller1-2/+0
2021-09-14staging: wfx: relax the PDS existence constraintJérôme Pouiller1-2/+2
2021-09-14staging: wfx: fix support for CSAJérôme Pouiller1-1/+6
2021-09-14staging: wfx: declare support for TDLSJérôme Pouiller1-0/+3
2021-09-14staging: wfx: take advantage of wfx_tx_queue_empty()Jérôme Pouiller1-8/+7
2021-09-14staging: wfx: fix atomic accesses in wfx_tx_queue_empty()Jérôme Pouiller1-1/+2
2021-09-14staging: wfx: drop unused argument from hif_scan()Jérôme Pouiller3-10/+3
2021-09-14staging: wfx: avoid possible lock-up during scanJérôme Pouiller4-21/+33
2021-09-14staging: wfx: wait for SCAN_CMPL after a SCAN_STOPJérôme Pouiller1-8/+16
2021-09-14staging: wfx: ignore PS when STA/AP share same channelJérôme Pouiller1-12/+20