summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorLines
2026-05-04staging: rtl8723bs: os_dep: avoid NULL pointer dereference in rtw_cbuf_allocShyam Sunder Reddy Padira-1/+2
2026-04-19Merge tag 'staging-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-980/+698
2026-04-04staging: rtl8723bs: remove redundant & parenthesesSam Daly-2/+2
2026-03-31staging: rtl8723bs: remove unused RTL8188E antenna selection macrosMashiro Chen-4/+0
2026-03-31staging: rtl8723bs: remove redundant blank lines in basic_types.hMashiro Chen-1/+0
2026-03-31staging: rtl8723bs: wrap complex macros with parenthesesMashiro Chen-6/+6
2026-03-31staging: rtl8723bs: remove unused WRITEEF/READEF byte macrosMashiro Chen-25/+0
2026-03-31staging: rtl8723bs: rename camelCase variableBhavya Gupta-6/+6
2026-03-31staging: rtl8723bs: rename variables to snake_caseDavid Holland-19/+19
2026-03-31staging: rtl8723bs: fix spelling in commentHaoyu Lu-1/+1
2026-03-31staging: rtl8723bs: cleanup return in sdio_init()Omer El Idrissi-8/+8
2026-03-31staging: rtl8723bs: use direct returns in sdio_dvobj_init()Omer El Idrissi-11/+6
2026-03-31staging: rtl8723bs: remove unused arg at odm_interface.hRodrigo Gobbi-16/+16
2026-03-31staging: rtl8723bs: fix logical continuations in xmit_linux.cSajal Gupta-6/+3
2026-03-31staging: rtl8723bs: remove custom is_multicast_mac_addr() functionNikolay Kulikov-7/+2
2026-03-31staging: rtl8723bs: remove custom is_broadcast_mac_addr() functionNikolay Kulikov-10/+4
2026-03-31staging: rtl8723bs: remove custom is_zero_mac_addr() functionNikolay Kulikov-8/+2
2026-03-31staging: rtl8723bs: move logical operators to end of previous lineNikolay Kulikov-5/+3
2026-03-31staging: rtl8723bs: remove dead code in validate_recv_mgnt_frame()Nikolay Kulikov-1/+0
2026-03-31staging: rtl8723bs: replace deeply nested if-else with switch-caseNikolay Kulikov-20/+28
2026-03-31staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()Lin YuChen-1/+1
2026-03-31staging: rtl8723bs: remove unused function declarationsOskar Ray-Frayssinet-2/+0
2026-03-31staging: rtl8723bs: refactor rtw_joinbss_event_prehandle to reduce indentationJose A. Perez de Azpillaga-65/+70
2026-03-31staging: rtl8723bs: remove dead REJOIN codeJose A. Perez de Azpillaga-26/+2
2026-03-31staging: rtl8723bs: use guard clause for stainfo checkLin YuChen-49/+47
2026-03-31staging: rtl8723bs: use guard clause for AES checkLin YuChen-52/+52
2026-03-31staging: rtl8723bs: split multiple assignment in rtw_mgmt_xmitframe_coalesceMarco Antonio Solis Segura-2/+3
2026-03-31staging: rtl8723bs: Remove dead codeBera Yüzlü-34/+0
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+14
2026-03-18staging: rtl8723bs: add missing blank lines after declarationsOskar Ray-Frayssinet-0/+22
2026-03-18staging: rtl8723bs: fix line length warningAndrea Poldi-1/+2
2026-03-18staging: rtl8723bs: simplify return checks in validate_recv_data_frame()Giacomo Di Clerico-4/+1
2026-03-18staging: rtl8723bs: Replace msleep() with fsleep()Marcos Andrade-1/+2
2026-03-18staging: rtl8723bs: Replace network magic numbers with EtherType macrosMarcos Andrade-2/+3
2026-03-18staging: rtl8723bs: change custom comparing function to strcmp()Bera Yüzlü-23/+10
2026-03-18staging: rtl8723bs: remove unused global efuse variablesMarcos Andrade-37/+0
2026-03-18staging: rtl8723bs: remove unusual 'NDIS_802_11_MAC_ADDRESS' typeNikolay Kulikov-10/+9
2026-03-18staging: rtl8723bs: remove unnecessary spaces in rtw_security.cJoshua Gu-4/+4
2026-03-18staging: rtl8723bs: remove redundant blank line in rtw_btcoex.cJoshua Gu-1/+0
2026-03-18staging: rtl8723bs: remove unnecessary 'ETH_ALEN' definitionNikolay Kulikov-1/+0
2026-03-18staging: rtl8723bs: fix blank line style in rtw_io.cLukas Kraft-0/+2
2026-03-18staging: rtl8723bs: Remove space in the line startBera Yüzlü-1/+1
2026-03-18staging: rtl8723bs: replace rtw_linked_check() return type to boolNikolay Kulikov-2/+2
2026-03-18staging: rtl8723bs: replace rtw_is_desired_network() return type to boolNikolay Kulikov-3/+2
2026-03-18staging: rtl8723bs: replace rtw_is_same_ibss() return type to boolNikolay Kulikov-8/+5
2026-03-18staging: rtl8723bs: replace rtw_if_up() return type to boolNikolay Kulikov-8/+4
2026-03-09staging: rtl8723bs: remove unnecessary braces in rtw_mlme.cGustavo Arantes-3/+2
2026-03-09staging: rtl8723bs: rename supportRateNum to support_rate_numEsther Zilberberg-13/+13
2026-03-09staging: rtl8723bs: remove unnecessary bracesGopi Krishna Menon-18/+10
2026-03-09staging: rtl8723bs: remove unnecessary return value from funcNikolay Kulikov-5/+5