aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-18staging: rtl8723bs: remove unused variablesAastha Gupta1-4/+0
2017-10-18staging: rtl8723bs: remove ternary operators in assignmet statmentsAastha Gupta1-2/+3
2017-10-18Staging: rtl8723bs: core: rtw_cmd: Remove cast to pointer types in kfreeSrishti Sharma1-30/+30
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-2/+1
2017-10-03staging: rtl8723bs: use ARRAY_SIZEJérémy Lefaure2-6/+6
2017-10-03Staging: rtl8723bs: Remove unnecessary commentsShreeya Patel5-15/+0
2017-09-26Staging: rtl8723bs: core: Remove boolean comparisonGeorgiana Chelu1-32/+32
2017-09-22staging: rtl8723bs: avoid null pointer dereference on pmlmeprivColin Ian King1-2/+1
2017-09-17staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches7-73/+71
2017-09-17staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_ofJoe Perches2-8/+8
2017-08-29staging: rtl8723bs: core: remove cast to void pointerHimanshu Jha5-5/+5
2017-08-28staging: rtl8723bs: remove memset before memcpyHimanshu Jha2-3/+0
2017-08-18staging/rtl8723bs: Fix some coding style issues in rtw_odm.c.Tom Gardi1-17/+21
2017-07-30Staging: rtl8723bs: Do not initialise static to 0.Shreeya Patel6-14/+14
2017-07-30staging: rtl8723bs: fix build when DEBUG_RTL871X is definedStefan Assmann1-2/+1
2017-07-30staging: rtl8723bs: rtw_efuse: Fix a misspellXaralampos Mainas1-1/+1
2017-07-16staging: rtl8723bs: Place constant at the right.Shreeya Patel1-1/+1
2017-05-16Staging: rtl8723bs: core: rtw_mlme: Fix spelling issuesAmmly Fredrick1-14/+14
2017-05-15staging: rtl8188eu, rtl8723bs: fix spelling mistake "Cancle" -> "Cancel"Colin Ian King1-2/+2
2017-04-28staging: rtl8723bs: declare private function as staticKenneth Hsu1-1/+2
2017-04-28staging: rtl8723bs: rework debug configuration handlingArnd Bergmann3-11/+8
2017-04-18staging: rtl8723bs: clean up identical code on an if statementColin Ian King1-5/+1
2017-04-18staging: rtl8723bs: remove redundant comparisons of unsigned ints with >= 0Colin Ian King1-3/+3
2017-04-11staging: rtl8723bs: fix spelling mistakes in RT_TRACE messagesColin Ian King2-2/+6
2017-04-11staging: rtl8723bs: Add missing include <linux/of.h> to fix compile errorHans de Goede1-1/+1
2017-04-09staging: rtl8723bs: core: rtw_cmd: drop unneeded null testsJulia Lawall1-4/+2
2017-04-09staging: rtl8723bs: core: rtw_cmd: drop unneeded null testJulia Lawall1-2/+1
2017-04-09staging: rtl8723bs: Fix indenting error in core/rtw_pwrctrl.cLarry Finger1-1/+1
2017-04-09staging: rtl8723bs: Fix indenting problems in core/rtw_odm.cLarry Finger1-4/+6
2017-04-09staging: rtl8723bs: Fix indenting errors and an off-by-one mistake in core/rtw_mlme_ext.cLarry Finger1-13/+12
2017-04-09staging: rtl8723bs: Fix white-space errors in core/rtw_recv.cLarry Finger1-13/+8
2017-04-09staging: rtl8723bs: Fix some white-space errors in core/rtw_security.cLarry Finger1-240/+229
2017-04-09staging: rtl8723bs: Fix indenting problem in core/rtw_sta_mgt.cLarry Finger1-1/+1
2017-04-09staging: rtl8723bs: Fix some indenting problems and a potential data overrunLarry Finger1-5/+5
2017-04-09staging: rtl8723bs: Fix indenting mistakes in core/rtw_mlme.cLarry Finger1-19/+18
2017-04-09staging: rtl8723bs: Fix indenting mistakes in core/rtw_ieee80211.cLarry Finger1-8/+5
2017-04-09staging: rtl8723bs: Fix indenting mistake in core/rtw_ap.cLarry Finger1-52/+47
2017-04-09staging: rtl8723bs: Fix possible usage of NULL pointer in core/rtw_debug.cLarry Finger1-1/+0
2017-04-09staging: rtl8723bs: Fix indenting problems in core/rtw_xmit.cLarry Finger1-5/+5
2017-04-08staging: Add rtl8723bs sdio wifi driverHans de Goede19-0/+32927