aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-212/+81
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-1/+1
2018-07-27staging: rtl: Use existing define with polynomialKrzysztof Kozlowski1-3/+2
2018-07-16Merge 4.18-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2018-07-13staging: rtl8723bs: fix comparsions to trueMichael Straube1-3/+3
2018-07-13staging: rtl8723bs: change return type to boolMichael Straube1-2/+2
2018-07-13staging: rtl8723bs: refactor rtw_is_cckratesonly_includedMichael Straube1-5/+4
2018-07-13staging: rtl8723bs: refactor rtw_is_cckrates_included()Michael Straube1-5/+4
2018-07-11staging: rtl8723bs: simplify ratetbl_val_2wifirate()Michael Straube1-39/+14
2018-07-11staging: rtl8723bs: fix comparsions to NULLMichael Straube1-7/+7
2018-07-11staging: rtl8723bs: remove blank linesMichael Straube1-30/+0
2018-07-11staging: rtl8723bs: fix lines over 80 charactersMichael Straube1-3/+6
2018-07-11staging: rtl8723bs: add spaces around '|'Michael Straube1-4/+4
2018-07-08staging: rtl8723bs: remove braces from single if statementMichael Straube1-2/+1
2018-07-08staging: rtl8723bs: add missing blank linesMichael Straube1-0/+2
2018-07-08staging: rtl8723bs: remove blank linesMichael Straube1-31/+0
2018-07-08staging: rtl8723bs: fix indentationMichael Straube1-8/+8
2018-07-08staging: rtl8723bs: replace tab with spaceMichael Straube1-3/+3
2018-07-08staging: rtl8723bs: replace while with shorter for loopMichael Straube1-9/+3
2018-07-02staging: rtl8723bs: Prevent an underflow in rtw_check_beacon_data().Murray McAllister1-1/+1
2018-07-02staging: rtl8723bs: simplify if else statementMichael Straube1-5/+1
2018-07-02staging: rtl8723bs: fix comparsion to true/false and brace issuesMichael Straube2-7/+6
2018-07-02staging: rtl8723bs: fix line over 80 charactersMichael Straube1-1/+1
2018-06-28staging: rtl8723bs: use mac_pton() in rtw_macaddr_cfg()Michael Straube1-26/+4
2018-06-28staging: rtl8723bs: use ether_addr_copy() in rtw_macaddr_cfg()Michael Straube1-3/+3
2018-06-28staging: rtl8723bs: refactor rtw_macaddr_cfg()Michael Straube1-15/+4
2018-06-28staging: rtl8723bs: fix comparsion to NULL - coding styleMichael Straube1-2/+2
2018-06-28staging: rtl8723bs: remove rtw_set_tx_chksum_offload()Michael Straube1-2/+0
2018-06-28staging: rtl8723bs: Fix comment on variable initHenriette Hofmeier1-4/+1
2018-06-28staging: rtl8723bs: Remove unnecessary initializationsHenriette Hofmeier1-4/+4
2018-06-28staging: rtl8723bs: Move definition open braceHenriette Hofmeier1-2/+4
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor19-171/+19
2018-03-29staging: rtl8723bs: Remove yield call, replace with cond_resched()Thomas Avery1-1/+1
2018-03-29staging: rtl8723bs: Replace yield() call with cond_resched()Thomas Avery1-1/+1
2018-03-29staging: rtl8723bs: Remove unnecessary length #define's.Quytelda Kahja1-3/+3
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja1-1/+1
2018-03-14staging: rtl8723bs: core: rtw_cmd: remove unnecessary initializationJi-Hun Kim1-1/+1
2018-03-06staging: rtl8723bs: Replace memset with eth_zero_addrArushi Singhal1-1/+2
2018-03-06staging: rtl8723bs: Remove unnecessary semicolon.Arushi Singhal1-1/+1
2017-12-21Staging: rtl8723bs: Do not check for NOT NULL before kfree()Shreeya Patel1-3/+1
2017-11-03staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook4-25/+38
2017-11-03staging: rtl8723bs: Fix checkpatch.pl errorSidong Yang1-3/+3
2017-10-18staging: rtl8723bs: hide "nolinked power save" info when not debuggingIcenowy Zheng1-2/+2
2017-10-18staging: rtl8723bs: rtw_mlme_ext: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-18staging: rtl8723bs: remove implicit int->bool conversionsAishwarya Pant1-4/+9
2017-10-18staging: rtl8723bs: rename camelcase bAcceptAddbaReqAastha Gupta4-8/+10
2017-10-18staging: rtl8723bs: Change type to boolAastha Gupta1-4/+4