summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: Add missing return for cfg80211_rtw_get_stationLarry Finger2018-11-091-1/+1
* staging: rtl8723bs: Fix incorrect sense of ether_addr_equalLarry Finger2018-11-071-2/+2
* staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'Christophe JAILLET2018-11-071-1/+1
* staging: rtl8723bs: os_dep: Shift * to be adjacent to pointer nameMamta Shukla2018-10-141-2/+2
* staging: rtl8723bs: fix spelling mistake "Abnrormal" -> "Abnormal"Colin Ian King2018-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: Remove unnecessary parentheses and dead commented codeNathan Chancellor2018-10-091-1/+1
* 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-022-4/+3
* staging: rtl8723bs: Mark ACPI table declaration as usedNathan Chancellor2018-10-021-1/+1
* staging: rtl8723bs: Skip unnecessary field checksAymen Qader2018-09-281-5/+4
* staging: rtl8723bs: fix spelling mistake "toogle" -> "toggle"Colin Ian King2018-09-252-2/+2
* staging: rtl8723bs: fix spelling mistake "unvalid" -> "invalid"Colin Ian King2018-09-251-2/+2
* 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
* staging: rtl8723bs: check for i out of range before accessing szLine[i]Colin Ian King2018-09-101-3/+4
* Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-1821-694/+246
|\
| * staging: rtl8188eu/rtl8723bs: fix character encodingArnd Bergmann2018-07-241-1/+1
| * Merge 4.18-rc5 into staging-nextGreg Kroah-Hartman2018-07-161-1/+1
| |\
| * | staging: rtl8723bs: fix comparsions to trueMichael Straube2018-07-132-17/+17
| * | staging: rtl8723bs: change return type to boolMichael Straube2018-07-132-4/+4
| * | 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: remove unused codeMichael Straube2018-07-131-32/+0
| * | 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: use mac_pton()Michael Straube2018-07-101-40/+1
| * | 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: remove rtw_beamforming.hMichael Straube2018-07-071-127/+0
| * | staging: rtl8723bs: remove rtw_br_ext.hMichael Straube2018-07-071-55/+0
| * | staging: rtl8723bs: remove rtl8192c_rf.hMichael Straube2018-07-062-29/+0
| * | 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: remove pointless if else in rtw_sdio_resume()Michael Straube2018-07-021-17/+2
| * | staging: rtl8723bs: fix line over 80 charactersMichael Straube2018-07-021-1/+1
| * | staging: rtl8723bs: use mac_pton() in rtw_macaddr_cfg()Michael Straube2018-06-282-29/+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: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2018-06-281-5/+5