aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'staging-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-91/+8
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-04-09staging: rtl8723bs: convert strncpy to strscpyArnd Bergmann2-4/+3
2024-04-09Staging: rtl8723bs: Delete dead code from update_current_network()Meir Elisha1-87/+5
2024-03-05staging: rtl8723bs: remove redundant variable hoffsetColin Ian King1-12/+2
2024-03-05Staging: rtl8723bs: Remove dead code from _rtw_free_network()Meir Elisha1-2/+0
2024-03-05Staging: rtl8723bs: Remove unnecessary braces in rtw_update_ht_capMeir Elisha1-4/+3
2024-01-24staging: rtl8723bs: Use kcalloc() instead of kzalloc()Erick Archer1-2/+1
2024-01-24staging: rtl8712: remove unnecessary braces in while loopHoorad Farrokh1-2/+1
2024-01-24Staging: rtl8723bs: rtw_ieee80211: Remove extra spaceMeir Elisha1-2/+2
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2023-10-06Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-4/+5
2023-09-26staging: rtl8723bs: hal: Fix codespell-reported spelling mistakesBragatheswaran Manickavel1-3/+3
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+1
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit1-2/+4
2023-08-22staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie10-44/+29
2023-08-04staging: rtl8723bs: use is_broadcast_ether_addr() instead of memcmp()Yang Yingliang3-10/+5
2023-08-04staging: rtl8723bs: use is_zero_ether_addr() instead of memcmp()Yang Yingliang3-10/+8
2023-07-27staging: rtl8723bs: ioctl_linux: Fix comparison to falseFranziska Naepelt1-1/+1
2023-07-27staging: rtl8723bs: ioctl_linux: Add preferred spacesFranziska Naepelt1-19/+19
2023-07-27staging: rtl8723bs: ioctl_linux: Fix alignment on open parenthesisFranziska Naepelt1-4/+4
2023-07-27staging: rtl8723bs: ioctl_linux: Remove unnecessary parenthesesFranziska Naepelt1-29/+29
2023-07-27staging: rtl8723bs: ioctl_linux: Remove unnecessary blank linesFranziska Naepelt1-26/+0
2023-07-27staging: rtl8723bs: ioctl_linux: Remove multiple blank linesFranziska Naepelt1-18/+0
2023-07-27staging: rtl8723bs: ioctl_linux: Fix block comment alignmentFranziska Naepelt1-3/+3
2023-07-27staging: rtl8723bs: ioctl_linux: Fix code indentFranziska Naepelt1-1/+1
2023-07-27staging: rtl8723bs: ioctl_linux: Fix else on next lineFranziska Naepelt1-2/+1
2023-07-27staging: rtl8723bs: Fix remaining blank line issueFranziska Naepelt1-1/+0
2023-07-27staging: rtl8723bs: Fix alignment open parenthesisFranziska Naepelt1-42/+49
2023-07-27staging: rtl8723bs: Fix space issuesFranziska Naepelt1-38/+38
2023-06-20staging: rtl8723bs: Fix blank line issuesFranziska Naepelt1-46/+0
2023-06-20staging: rtl8723bs: Fix block comment issueFranziska Naepelt1-5/+5
2023-06-20staging: rtl8723bs: Fix indentation issuesFranziska Naepelt1-3/+3
2023-05-28staging: rtl8723bs: replace ternary operator with if-else blockAtin Bainada1-1/+4
2023-05-08staging: rtl8723bs: use tabs for indentationDaniel Watson1-13/+13
2023-04-05staging: rtl8723bs: indent with tab, align with spaceDaniel Watson1-23/+26
2023-03-29staging: rtl8723bs: conform if's braces to kernel styleDaniel Watson1-6/+3
2023-03-25staging: rtl8723bs: remove hal_btcoex_SetChipType()Michael Straube3-10/+0
2023-03-22staging: rtl8723bs: use inline functions for dvobj_to_devMenna Mahmoud1-1/+5
2023-03-16staging: rtl8723bs: rtw_get_raw_rssi_info() is not usedMichael Straube2-33/+0
2023-03-16staging: rtl8723bs: linked_info_dump() is not usedMichael Straube2-22/+0
2023-03-16staging: rtl8723bs: isAllSpaceOrTab() is not usedMichael Straube2-17/+0
2023-03-16staging: rtl8723bs: ParseQualifiedString() is not usedMichael Straube2-27/+0
2023-03-16staging: rtl8723bs: MapCharToHexDigit() is not usedMichael Straube2-18/+0
2023-03-13Merge 6.3-rc2 into staging-nextGreg Kroah-Hartman3-34/+39
2023-03-08staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()Hans de Goede1-3/+3
2023-03-08staging: rtl8723bs: Fix key-store index handlingHans de Goede3-31/+36
2023-03-08drivers: staging: rtl8723bs: Remove pmlmepriv->num_of_scannedHans de Goede2-17/+0
2023-03-08drivers: staging: rtl8723bs: Remove unused clr_fwstate() functionHans de Goede1-12/+0
2023-03-08drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler()Hans de Goede1-2/+2
2023-03-08drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler()Hans de Goede1-2/+2
2023-01-17staging: rtl8723bs: hal: Fix codespell-reported spelling mistakesAnup Sharma1-7/+7
2022-11-08staging: rtl8723bs: replace underutilized struct by array variableDeepak R Varma2-20/+13
2022-11-08staging: rtl8723bs: Use min/max macros for variable comparisonDeepak R Varma2-12/+5
2022-10-31staging: rtl8723bs: replace ternary statement with min_t macroEmily Peri1-1/+1
2022-10-25staging: rtl8723bs: Fix indentation in conditional statementsEmily Peri4-21/+19
2022-10-22staging: rtl8723bs: use tab instead of spaces for indentEmily Peri1-1/+1
2022-10-22staging: rtl8723bs: add newline after variable declarationEmily Peri1-0/+1
2022-10-22staging: rtl8723bs: remove tab in variable definitionEmily Peri1-1/+1
2022-10-20staging: rtl8723bs: remove unnecessary parenthesisEmily Peri1-1/+1
2022-10-20staging: rtl8723bs: align block comment starsEmily Peri1-5/+5
2022-10-20staging: rtl8723bs: Removed extra tabs in conditional statementsEmily Peri1-6/+6
2022-10-20staging: rtl8723bs: Remove redundant initialization of variable efuseValueColin Ian King1-1/+1
2022-10-08Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-910/+119
2022-09-24staging: rtl8723bs: Add a blank line after declarationsKang Minchul1-0/+2
2022-09-24staging: rtl8723bs: Make switch and case at the same indentKang Minchul1-40/+40
2022-09-24staging: rtl8723bs: Relocate constant on the right side of testKang Minchul1-6/+6
2022-09-24staging: rtl8723bs: replace code indent as tabsKang Minchul1-6/+6
2022-09-24staging: rtl8723bs: Fix coding style issue in block commentKang Minchul1-16/+6
2022-09-24staging: rtl8723bs: Insert blank line after declarationsKang Minchul1-0/+6
2022-09-24staging: rtl8723bs: remove braces in single statement blocksKang Minchul1-11/+5
2022-09-24staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()Xiaoke Wang1-10/+6
2022-09-24staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()Xiaoke Wang1-29/+31
2022-09-09staging: rtl8723bs: Fix return type for implementation of ndo_start_xmitGUO Zihua2-3/+3
2022-09-09staging: rtl8723bs: Delete un-necessary return for _rtw_xmit_entry()GUO Zihua3-12/+8
2022-09-09staging: rtl8723bs: remove rtw_is_wps_ieNam Cao2-18/+0
2022-09-09staging: rtl8723bs: remove IsHexDigitNam Cao2-21/+0
2022-09-09staging: rtl8723bs: remove rtw_hal_is_disable_sw_channel_planNam Cao2-7/+0
2022-09-09staging: rtl8723bs: remove hal_btcoex_SetManualControlNam Cao2-6/+0
2022-09-09staging: rtl8723bs: remove GetHexValueFromStringNam Cao2-47/+0
2022-09-09staging: rtl8723bs: remove odm_PauseDIGNam Cao2-59/+0
2022-09-09staging: rtl8723bs: delete rtw_odm.c and rtw_odm.hNam Cao4-142/+0
2022-09-09staging: rtl8723bs: remove rtw_change_ifnameNam Cao2-52/+0
2022-09-09staging: rtl8723bs: delete function rtw_set_chplan_cmdNam Cao2-57/+0
2022-09-09staging: rtl8723bs: delete rtw_setdatarate_cmdNam Cao2-30/+0
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller1-6/+7
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-6/+7
2022-08-23staging: rtl8723bs: remove odm_NoiseMonitor.h and odm_NoiseMonitor.cNam Cao5-54/+0
2022-08-23staging: rtl8723bs: remove member noise_level from struct dm_odm_tNam Cao1-1/+0
2022-08-23staging: rtl8723bs: remove unused function ODM_InbandNoise_MonitorNam Cao2-118/+0
2022-08-23staging: rtl8723bs: remove static const variable odm_comp_strNam Cao1-35/+0
2022-08-23staging: rtl8723bs: remove function rtw_odm_dbg_comp_setNam Cao2-6/+0
2022-08-23staging: rtl8723bs: remove function rtw_odm_adaptivity_parm_msgNam Cao2-19/+0
2022-08-23staging: rtl8723bs: remove function IsCommentStringNam Cao2-14/+0
2022-08-23staging: rtl8723bs: remove function GetFractionValueFromStringNam Cao2-46/+0
2022-08-23staging: rtl8723bs: remove function rtw_odm_ability_setNam Cao2-6/+0
2022-08-23staging: rtl8723bs: remove function rtw_get_ch_setting_unionNam Cao2-22/+0
2022-08-23staging: rtl8723bs: remove function rtw_odm_dbg_comp_msgNam Cao2-17/+0
2022-08-16staging/rtl8723bs/core: remove inactive initializationLi zeming1-1/+1
2022-08-04Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-160/+67
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-3/+5
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam1-2/+2
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-1/+3
2022-06-20staging: rtl8723bs: remove trailing whitespaceDaniel Watson1-1/+1
2022-06-20Merge 5.19-rc3 into staging-nextGreg Kroah-Hartman1-2/+4
2022-06-12staging: rtl8723bs: uninitialize static variableDaniel Watson1-1/+1
2022-06-10staging: rtl8723bs: Allocate full pwep structureKees Cook1-2/+4
2022-06-06staging: rtl8723bs: fix placement of bracesHannes Braun1-158/+65
2022-05-19staging: rtl8723bs: Fix alignment to match open parenthesisSoumya Negi1-11/+13
2022-04-22staging: rtl8723bs: remove leftover code for other chipsArtur Bujdoso4-324/+0
2022-04-13drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle()Duoming Zhou1-2/+4
2022-04-13drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback()Duoming Zhou1-2/+4
2022-04-12staging: rtl8723bs: tidy up error handlingYihao Han1-9/+6
2022-04-08staging: rtl8723bs: remove header rtw_ioctl.hMichael Straube2-73/+0
2022-04-07staging: rtl8723bs: fix indentationSevinj Aghayeva1-11/+3
2022-04-05staging: rtl8723bs: remove space after function nameSevinj Aghayeva1-1/+1
2022-04-05staging: rtl8723bs: remove redundant else branchesSevinj Aghayeva1-33/+31
2022-04-05staging: rtl8723bs: remove return from a function returning voidSevinj Aghayeva1-7/+2
2022-04-05staging: rtl8723bs: remove redundant braces in if statementsSevinj Aghayeva1-52/+27
2022-04-05staging: rtl8723bs: combine both sides of conditional statementRebecca Mckeever1-6/+2
2022-04-05staging: rtl8723bs: remove handlerOS independent commentRebecca Mckeever1-2/+0
2022-04-05staging: rtl8723bs: simplify control flowSevinj Aghayeva1-14/+4
2022-04-04staging: rtl8723bs: simplify control flowSevinj Aghayeva1-21/+7
2022-04-04staging: rtl8723bs: refactor rtw_ch2freq()Michael Straube1-22/+18
2022-04-04staging: rtl8723bs: remove 5 GHz channels from ch_freq_mapMichael Straube1-16/+0
2022-04-04staging: rtl8723bs: Fix No space before tabsAlaa Mohamed1-27/+27
2022-04-04staging: rtl8723bs: remove redundant braces in if statementsSevinj Aghayeva1-8/+4
2022-04-04staging: rtl8723bs: place constants on the right side of testsSevinj Aghayeva1-16/+16
2022-04-04staging: rtl8723bs: place constants on the right side of testsSevinj Aghayeva1-5/+5
2022-04-04staging: rtl8723bs: remove code suspect indentAlaa Mohamed1-1/+1
2022-04-04staging: rtl8723bs: Change rtw_ndev_notifier_call message to dbgChris Morgan1-1/+1
2022-04-04staging: rtl8723bs: Remove redundant else branches.Sevinj Aghayeva1-19/+13
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-120/+75
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2-2/+2
2022-03-14staging: rtl8723bs: Use min() instead of doing it manuallyHaowen Bai1-4/+1
2022-03-14staging: rtl8723bs: fix typos in commentsJulia Lawall1-1/+1
2022-03-14Merge 5.17-rc8 into staging-nextGreg Kroah-Hartman6-26/+39
2022-03-02staging: rtl8723bs: Improve the comment explaining the locking rulesHans de Goede1-2/+6
2022-03-02staging: rtl8723bs: Fix access-point mode deadlockHans de Goede5-24/+33
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2-2/+2
2022-01-25Staging: rtl8723bs: Inserting blank line after declarationJagath Jog J1-0/+5
2022-01-25Staging: rtl8723bs: Removed extra spaces between datatype and variableJagath Jog J1-28/+26
2022-01-25Staging: rtl8723bs: Placing opening { braces in previous lineJagath Jog J1-66/+32
2022-01-25staging: rtl8723bs: Drop get_recvframe_data()Kees Cook3-16/+9
2022-01-25staging: rtl8723bs: remove redundant result variableMinghao Chi1-5/+1
2021-12-28staging: rtl8723bs: removed unused if blocksIsmayil Mirzali1-5/+0
2021-12-20staging: rtl8723bs: fix typo in a commentJason Wang1-1/+1
2021-11-15staging: rtl8723bs: core: avoid unnecessary if conditionSaurav Girepunje1-2/+1
2021-11-15staging: rtl8723bs: core: remove unused local variable padapterSaurav Girepunje1-5/+2
2021-11-15staging: rtl8723bs: core: remove unused variable pAdapterSaurav Girepunje1-5/+2
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-5/+3
2021-11-04Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-313/+256
2021-10-30staging: rtl8723bs: hal remove the assignment to itselfSaurav Girepunje1-12/+0
2021-10-30staging: rtl8723bs: fix unmet dependency on CRYPTO for CRYPTO_LIB_ARC4Julian Braha1-0/+1
2021-10-29exit/rtl8723bs: Replace the macro thread_exit with a simple return 0Eric W. Biederman4-5/+3
2021-10-24staging: rtl8723bs: core: Remove unnecessary blank linesKushal Kothari1-26/+0
2021-10-24staging: rtl8723bs: core: Remove unnecessary space after a castKushal Kothari1-5/+5
2021-10-24staging: rtl8723bs: core: Remove unnecessary parenthesesKushal Kothari1-21/+21
2021-10-24staging: rtl8723bs: core: Remove true and false comparisonKushal Kothari1-11/+11
2021-10-20staging: rtl8723bs: core: Remove true and false comparisonKushal Kothari1-9/+8
2021-10-20staging: rtl: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski2-2/+2
2021-10-18treewide: Replace 0-element memcpy() destinations with flexible arraysKees Cook1-3/+3
2021-10-10staging: rtl8723bs: hal: remove duplicate checkSaurav Girepunje1-1/+1
2021-10-05staging: rtl8723bs: core: remove reassignment of same value to variableSaurav Girepunje1-1/+0
2021-10-05staging: rtl8723bs: core: remove condition never executeSaurav Girepunje1-3/+0
2021-10-05staging: rtl8723bs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2021-10-05staging: rtl8723bs: remove meaningless pstat->passoc_req check in OnAssocReq()Longji Guo1-6/+2
2021-09-21staging: rtl8723bs: remove a third possible deadlockHans de Goede1-5/+2
2021-09-21staging: rtl8723bs: remove a second possible deadlockHans de Goede4-13/+9
2021-09-21staging: rtl8723bs: remove possible deadlock when disconnect (v2)Fabio Aiuto5-33/+24
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-13staging: rtl8723bs: remove unused macros from ioctl_linux.cMichael Straube1-14/+0
2021-09-13staging: rtl8723bs: remove possible deadlock when disconnectFabio Aiuto4-20/+12
2021-09-13staging: rtl8723bs: clean up comparsions to NULLMichael Straube9-117/+117
2021-09-13staging: rtl8723bs: remove unused _rtw_init_queue() functionFabio Aiuto1-7/+0
2021-09-13staging: rtl8723bs: remove unnecessary parenthesesFabio Aiuto1-2/+2
2021-09-13staging: rtl8723bs: unwrap initialization of queuesFabio Aiuto7-26/+52
2021-08-26staging: rtl8723bs: remove header file ethernet.hMichael Straube4-18/+5
2021-08-26staging: rtl8723bs: remove unused rtw_set_802_11_bssid() functionFabio Aiuto2-65/+0
2021-08-26staging: rtl8723bs: remove functions notifying wext eventsFabio Aiuto4-48/+1
2021-08-26staging: rtl8723bs: fix logical continuation issueFabio Aiuto1-3/+3
2021-08-26staging: rtl8723bs: fix code indent issuesFabio Aiuto1-6/+6
2021-08-26staging: rtl8723bs: remove obsolete wext supportFabio Aiuto3-3101/+1
2021-08-10staging: rtl8723bs: os_dep: remove unused variableSaurav Girepunje1-8/+0
2021-08-10staging: rtl8723bs: remove unused RF_*T*R enumFabio Aiuto1-10/+0
2021-08-10staging: rtl8723bs: fix tx power tables sizeFabio Aiuto3-100/+4
2021-08-10staging: rtl8723bs: use MAX_RF_PATH_NUM as ceiling to rf path indexFabio Aiuto3-13/+9
2021-08-10staging: rtl8723bs: remove RF_*TX enumFabio Aiuto7-112/+64
2021-08-10staging: rtl8723bs: remove unused macro in include/hal_data.hFabio Aiuto1-1/+0
2021-08-10staging: rtl8723bs: remove unused rtw_rf_config module paramFabio Aiuto2-5/+0
2021-08-10staging: rtl8723bs: remove rf type branching (fourth patch)Fabio Aiuto9-168/+44
2021-08-10staging: rtl8723bs: remove rf type branching (third patch)Fabio Aiuto7-32/+1
2021-08-10staging: rtl8723bs: remove rf type branching (second patch)Fabio Aiuto6-58/+14
2021-08-10staging: rtl8723bs: remove rf type branching (first patch)Fabio Aiuto3-34/+2
2021-08-10staging: rtl8723bs: remove unused struct memberFabio Aiuto3-7/+0
2021-08-10staging: rtl8723bs: remove unused macrosFabio Aiuto1-17/+0
2021-08-10staging: rtl8723bs: clean driver from unused RF pathsFabio Aiuto15-214/+185
2021-08-10staging: rtl8723bs: fix right side of conditionFabio Aiuto1-1/+1