aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30staging: r8188eu: convert ODM_ReadAndConfig_MAC_REG_8188E() to intMichael Straube3-8/+6
2022-09-27staging: rtl8192e: cmdpkt: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-2/+1
2022-09-27staging: r8188eu: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-3/+1
2022-09-27staging: r8188eu: remove hal/odm_RegConfig8188E.cMichael Straube5-72/+50
2022-09-27staging: r8188eu: make odm_ConfigRF_RadioA_8188E() staticMichael Straube3-33/+30
2022-09-27staging: r8188eu: make odm_ConfigMAC_8188E() staticMichael Straube3-7/+5
2022-09-26staging: r8188eu: don't check for stop/removal in the blink workerMartin Kaiser1-3/+0
2022-09-26staging: r8188eu: don't check bSurpriseRemoved in SwLedOffMartin Kaiser1-1/+1
2022-09-26staging: rtl8192e: Remove unused variables ForcedAMSDUMaxSize, ...Philipp Hortmann2-15/+0
2022-09-26staging: rtl8192e: Rename CurrentMPDU..., ForcedAMPDU... and ForcedMPDU...Philipp Hortmann3-10/+10
2022-09-26staging: rtl8192e: Rename SelfMimoPs, CurrentOpMode and bForcedShortGIPhilipp Hortmann3-13/+13
2022-09-26staging: rtl8192e: Rename PeerMimoPs, IOTAction and IOTRaFuncPhilipp Hortmann8-48/+48
2022-09-26staging: rtl8192e: Rename RxRe...WinSize, RxReorder... and RxReorderDr...Philipp Hortmann4-9/+9
2022-09-26staging: rtl8192e: Rename szRT2RTAggBuffer, bRegRxRe... and bCurRxReo...Philipp Hortmann4-11/+11
2022-09-26staging: rtl8192e: Rename bSwBwInPro..., bRegRT2RTAg... and bCurrentRT...Philipp Hortmann3-18/+18
2022-09-26staging: rtl8192e: Rename dot11Cur..., bCurTxBW40MHz and bCurrentRT2...Philipp Hortmann7-22/+22
2022-09-26staging: rtl8192e: Rename eRfSleep, eRfPowerStateToSet and RfOffReasonPhilipp Hortmann8-27/+27
2022-09-26staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOnPhilipp Hortmann11-61/+61
2022-09-26staging: fwserial: delete the driver.Greg Kroah-Hartman9-3711/+0
2022-09-26staging: rtl8192e: fix CamelCase variablesValentin Vidic1-12/+12
2022-09-26staging: rtl8192e: Rename Tx_Retry_Count_RegDragan Cvetic2-11/+6
2022-09-24staging: r8188eu: remove two unused enum entriesMartin Kaiser1-3/+0
2022-09-24staging: r8188eu: remove duplicate bSurpriseRemoved checkMartin Kaiser1-1/+1
2022-09-24staging: r8188eu: remove BlinkingLedStateMartin Kaiser2-62/+4
2022-09-24staging: r8188eu: remove bLedNoLinkBlinkInProgressMartin Kaiser2-15/+0
2022-09-24staging: r8188eu: update status before wps success blinkingMartin Kaiser1-14/+5
2022-09-24staging: r8188eu: cancel blink_work during wps stopMartin Kaiser1-15/+12
2022-09-24staging: r8188eu: Fix return type of rtw_xmit_entryNathan Huckleberry2-3/+3
2022-09-24staging: r8188eu: fix potential memory leak in _rtw_init_xmit_priv()Xiaoke Wang1-6/+24
2022-09-24staging: r8188eu: add kfree() on an error path of rtw_xmit_resource_alloc()Xiaoke Wang1-1/+3
2022-09-24staging: r8188eu: remove recv_osdep.hMichael Straube14-29/+6
2022-09-24staging: r8188eu: remove unused prototypes from recv_osdep.hMichael Straube1-4/+0
2022-09-24staging: r8188eu: make _netdev_open() staticMichael Straube2-2/+1
2022-09-24staging: r8188eu: replace tabs with space in odm_query_rxpwrpercentage()Michael Straube1-2/+2
2022-09-24staging: r8188eu: clean up camel case in odm_query_rxpwrpercentage()Michael Straube1-4/+4
2022-09-24staging: r8188eu: rename odm_QueryRxPwrPercentage()Michael Straube1-4/+4
2022-09-24staging: r8188eu: remove unnecessary initializationMichael Straube1-1/+1
2022-09-24staging: r8188eu: clean up camel case in odm_signal_scale_mapping()Michael Straube1-19/+19
2022-09-24staging: r8188eu: rename odm_SignalScaleMapping()Michael Straube1-3/+3
2022-09-24staging: r8188eu: update status before link blinkingMartin Kaiser1-5/+3
2022-09-24staging: r8188eu: cancel blink_work before link blinkingMartin Kaiser1-6/+6
2022-09-24staging: r8188eu: simplify the code to prevent link blinking restartMartin Kaiser1-18/+19
2022-09-24staging: r8188eu: update status before scan blinkingMartin Kaiser1-5/+3
2022-09-24staging: r8188eu: cancel blink_work before tx/rx blinkingMartin Kaiser1-6/+6
2022-09-24staging: r8188eu: simplify the code to prevent tx/rx blinking restartMartin Kaiser1-19/+20
2022-09-24staging: r8188eu: update status before scan blinkingMartin Kaiser1-9/+4
2022-09-24staging: r8188eu: cancel blink_work before scan blinkingMartin Kaiser1-9/+9
2022-09-24staging: r8188eu: simplify the code to prevent scan blinking restartMartin Kaiser1-23/+24
2022-09-24staging: r8188eu: fix a potential memory leak in rtw_init_cmd_priv()Xiaoke Wang1-10/+5
2022-09-24staging: octeon: Fix return type of cvm_oct_xmit and cvm_oct_xmit_powNathan Huckleberry2-4/+4