aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-19staging: rtl8723bs: Avoid memset() in aes_cipher() and aes_decipher()Nathan Chancellor1-30/+14
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar5-14/+15
2025-05-21staging: rtl8723bs: remove unnecessary braces for single statement blocksDavid Tadokoro1-8/+5
2025-05-21staging: rtl8723bs: Removed multiple blank lines of rtw_pwrctrl.cRogério Fernandes Pereira1-2/+0
2025-04-25staging: rtl8723bs: remove multiple blank linesJJ Strnad1-7/+0
2025-04-18staging: rtl8723bs: Use % 4096 instead of & 0xfffAbraham Samuel Adekunle3-7/+7
2025-04-18staging: rtl8723bs: Add spaces and line breaks to improve readabilityAbraham Samuel Adekunle1-2/+5
2025-04-15staging: rtl8723bs: Fix compilation errors for W=1 buildAndy Shevchenko2-14/+6
2025-04-15staging: rtl8723bs: Use boolean false instead of integer 0Erick Karanja1-1/+1
2025-04-15staging: rtl8723bs: Initialize variables at declaration in rtl8723b_hal_init.cErick Karanja1-57/+24
2025-04-15staging: rtl8723bs: Initialize variables at declaration in rtl8723bs_xmit.cErick Karanja1-24/+9
2025-04-15staging: rtl8723bs: Remove trailing whitespaceGabriel Shahrouzi1-1/+1
2025-04-15staging: rtl8723bs: use preferred comparison orderErick Karanja1-11/+11
2025-04-15staging: rtl8723bs: add spaces between ternary and binary operatorsErick Karanja1-2/+2
2025-04-15staging: rtl8723bs: Place constants on right side of comparisonAbraham Samuel Adekunle1-34/+34
2025-04-15Staging: rtl8723bs: Fix unbalanced braces in conditionalBryant Boatright1-2/+2
2025-04-15staging: rtl8723bs: modify struct field to use standard bool typeAbraham Samuel Adekunle2-2/+2
2025-04-07staging: rtl8723bs: Rename variablesErick Karanja1-6/+6
2025-04-07staging: rtl8723bs: remove braces around single statementsAbraham Samuel Adekunle1-4/+2
2025-04-07staging: rtl8723bs: remove unnecessary else block after returnAbraham Samuel Adekunle1-5/+5
2025-04-07staging: rtl8723bs: simplify if-else block by removing unnecessary bracesAbraham Samuel Adekunle1-3/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner7-25/+25
2025-03-20staging: rtl8723bs: fixed a unnecessary parentheses coding style issueDavid Zalman1-48/+48
2025-03-20staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES谢致邦 (XIE Zhibang)1-0/+1
2025-03-20staging: rtl8723bs: Remove some unused functions, macros, and structs谢致邦 (XIE Zhibang)6-463/+3
2025-01-27Merge tag 'staging-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-1381/+9
2025-01-10staging: rtl8723bs: Remove ioctl interface谢致邦 (XIE Zhibang)4-1290/+0
2024-12-20staging: rtl8723bs: delete HAL_DEF_DBG_RX_INFO_DUMP enum and callerRodrigo Gobbi3-4/+0
2024-12-20staging: rtl8723bs: delete DBG_RX_SIGNAL_DISPLAY_RAW_DATA ifdef codeRodrigo Gobbi4-80/+0
2024-12-20staging: rtl8723bs: Cleanups for rtw_inc_and_chk_continual_io_errorChenguang Zhao1-5/+5
2024-12-04staging: rtl8723bs: change pointer initialization styleMarcelo Moreira1-2/+4
2024-12-04wifi: cfg80211: send MLO links tx power info in GET_INTERFACERameshkumar Sundaram1-1/+2
2024-11-10staging: rtl8723bs: Remove TODO contact informationDominik Karol Piątkowski1-3/+0
2024-11-07staging: rtl8723bs: Remove unused function Efuse_GetCurrentSizePhilipp Hortmann2-26/+0
2024-11-07staging: rtl8723bs: Remove unused function efuse_WordEnableDataReadPhilipp Hortmann2-42/+0
2024-11-07staging: rtl8723bs: Remove function hal_EfusePgPacketWrite1ByteHeaderPhilipp Hortmann1-32/+0
2024-11-07staging: rtl8723bs: Remove function hal_EfusePgPacketWrite2ByteHeaderPhilipp Hortmann1-55/+0
2024-11-07staging: rtl8723bs: Remove unused function hal_EfusePgCheckAvailableAddrPhilipp Hortmann1-17/+0
2024-11-07staging: rtl8723bs: Remove unused function hal_EfuseConstructPGPktPhilipp Hortmann1-14/+0
2024-11-07staging: rtl8723bs: Remove unused function hal_EfusePartialWriteCheckPhilipp Hortmann1-58/+0
2024-11-07staging: rtl8723bs: Remove unused function hal_EfusePgPacketWriteHeaderPhilipp Hortmann1-18/+0
2024-11-07staging: rtl8723bs: Remove unused function hal_EfusePgPacketWriteDataPhilipp Hortmann1-20/+0
2024-11-07staging: rtl8723bs: Remove unused function Hal_EfusePgPacketWrite_BTPhilipp Hortmann2-31/+0
2024-11-07staging: rtl8723bs: Remove unused function Hal_EfusePgPacketWritePhilipp Hortmann2-31/+0
2024-11-07staging: rtl8723bs: Remove unused function Efuse_PgPacketWritePhilipp Hortmann2-12/+0
2024-11-07staging: rtl8723bs: Remove unused function Hal_EfusePgPacketReadPhilipp Hortmann2-74/+0
2024-11-07staging: rtl8723bs: Remove unused function Efuse_PgPacketReadPhilipp Hortmann2-11/+0
2024-11-07staging: rtl8723bs: Remove function pointer EfuseGetCurrentSizePhilipp Hortmann3-5/+3
2024-11-07staging: rtl8723bs: Remove function pointer EFUSEGetEfuseDefinitionPhilipp Hortmann3-4/+4
2024-11-07staging: rtl8723bs: Remove function pointer ReadEFusePhilipp Hortmann3-4/+4