summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorFilesLines
2026-04-19Merge tag 'staging-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds50-980/+698
2026-04-04staging: rtl8723bs: remove redundant & parenthesesSam Daly1-2/+2
2026-03-31staging: rtl8723bs: remove unused RTL8188E antenna selection macrosMashiro Chen1-4/+0
2026-03-31staging: rtl8723bs: remove redundant blank lines in basic_types.hMashiro Chen1-1/+0
2026-03-31staging: rtl8723bs: wrap complex macros with parenthesesMashiro Chen1-6/+6
2026-03-31staging: rtl8723bs: remove unused WRITEEF/READEF byte macrosMashiro Chen1-25/+0
2026-03-31staging: rtl8723bs: rename camelCase variableBhavya Gupta1-6/+6
2026-03-31staging: rtl8723bs: rename variables to snake_caseDavid Holland1-19/+19
2026-03-31staging: rtl8723bs: fix spelling in commentHaoyu Lu1-1/+1
2026-03-31staging: rtl8723bs: cleanup return in sdio_init()Omer El Idrissi2-8/+8
2026-03-31staging: rtl8723bs: use direct returns in sdio_dvobj_init()Omer El Idrissi1-11/+6
2026-03-31staging: rtl8723bs: remove unused arg at odm_interface.hRodrigo Gobbi4-16/+16
2026-03-31staging: rtl8723bs: fix logical continuations in xmit_linux.cSajal Gupta1-6/+3
2026-03-31staging: rtl8723bs: remove custom is_multicast_mac_addr() functionNikolay Kulikov3-7/+2
2026-03-31staging: rtl8723bs: remove custom is_broadcast_mac_addr() functionNikolay Kulikov4-10/+4
2026-03-31staging: rtl8723bs: remove custom is_zero_mac_addr() functionNikolay Kulikov3-8/+2
2026-03-31staging: rtl8723bs: move logical operators to end of previous lineNikolay Kulikov1-5/+3
2026-03-31staging: rtl8723bs: remove dead code in validate_recv_mgnt_frame()Nikolay Kulikov1-1/+0
2026-03-31staging: rtl8723bs: replace deeply nested if-else with switch-caseNikolay Kulikov1-20/+28
2026-03-31staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()Lin YuChen1-1/+1
2026-03-31staging: rtl8723bs: remove unused function declarationsOskar Ray-Frayssinet1-2/+0
2026-03-31staging: rtl8723bs: refactor rtw_joinbss_event_prehandle to reduce indentationJose A. Perez de Azpillaga1-65/+70
2026-03-31staging: rtl8723bs: remove dead REJOIN codeJose A. Perez de Azpillaga1-26/+2
2026-03-31staging: rtl8723bs: use guard clause for stainfo checkLin YuChen1-49/+47
2026-03-31staging: rtl8723bs: use guard clause for AES checkLin YuChen1-52/+52
2026-03-31staging: rtl8723bs: split multiple assignment in rtw_mgmt_xmitframe_coalesceMarco Antonio Solis Segura1-2/+3
2026-03-31staging: rtl8723bs: Remove dead codeBera Yüzlü1-34/+0
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+14
2026-03-18staging: rtl8723bs: add missing blank lines after declarationsOskar Ray-Frayssinet9-0/+22
2026-03-18staging: rtl8723bs: fix line length warningAndrea Poldi1-1/+2
2026-03-18staging: rtl8723bs: simplify return checks in validate_recv_data_frame()Giacomo Di Clerico1-4/+1
2026-03-18staging: rtl8723bs: Replace msleep() with fsleep()Marcos Andrade1-1/+2
2026-03-18staging: rtl8723bs: Replace network magic numbers with EtherType macrosMarcos Andrade1-2/+3
2026-03-18staging: rtl8723bs: change custom comparing function to strcmp()Bera Yüzlü3-23/+10
2026-03-18staging: rtl8723bs: remove unused global efuse variablesMarcos Andrade2-37/+0
2026-03-18staging: rtl8723bs: remove unusual 'NDIS_802_11_MAC_ADDRESS' typeNikolay Kulikov3-10/+9
2026-03-18staging: rtl8723bs: remove unnecessary spaces in rtw_security.cJoshua Gu1-4/+4
2026-03-18staging: rtl8723bs: remove redundant blank line in rtw_btcoex.cJoshua Gu1-1/+0
2026-03-18staging: rtl8723bs: remove unnecessary 'ETH_ALEN' definitionNikolay Kulikov1-1/+0
2026-03-18staging: rtl8723bs: fix blank line style in rtw_io.cLukas Kraft1-0/+2
2026-03-18staging: rtl8723bs: Remove space in the line startBera Yüzlü1-1/+1
2026-03-18staging: rtl8723bs: replace rtw_linked_check() return type to boolNikolay Kulikov2-2/+2
2026-03-18staging: rtl8723bs: replace rtw_is_desired_network() return type to boolNikolay Kulikov1-3/+2
2026-03-18staging: rtl8723bs: replace rtw_is_same_ibss() return type to boolNikolay Kulikov2-8/+5
2026-03-18staging: rtl8723bs: replace rtw_if_up() return type to boolNikolay Kulikov2-8/+4
2026-03-09staging: rtl8723bs: remove unnecessary braces in rtw_mlme.cGustavo Arantes1-3/+2
2026-03-09staging: rtl8723bs: rename supportRateNum to support_rate_numEsther Zilberberg2-13/+13
2026-03-09staging: rtl8723bs: remove unnecessary bracesGopi Krishna Menon1-18/+10
2026-03-09staging: rtl8723bs: remove unnecessary return value from funcNikolay Kulikov2-5/+5
2026-03-09staging: rtl8723bs: remove unnecessary bracesZeynep Dicle1-4/+2