summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorFilesLines
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+2
2024-07-10staging: rtl8723bs: Remove constant result function CheckNegative()Philipp Hortmann3-37/+4
2024-07-10staging: rtl8723bs: Remove unused macros in rtw_mlme_ext.hPhilipp Hortmann1-37/+0
2024-07-10staging: rtl8723bs: Remove unused macros in hal_pwr_seq.hPhilipp Hortmann1-7/+0
2024-07-10staging: rtl8723bs: Remove unused macros in rtw_efuse.hPhilipp Hortmann1-13/+0
2024-07-10staging: rtl8723bs: Remove unused macros in rtw_mlme.hPhilipp Hortmann1-26/+0
2024-07-10staging: rtl8723bs: Remove unused macros in HalPwrSeqCmd.hPhilipp Hortmann1-11/+0
2024-07-10staging: rtl8723bs: Remove unused macros in Hal8723BReg.hPhilipp Hortmann1-373/+0
2024-07-10staging: rtl8723bs: Remove unused macros in Hal8192CPhyReg.hPhilipp Hortmann1-881/+0
2024-07-10staging: rtl8723bs: Delete file hal_phy_reg_8723b.hPhilipp Hortmann2-14/+1
2024-07-10staging: rtl8723bs: Move last macro from hal_phy_reg_8723b.hPhilipp Hortmann2-5/+1
2024-07-10staging: rtl8723bs: Remove unused macros in hal_phy_reg_8723b.hPhilipp Hortmann1-51/+0
2024-07-10staging: rtl8723bs: Remove unused macros in hal_com_reg.hPhilipp Hortmann1-794/+2
2024-07-10staging: rtl8723bs: Remove unused macros in rtw_ht.hPhilipp Hortmann1-22/+0
2024-07-10staging: rtl8723bs: Remove unused macros in hal_com_h2c.hPhilipp Hortmann1-76/+0
2024-06-28kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg2-2/+2
2024-06-27staging: rtl8723bs: Remove unused variable pwdev_privPhilipp Hortmann1-2/+0
2024-06-24staging: rtl8723bs: Remove unused macro in ioctl_cfg80211.cPhilipp Hortmann1-1/+0
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_io.hPhilipp Hortmann1-57/+0
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_mlme.hPhilipp Hortmann1-23/+0
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_mp.hPhilipp Hortmann1-29/+0
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_pwrctrl.hPhilipp Hortmann1-38/+0
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_recv.hPhilipp Hortmann1-16/+0
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_security.hPhilipp Hortmann1-5/+0
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_xmit.hPhilipp Hortmann1-10/+0
2024-06-24staging: rtl8723bs: Remove unused macros in sta_info.hPhilipp Hortmann1-44/+0
2024-06-24staging: rtl8723bs: Remove unused macros in wifi.hPhilipp Hortmann1-299/+0
2024-06-24staging: rtl8723bs: Remove empty file sdio_osintf.hPhilipp Hortmann2-11/+0
2024-06-24staging: rtl8723bs: Remove unused declarations start with sd_hal_bus_initPhilipp Hortmann2-10/+0
2024-06-24staging: rtl8723bs: Remove switch(type) as type is constantPhilipp Hortmann1-14/+0
2024-06-24staging: rtl8723bs: Remove unused structs starting with profile_infoPhilipp Hortmann1-133/+0
2024-06-04staging: rtl8723bs: hal: Fix spelling mistakes in odm.hRoshan Khatri1-2/+2
2024-06-04staging: rtl8723bs: hal: Fix spelling mistakes in rtl8723b_cmd.cRoshan Khatri1-2/+2
2024-05-22Merge 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