summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)Author
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-10staging: rtl8723bs: Remove constant result function CheckNegative()Philipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in rtw_mlme_ext.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in hal_pwr_seq.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in rtw_efuse.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in rtw_mlme.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in HalPwrSeqCmd.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in Hal8723BReg.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in Hal8192CPhyReg.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Delete file hal_phy_reg_8723b.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Move last macro from hal_phy_reg_8723b.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in hal_phy_reg_8723b.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in hal_com_reg.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in rtw_ht.hPhilipp Hortmann
2024-07-10staging: rtl8723bs: Remove unused macros in hal_com_h2c.hPhilipp Hortmann
2024-06-28kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg
2024-06-27staging: rtl8723bs: Remove unused variable pwdev_privPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused macro in ioctl_cfg80211.cPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_io.hPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_mlme.hPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_mp.hPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_pwrctrl.hPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_recv.hPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_security.hPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused macros in rtw_xmit.hPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused macros in sta_info.hPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused macros in wifi.hPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove empty file sdio_osintf.hPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused declarations start with sd_hal_bus_initPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove switch(type) as type is constantPhilipp Hortmann
2024-06-24staging: rtl8723bs: Remove unused structs starting with profile_infoPhilipp Hortmann
2024-06-04staging: rtl8723bs: hal: Fix spelling mistakes in odm.hRoshan Khatri
2024-06-04staging: rtl8723bs: hal: Fix spelling mistakes in rtl8723b_cmd.cRoshan Khatri
2024-05-22Merge tag 'staging-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-04-09staging: rtl8723bs: convert strncpy to strscpyArnd Bergmann
2024-04-09Staging: rtl8723bs: Delete dead code from update_current_network()Meir Elisha
2024-03-05staging: rtl8723bs: remove redundant variable hoffsetColin Ian King
2024-03-05Staging: rtl8723bs: Remove dead code from _rtw_free_network()Meir Elisha
2024-03-05Staging: rtl8723bs: Remove unnecessary braces in rtw_update_ht_capMeir Elisha
2024-01-24staging: rtl8723bs: Use kcalloc() instead of kzalloc()Erick Archer
2024-01-24staging: rtl8712: remove unnecessary braces in while loopHoorad Farrokh
2024-01-24Staging: rtl8723bs: rtw_ieee80211: Remove extra spaceMeir Elisha
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-06Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-09-26staging: rtl8723bs: hal: Fix codespell-reported spelling mistakesBragatheswaran Manickavel
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit
2023-08-22staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie
2023-08-04staging: rtl8723bs: use is_broadcast_ether_addr() instead of memcmp()Yang Yingliang