summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
Commit message (Expand)AuthorAgeFilesLines
* Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE"Greg Kroah-Hartman2023-06-142-3/+8
* staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICEPhilipp Hortmann2023-05-242-8/+3
* staging: rtl8192e: Fix W_DISABLE# does not work after stop/startPhilipp Hortmann2023-05-111-0/+1
* staging: rtl8192e: Remove call_usermodehelper starting RadioPower.shPhilipp Hortmann2023-03-131-12/+0
* staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a scriptPhilipp Hortmann2023-03-131-25/+0
* staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()YueHaibing2022-12-311-1/+1
* staging: rtl8192e: remove bogus ssid character sign testJason A. Donenfeld2022-10-251-8/+1
* staging: rtl8192e: Rename variable Bandwidth to avoid CamelCaseYogesh Hegde2022-09-306-13/+13
* staging: rtl8192e: cmdpkt: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing2022-09-271-2/+1
* staging: rtl8192e: Remove unused variables ForcedAMSDUMaxSize, ...Philipp Hortmann2022-09-262-15/+0
* staging: rtl8192e: Rename CurrentMPDU..., ForcedAMPDU... and ForcedMPDU...Philipp Hortmann2022-09-263-10/+10
* staging: rtl8192e: Rename SelfMimoPs, CurrentOpMode and bForcedShortGIPhilipp Hortmann2022-09-263-13/+13
* staging: rtl8192e: Rename PeerMimoPs, IOTAction and IOTRaFuncPhilipp Hortmann2022-09-268-48/+48
* staging: rtl8192e: Rename RxRe...WinSize, RxReorder... and RxReorderDr...Philipp Hortmann2022-09-264-9/+9
* staging: rtl8192e: Rename szRT2RTAggBuffer, bRegRxRe... and bCurRxReo...Philipp Hortmann2022-09-264-11/+11
* staging: rtl8192e: Rename bSwBwInPro..., bRegRT2RTAg... and bCurrentRT...Philipp Hortmann2022-09-263-18/+18
* staging: rtl8192e: Rename dot11Cur..., bCurTxBW40MHz and bCurrentRT2...Philipp Hortmann2022-09-267-22/+22
* staging: rtl8192e: Rename eRfSleep, eRfPowerStateToSet and RfOffReasonPhilipp Hortmann2022-09-268-27/+27
* staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOnPhilipp Hortmann2022-09-2611-61/+61
* staging: rtl8192e: fix CamelCase variablesValentin Vidic2022-09-261-12/+12
* staging: rtl8192e: Rename Tx_Retry_Count_RegDragan Cvetic2022-09-262-11/+6
* staging: rtl8192e: Remove ftrace-like logging in rtl819x_BAProc.c, ...Philipp Hortmann2022-09-244-25/+0
* staging: rtl8192e: Remove ftrace-like logging in rtl_ps.cPhilipp Hortmann2022-09-241-34/+0
* staging: rtl8192e: Remove ftrace-like logging in rtl_dm.cPhilipp Hortmann2022-09-241-165/+0
* staging: rtl8192e: Remove ftrace-like logging in r8192E_phy.cPhilipp Hortmann2022-09-241-132/+0
* staging: rtl8192e: Remove ftrace-like logging in r8192E_dev.cPhilipp Hortmann2022-09-241-160/+1
* staging: rtl8192e: Remove ftrace-like logging in r8192E_firmware.c, ...Philipp Hortmann2022-09-247-42/+0
* staging: rtl8192e: Rename CurSlotTimePhilipp Hortmann2022-09-111-3/+3
* staging: rtl8192e: Rename bHwRadioOffPhilipp Hortmann2022-09-114-32/+32
* staging: rtl8192e: Rename RFChangeInProgressPhilipp Hortmann2022-09-113-15/+15
* staging: rtl8192e: Rename RFWaitCounterPhilipp Hortmann2022-09-111-3/+3
* staging: rtl8192e: Rename rtStatePhilipp Hortmann2022-09-114-21/+21
* staging: rtl8192e: Rename bConnectBySSIDPhilipp Hortmann2022-09-111-3/+3
* staging: rtl8192e: Rename bActionAllowedPhilipp Hortmann2022-09-111-6/+6
* staging: rtl8192e: Rename ChangeSourcePhilipp Hortmann2022-09-112-9/+9
* staging: rtl8192e: Fix return type for implementation of ndo_start_xmitGUO Zihua2022-09-092-3/+3
* staging: rtl8192e: Describe each kernel config optionAlman Khan2022-08-301-1/+11
* staging/rtl8192e: fix repeated words in commentsJilin Yuan2022-08-301-1/+1
* staging: rtl8192e: Remove PHY_SetRFPowerState and rename StateToSetPhilipp Hortmann2022-08-303-6/+5
* staging: rtl8192e: Remove Unnecessary ftrace-like loggingPhilipp Hortmann2022-08-301-121/+9
* staging: rtl8192e: Rename Tx... and RxCheckStuckHandlerPhilipp Hortmann2022-08-302-6/+6
* staging: rtl8192e: Remove blank lines in rtl_core.cPhilipp Hortmann2022-08-301-24/+0
* Staging: rtl8192e: Added spaces around '+'Felix Schlepper2022-07-081-1/+1
* Staging: rtl8192e: Remove unnecessary blank lineFelix Schlepper2022-07-081-1/+0
* Staging: rtl8192e: Added braces around elseFelix Schlepper2022-07-081-2/+4
* Staging: rtl8192e: Remove unnecessary parenthesesFelix Schlepper2022-07-081-2/+2
* Staging: rtl8192e: Avoid multiple assignmentsFelix Schlepper2022-07-081-1/+2
* Staging: rtl8192e: Refactored rtllib_modesFelix Schlepper2022-07-081-15/+6
* Staging: rtl8192e: Cleaning up error handlingFelix Schlepper2022-06-271-10/+10
* Staging: rtl8192e: Using kzalloc and delete memsetFelix Schlepper2022-06-271-2/+1