summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: core: Remove true and false comparisonMamta Shukla2018-10-091-12/+12
* staging: rtl8723bs: clean up clang warning on extraneous parenthesesColin Ian King2018-10-021-3/+2
* staging: rtl8723bs: Skip unnecessary field checksAymen Qader2018-09-281-5/+4
* staging: rtl8723bs: fix spelling mistake "toogle" -> "toggle"Colin Ian King2018-09-251-1/+1
* staging: rtl8188eu, rtl8723bs: fix spelling mistake "evet" -> "event"Colin Ian King2018-09-251-1/+1
* staging: rtl8723bs: Fix two sleep-in-atomic-context bugs in _rtw_pwr_wakeup()Jia-Ju Bai2018-09-181-2/+2
* staging: rtl8723bs: Fix a sleep-in-atomic-context bug in issue_deauth_ex()Jia-Ju Bai2018-09-181-1/+1
* Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-186-212/+81
|\
| * Merge 4.18-rc5 into staging-nextGreg Kroah-Hartman2018-07-161-1/+1
| |\
| * | staging: rtl8723bs: fix comparsions to trueMichael Straube2018-07-131-3/+3
| * | staging: rtl8723bs: change return type to boolMichael Straube2018-07-131-2/+2
| * | staging: rtl8723bs: refactor rtw_is_cckratesonly_includedMichael Straube2018-07-131-5/+4
| * | staging: rtl8723bs: refactor rtw_is_cckrates_included()Michael Straube2018-07-131-5/+4
| * | staging: rtl8723bs: simplify ratetbl_val_2wifirate()Michael Straube2018-07-111-39/+14
| * | staging: rtl8723bs: fix comparsions to NULLMichael Straube2018-07-111-7/+7
| * | staging: rtl8723bs: remove blank linesMichael Straube2018-07-111-30/+0
| * | staging: rtl8723bs: fix lines over 80 charactersMichael Straube2018-07-111-3/+6
| * | staging: rtl8723bs: add spaces around '|'Michael Straube2018-07-111-4/+4
| * | staging: rtl8723bs: remove braces from single if statementMichael Straube2018-07-081-2/+1
| * | staging: rtl8723bs: add missing blank linesMichael Straube2018-07-081-0/+2
| * | staging: rtl8723bs: remove blank linesMichael Straube2018-07-081-31/+0
| * | staging: rtl8723bs: fix indentationMichael Straube2018-07-081-8/+8
| * | staging: rtl8723bs: replace tab with spaceMichael Straube2018-07-081-3/+3
| * | staging: rtl8723bs: replace while with shorter for loopMichael Straube2018-07-081-9/+3
| * | staging: rtl8723bs: simplify if else statementMichael Straube2018-07-021-5/+1
| * | staging: rtl8723bs: fix comparsion to true/false and brace issuesMichael Straube2018-07-022-7/+6
| * | staging: rtl8723bs: fix line over 80 charactersMichael Straube2018-07-021-1/+1
| * | staging: rtl8723bs: use mac_pton() in rtw_macaddr_cfg()Michael Straube2018-06-281-26/+4
| * | staging: rtl8723bs: use ether_addr_copy() in rtw_macaddr_cfg()Michael Straube2018-06-281-3/+3
| * | staging: rtl8723bs: refactor rtw_macaddr_cfg()Michael Straube2018-06-281-15/+4
| * | staging: rtl8723bs: fix comparsion to NULL - coding styleMichael Straube2018-06-281-2/+2
| * | staging: rtl8723bs: remove rtw_set_tx_chksum_offload()Michael Straube2018-06-281-2/+0
| * | staging: rtl8723bs: Fix comment on variable initHenriette Hofmeier2018-06-281-4/+1
| * | staging: rtl8723bs: Remove unnecessary initializationsHenriette Hofmeier2018-06-281-4/+4
| * | staging: rtl8723bs: Move definition open braceHenriette Hofmeier2018-06-281-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-1/+1
|\ \ \ | | |/ | |/|
| * | staging: rtl8723bs: Prevent an underflow in rtw_check_beacon_data().Murray McAllister2018-07-021-1/+1
| |/
* / staging: rtl: Use existing define with polynomialKrzysztof Kozlowski2018-07-271-3/+2
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor2018-05-1119-171/+19
* staging: rtl8723bs: Remove yield call, replace with cond_resched()Thomas Avery2018-03-291-1/+1
* staging: rtl8723bs: Replace yield() call with cond_resched()Thomas Avery2018-03-291-1/+1
* staging: rtl8723bs: Remove unnecessary length #define's.Quytelda Kahja2018-03-291-3/+3
* 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-1/+1
* staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja2018-03-291-1/+1
* staging: rtl8723bs: core: rtw_cmd: remove unnecessary initializationJi-Hun Kim2018-03-141-1/+1
* staging: rtl8723bs: Replace memset with eth_zero_addrArushi Singhal2018-03-061-1/+2
* staging: rtl8723bs: Remove unnecessary semicolon.Arushi Singhal2018-03-061-1/+1
* Staging: rtl8723bs: Do not check for NOT NULL before kfree()Shreeya Patel2017-12-211-3/+1