summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep
AgeCommit message (Expand)Author
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-16Staging: rtl8723bs: Remove typedef in struct sdio_dataMadhumitha Prabakaran
2019-03-30staging: rtl8723bs: os_dep: ioctl_linux.c: Remove unnecessary parenthesesPayal Kshirsagar
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-03-19Staging: rtl8723bs: Change values to standard error codes in functionsMadhumitha Prabakaran
2019-03-18staging: rtl8723bs: Remove Dead Functions in os_dep/ioctl_linux.cEmanuel Bennici
2019-03-18staging: rtl8723bs: Remove Dead Code in os_dep/ioctl_linux.cEmanuel Bennici
2019-03-18staging: rtl8723bs: Remove Dead Code in os_dep/os_intfs.cEmanuel Bennici
2019-03-18staging: rtl8723bs: Remove Dead Code in os_dep/os_intfs.cEmanuel Bennici
2019-03-18staging: rtl8723bs: os_dep: Fix space in pointer definitionGuilherme Tadashi Maeoka
2019-03-18staging: rtl8723bs: os_dep: Fix assignment in if conditionGuilherme Tadashi Maeoka
2019-03-18staging: rtl8723bs: use kernel_read() instead of open-coded versionJann Horn
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-01-11Revert "staging: rtl8723bs: Mark ACPI table declaration as used"Greg Kroah-Hartman
2018-12-12staging: rtl8723bs: change semaphores to completionsArnd Bergmann
2018-12-03Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman
2018-11-26staging: rtl8723bs: remove redundant null check on pregprivWen Yang
2018-11-09staging: rtl8723bs: Add missing return for cfg80211_rtw_get_stationLarry Finger
2018-11-07staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'Christophe JAILLET
2018-10-14staging: rtl8723bs: os_dep: Shift * to be adjacent to pointer nameMamta Shukla
2018-10-11staging: rtl8723bs: os_dep: Remove space after castMamta Shukla
2018-10-11staging: rtl8723bs: os_dep: Remove true and false comparisonMamta Shukla
2018-10-02staging: rtl8723bs: Mark ACPI table declaration as usedNathan Chancellor
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-13staging: rtl8723bs: fix comparsions to trueMichael Straube
2018-07-13staging: rtl8723bs: remove unused codeMichael Straube
2018-07-10staging: rtl8723bs: use mac_pton()Michael Straube
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-02staging: rtl8723bs: remove pointless if else in rtw_sdio_resume()Michael Straube
2018-06-28staging: rtl8723bs: use mac_pton() in rtw_macaddr_cfg()Michael Straube
2018-06-28staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat
2018-06-28staging: rtl8723bs: remove rtw_set_tx_chksum_offload()Michael Straube
2018-06-28staging: rtl8723bs: Fix two possible sleep-in-atomic-context bugs in translat...Jia-Ju Bai
2018-06-28staging: rtl8723bs: remove get_monotonic_boottime()Arnd Bergmann
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor
2018-04-25staging: rtl8723bs: fix rtw_cfg80211_monitor_if_xmit_entry()'s return typeLuc Van Oostenryck
2018-03-29staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja
2018-03-29staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().Quytelda Kahja
2018-03-29staging: rtl8723bs: Remove braces from single statement conditionals.Quytelda Kahja
2018-03-29staging: rtl8723bs: Remove unecessary braces from switch statement.Quytelda Kahja
2018-03-29staging: rtl8723bs: Fix newlines in rtw_wx_set_auth().Quytelda Kahja
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja
2018-03-22Staging:rtl8723bs:Add blank line after declarationPaul McQuade
2018-03-22Staging:rtl8723bs clean up spacesPaul McQuade
2018-03-22Staging:rtl8723bs Remove unnecessary bracesPaul McQuade
2018-03-22Staging:rtl8723bs static variables are always 0Paul McQuade
2018-03-06staging: rtl8723bs: Replace memset with eth_zero_addrArushi Singhal
2018-03-01staging: rtl8723bs: fix u8 less than zero checkColin Ian King