summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-2/+1Star
|\
| * net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1Star
* | Staging: rtl8723bs: Remove typedef in struct sdio_dataMadhumitha Prabakaran2019-04-162-20/+20
* | staging: rtl8723bs: os_dep: ioctl_linux.c: Remove unnecessary parenthesesPayal Kshirsagar2019-03-301-1/+1
* | Staging: rtl8723bs: Change values to standard error codes in functionsMadhumitha Prabakaran2019-03-191-2/+2
* | staging: rtl8723bs: Remove Dead Functions in os_dep/ioctl_linux.cEmanuel Bennici2019-03-181-36/+0Star
* | staging: rtl8723bs: Remove Dead Code in os_dep/ioctl_linux.cEmanuel Bennici2019-03-181-19/+0Star
* | staging: rtl8723bs: Remove Dead Code in os_dep/os_intfs.cEmanuel Bennici2019-03-181-12/+0Star
* | staging: rtl8723bs: Remove Dead Code in os_dep/os_intfs.cEmanuel Bennici2019-03-181-3/+0Star
* | staging: rtl8723bs: os_dep: Fix space in pointer definitionGuilherme Tadashi Maeoka2019-03-181-1/+1
* | staging: rtl8723bs: os_dep: Fix assignment in if conditionGuilherme Tadashi Maeoka2019-03-181-1/+3
* | staging: rtl8723bs: use kernel_read() instead of open-coded versionJann Horn2019-03-181-16/+7Star
|/
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-2/+2
* Revert "staging: rtl8723bs: Mark ACPI table declaration as used"Greg Kroah-Hartman2019-01-111-1/+1
* staging: rtl8723bs: change semaphores to completionsArnd Bergmann2018-12-122-4/+4
* Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman2018-12-032-2/+2
|\
| * staging: rtl8723bs: Add missing return for cfg80211_rtw_get_stationLarry Finger2018-11-091-1/+1
| * staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'Christophe JAILLET2018-11-071-1/+1
* | staging: rtl8723bs: remove redundant null check on pregprivWen Yang2018-11-261-2/+2
|/
* staging: rtl8723bs: os_dep: Shift * to be adjacent to pointer nameMamta Shukla2018-10-141-2/+2
* staging: rtl8723bs: os_dep: Remove space after castMamta Shukla2018-10-111-7/+7
* staging: rtl8723bs: os_dep: Remove true and false comparisonMamta Shukla2018-10-111-6/+6
* staging: rtl8723bs: Mark ACPI table declaration as usedNathan Chancellor2018-10-021-1/+1
* Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-184-126/+25Star
|\
| * staging: rtl8723bs: fix comparsions to trueMichael Straube2018-07-131-14/+14
| * staging: rtl8723bs: remove unused codeMichael Straube2018-07-131-32/+0Star
| * staging: rtl8723bs: use mac_pton()Michael Straube2018-07-101-40/+1Star
| * staging: rtl8723bs: remove pointless if else in rtw_sdio_resume()Michael Straube2018-07-021-17/+2Star
| * staging: rtl8723bs: use mac_pton() in rtw_macaddr_cfg()Michael Straube2018-06-281-3/+0Star
| * staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2018-06-281-5/+5
| * staging: rtl8723bs: remove rtw_set_tx_chksum_offload()Michael Straube2018-06-281-5/+0Star
| * staging: rtl8723bs: Fix two possible sleep-in-atomic-context bugs in translat...Jia-Ju Bai2018-06-281-2/+2
| * staging: rtl8723bs: remove get_monotonic_boottime()Arnd Bergmann2018-06-281-8/+1Star
* | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-4/+3Star
|/
* staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor2018-05-1111-99/+11Star
* staging: rtl8723bs: fix rtw_cfg80211_monitor_if_xmit_entry()'s return typeLuc Van Oostenryck2018-04-251-1/+1
* staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja2018-03-291-8/+8
* staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().Quytelda Kahja2018-03-291-3/+3
* staging: rtl8723bs: Remove braces from single statement conditionals.Quytelda Kahja2018-03-291-9/+9
* staging: rtl8723bs: Remove unecessary braces from switch statement.Quytelda Kahja2018-03-291-27/+23Star
* staging: rtl8723bs: Fix newlines in rtw_wx_set_auth().Quytelda Kahja2018-03-291-9/+1Star
* staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja2018-03-291-1/+1
* staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja2018-03-291-2/+2
* staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja2018-03-291-3/+3
* Staging:rtl8723bs:Add blank line after declarationPaul McQuade2018-03-221-0/+1
* Staging:rtl8723bs clean up spacesPaul McQuade2018-03-221-8/+8
* Staging:rtl8723bs Remove unnecessary bracesPaul McQuade2018-03-221-3/+3
* Staging:rtl8723bs static variables are always 0Paul McQuade2018-03-221-1/+1
* staging: rtl8723bs: Replace memset with eth_zero_addrArushi Singhal2018-03-062-5/+7
* staging: rtl8723bs: fix u8 less than zero checkColin Ian King2018-03-011-1/+1