summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core
Commit message (Expand)AuthorAgeFilesLines
* Staging: rtl8723bs: Do not check for NOT NULL before kfree()Shreeya Patel2017-12-211-3/+1
* staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook2017-11-034-25/+38
* staging: rtl8723bs: Fix checkpatch.pl errorSidong Yang2017-11-031-3/+3
* staging: rtl8723bs: hide "nolinked power save" info when not debuggingIcenowy Zheng2017-10-181-2/+2
* staging: rtl8723bs: rtw_mlme_ext: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-1/+1
* staging: rtl8723bs: remove implicit int->bool conversionsAishwarya Pant2017-10-181-4/+9
* staging: rtl8723bs: rename camelcase bAcceptAddbaReqAastha Gupta2017-10-184-8/+10
* staging: rtl8723bs: Change type to boolAastha Gupta2017-10-181-4/+4
* staging: rtl8723bs: remove unused variablesAastha Gupta2017-10-181-4/+0
* staging: rtl8723bs: remove ternary operators in assignmet statmentsAastha Gupta2017-10-181-2/+3
* Staging: rtl8723bs: core: rtw_cmd: Remove cast to pointer types in kfreeSrishti Sharma2017-10-181-30/+30
* Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-091-2/+1
|\
| * staging: rtl8723bs: avoid null pointer dereference on pmlmeprivColin Ian King2017-09-221-2/+1
* | staging: rtl8723bs: use ARRAY_SIZEJérémy Lefaure2017-10-032-6/+6
* | Staging: rtl8723bs: Remove unnecessary commentsShreeya Patel2017-10-035-15/+0
* | Staging: rtl8723bs: core: Remove boolean comparisonGeorgiana Chelu2017-09-261-32/+32
* | staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches2017-09-177-73/+71
* | staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_ofJoe Perches2017-09-172-8/+8
|/
* staging: rtl8723bs: core: remove cast to void pointerHimanshu Jha2017-08-295-5/+5
* staging: rtl8723bs: remove memset before memcpyHimanshu Jha2017-08-282-3/+0
* staging/rtl8723bs: Fix some coding style issues in rtw_odm.c.Tom Gardi2017-08-181-17/+21
* Staging: rtl8723bs: Do not initialise static to 0.Shreeya Patel2017-07-306-14/+14
* staging: rtl8723bs: fix build when DEBUG_RTL871X is definedStefan Assmann2017-07-301-2/+1
* staging: rtl8723bs: rtw_efuse: Fix a misspellXaralampos Mainas2017-07-301-1/+1
* staging: rtl8723bs: Place constant at the right.Shreeya Patel2017-07-161-1/+1
* Staging: rtl8723bs: core: rtw_mlme: Fix spelling issuesAmmly Fredrick2017-05-161-14/+14
* staging: rtl8188eu, rtl8723bs: fix spelling mistake "Cancle" -> "Cancel"Colin Ian King2017-05-151-2/+2
* staging: rtl8723bs: declare private function as staticKenneth Hsu2017-04-281-1/+2
* staging: rtl8723bs: rework debug configuration handlingArnd Bergmann2017-04-283-11/+8
* staging: rtl8723bs: clean up identical code on an if statementColin Ian King2017-04-181-5/+1
* staging: rtl8723bs: remove redundant comparisons of unsigned ints with >= 0Colin Ian King2017-04-181-3/+3
* staging: rtl8723bs: fix spelling mistakes in RT_TRACE messagesColin Ian King2017-04-112-2/+6
* staging: rtl8723bs: Add missing include <linux/of.h> to fix compile errorHans de Goede2017-04-111-1/+1
* staging: rtl8723bs: core: rtw_cmd: drop unneeded null testsJulia Lawall2017-04-091-4/+2
* staging: rtl8723bs: core: rtw_cmd: drop unneeded null testJulia Lawall2017-04-091-2/+1
* staging: rtl8723bs: Fix indenting error in core/rtw_pwrctrl.cLarry Finger2017-04-091-1/+1
* staging: rtl8723bs: Fix indenting problems in core/rtw_odm.cLarry Finger2017-04-091-4/+6
* staging: rtl8723bs: Fix indenting errors and an off-by-one mistake in core/rt...Larry Finger2017-04-091-13/+12
* staging: rtl8723bs: Fix white-space errors in core/rtw_recv.cLarry Finger2017-04-091-13/+8
* staging: rtl8723bs: Fix some white-space errors in core/rtw_security.cLarry Finger2017-04-091-240/+229
* staging: rtl8723bs: Fix indenting problem in core/rtw_sta_mgt.cLarry Finger2017-04-091-1/+1
* staging: rtl8723bs: Fix some indenting problems and a potential data overrunLarry Finger2017-04-091-5/+5
* staging: rtl8723bs: Fix indenting mistakes in core/rtw_mlme.cLarry Finger2017-04-091-19/+18
* staging: rtl8723bs: Fix indenting mistakes in core/rtw_ieee80211.cLarry Finger2017-04-091-8/+5
* staging: rtl8723bs: Fix indenting mistake in core/rtw_ap.cLarry Finger2017-04-091-52/+47
* staging: rtl8723bs: Fix possible usage of NULL pointer in core/rtw_debug.cLarry Finger2017-04-091-1/+0
* staging: rtl8723bs: Fix indenting problems in core/rtw_xmit.cLarry Finger2017-04-091-5/+5
* staging: Add rtl8723bs sdio wifi driverHans de Goede2017-04-0819-0/+32927