summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: Remove yield call, replace with cond_resched()Thomas Avery2018-03-291-1/+1
* staging: rtl8723bs: Replace yield() call with cond_resched()Thomas Avery2018-03-291-1/+1
* staging: rtl8723bs: Remove unecessary newlines from 'odm.h'.Quytelda Kahja2018-03-291-27/+0
* staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.Quytelda Kahja2018-03-297-84/+90
* staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.Quytelda Kahja2018-03-295-42/+43
* staging: rtl8723bs: Replace NULL pointer comparison with '!'.Quytelda Kahja2018-03-291-1/+1
* staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.Quytelda Kahja2018-03-291-26/+69
* staging: rtl8723bs: Fix function signature that goes over 80 characters.Quytelda Kahja2018-03-291-1/+2
* staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().Quytelda Kahja2018-03-291-8/+22
* staging: rtl8723bs: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.Quytelda Kahja2018-03-291-7/+0
* staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'.Quytelda Kahja2018-03-291-16/+16
* staging: rtl8723bs: Add missing braces in else statement.Quytelda Kahja2018-03-291-1/+2
* staging: rtl8723bs: Add spaces around ternary operators.Quytelda Kahja2018-03-291-1/+1
* staging: rtl8723bs: Fix lines with trailing open parentheses.Quytelda Kahja2018-03-291-6/+5
* staging: rtl8723bs: Remove unnecessary length #define's.Quytelda Kahja2018-03-292-19/+3
* staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja2018-03-292-12/+8
* staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().Quytelda Kahja2018-03-291-3/+3
* staging: rtl8723bs: Remove braces from single statement conditionals.Quytelda Kahja2018-03-291-9/+9
* staging: rtl8723bs: Remove unecessary braces from switch statement.Quytelda Kahja2018-03-291-27/+23
* staging: rtl8723bs: Fix newlines in rtw_wx_set_auth().Quytelda Kahja2018-03-291-9/+1
* staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja2018-03-293-45/+2
* staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja2018-03-293-8/+3
* staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja2018-03-293-20/+6
* staging: rtl8723bs: Remove #defines shadowing enums in 'linux/ieee80211.h'Quytelda Kahja2018-03-291-56/+0
* staging: rtl8723bs: Remove duplicate #defines.Quytelda Kahja2018-03-281-12/+0
* Staging:rtl8723bs:Add blank line after declarationPaul McQuade2018-03-221-0/+1
* Staging:rtl8723bs clean up spacesPaul McQuade2018-03-221-8/+8
* Staging:rtl8723bs Remove unnecessary bracesPaul McQuade2018-03-221-3/+3
* Staging:rtl8723bs static variables are always 0Paul McQuade2018-03-221-1/+1
* staging: rtl8723bs: core: rtw_cmd: remove unnecessary initializationJi-Hun Kim2018-03-141-1/+1
* staging: rtl8723bs: Replace memset with eth_zero_addrArushi Singhal2018-03-063-6/+9
* staging: rtl8723bs: Remove unnecessary semicolon.Arushi Singhal2018-03-062-2/+2
* staging: rtl8723bs: fix u8 less than zero checkColin Ian King2018-03-011-1/+1
* staging: rtl8723bs: use kmemdup for allocation and copyDafna Hirschfeld2018-03-011-2/+1
* staging: rtl8723bs: Remove unneeded castChristopher Diaz Riveros2018-02-221-1/+1
* staging: rtl8723bs: clean up conditionalsDafna Hirschfeld2018-02-191-17/+7
* staging: rtl8723bs: make 'myid' function to follow kernel coding rulesMaciek Fijalkowski2018-02-161-2/+2
* staging: rtl8723bs: remove a couple of redundant initializationsColin Ian King2018-01-262-2/+2
* Staging: rtl8723bs: Use !x instead of NULL comparisonShreeya Patel2018-01-251-8/+8
* Staging: rtl8723bs: Remove dead codeShreeya Patel2018-01-251-15/+0
* Staging: rtl8723bs: Change names to conform to the kernel codeShreeya Patel2018-01-251-357/+357
* staging: rtl8723bs: hal_com_phycfg: Remove unneeded semicolonsChristopher Díaz Riveros2018-01-221-9/+7
* staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt2018-01-101-1/+1
* staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt2018-01-101-1/+1
* staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt2018-01-091-1/+1
* Staging: rtl8723bs: Do not check for NOT NULL before kfree()Shreeya Patel2017-12-211-3/+1
* Staging: rtl8723bs: Replace true with x and false with !xShreeya Patel2017-12-191-16/+14
* Staging: rtl8723bs: Merge assignment with returnShreeya Patel2017-12-131-35/+18
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1342-536/+478
|\
| * staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook2017-11-0313-74/+69
OpenPOWER on IntegriCloud