aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/rtl8723bs/core/rtw_mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-28staging: rtl8723bs: core: remove set but not used 'pframe'Jason Yan1-2/+1
2020-04-28staging: rtl8723bs: core: remove set but not used 'pwrpriv'Jason Yan1-3/+0
2020-03-17Staging: rtl8723bs: rtw_mlme: Remove unnecessary conditionsShreeya Patel1-10/+1
2019-10-15staging: rtl8723bs: remove casts to pointers in kfreeWambui Karuga1-2/+2
2019-10-11staging: rtl8723bs: Remove unnecessary blank linesWambui Karuga1-47/+0
2019-10-11staging: rtl8723bs: Remove comparisons to booleans in conditionals.Wambui Karuga1-15/+14
2019-10-11staging: rtl8723bs: Remove unnecessary braces for single statementsWambui Karuga1-25/+12
2019-10-11staging: rtl8723bs: Remove comparisons to NULL in conditionalsWambui Karuga1-25/+25
2019-10-10staging: rtl8723bs: Remove space before tabJavier F. Arias1-1/+1
2019-10-10staging: rtl8723bs: core: Remove typecast in call to kfreeNachammai Karuppiah1-4/+4
2019-10-07staging: rtl8723bs: Remove set but not used variable 'adapter'zhengbin1-2/+0
2019-09-30staging: rtl8723bs: remove return statements from void functionsMichael Straube1-5/+0
2019-07-03staging: rtl8723bs: Remove rtw_btcoex_IsBtDisabled()Nishka Dasgupta1-1/+1
2019-07-03staging: rtl8723bs: Remove rtw_btcoex_IsBtControlLps()Nishka Dasgupta1-2/+3
2019-07-01staging: rtl8723bs: Remove rtw_hal_networktype_to_raid()Nishka Dasgupta1-1/+1
2019-06-18staging/rtl8723bs/core: Remove redundant call to memsetHariprasad Kelam1-2/+0
2019-06-13staging: rtl8723bs: Remove function rtw_set_scan_deny_timer_hdl()Nishka Dasgupta1-5/+0
2019-06-13staging: rtl8723bs: Replace function rtw_free_network_queue()Nishka Dasgupta1-7/+1
2019-05-20staging: rtl8723bs: Fix boolinit.cocci warningsJeeeun Evans1-1/+1
2019-03-30staging: rtl8723bs: core: rtw_mlme.c: Remove unnecessary parenthesesPayal Kshirsagar1-4/+4
2019-03-24staging: rtl8723bs: Remove function rtw_alloc_network()Nishka Dasgupta1-11/+3
2019-03-24staging: rtl8723bs: core: Remove parenthesesNishka Dasgupta1-5/+5
2019-03-24staging: rtl8723bs: core: Change datatype from sint to intNishka Dasgupta1-1/+1
2019-03-24staging; rtl8723bs: Remove unnecessary function rtw_init_mlme_priv()Nishka Dasgupta1-11/+2
2019-03-18staging: rtl8723bs: Remove Dead Code in core/rtw_mlme.cEmanuel Bennici1-32/+0
2018-12-17Staging: rtl8723bs: Fix code style issue in rtl8723bs driverHardik Singh Rathore1-19/+19
2018-12-12staging: rtl8723bs: change semaphores to completionsArnd Bergmann1-2/+0
2018-09-25staging: rtl8188eu, rtl8723bs: fix spelling mistake "evet" -> "event"Colin Ian King1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor1-9/+1
2018-03-06staging: rtl8723bs: Replace memset with eth_zero_addrArushi Singhal1-1/+2
2017-11-03staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook1-3/+7
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-2/+1
2017-10-03Staging: rtl8723bs: Remove unnecessary commentsShreeya Patel1-3/+0
2017-09-22staging: rtl8723bs: avoid null pointer dereference on pmlmeprivColin Ian King1-2/+1
2017-09-17staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches1-4/+4
2017-08-28staging: rtl8723bs: remove memset before memcpyHimanshu Jha1-2/+0
2017-07-30Staging: rtl8723bs: Do not initialise static to 0.Shreeya Patel1-1/+1
2017-07-30staging: rtl8723bs: fix build when DEBUG_RTL871X is definedStefan Assmann1-2/+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-18staging: rtl8723bs: clean up identical code on an if statementColin Ian King1-5/+1
2017-04-09staging: rtl8723bs: Fix indenting mistakes in core/rtw_mlme.cLarry Finger1-19/+18
2017-04-08staging: Add rtl8723bs sdio wifi driverHans de Goede1-0/+3155