summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja2018-03-291-8/+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-291-1/+1
* staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja2018-03-291-2/+2
* staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja2018-03-291-3/+3
* 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: Replace memset with eth_zero_addrArushi Singhal2018-03-062-5/+7
* staging: rtl8723bs: fix u8 less than zero checkColin Ian King2018-03-011-1/+1
* staging: rtl8723bs: Remove unneeded castChristopher Diaz Riveros2018-02-221-1/+1
* staging: rtl8723bs: clean up conditionalsDafna Hirschfeld2018-02-191-17/+7
* staging: rtl8723bs: remove a couple of redundant initializationsColin Ian King2018-01-261-1/+1
* staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt2018-01-091-1/+1
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-137-230/+171
|\
| * staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook2017-11-033-26/+20
| * staging: rtl8723bs: Fix space before '[' error.Arvind Yadav2017-11-031-3/+3
| * staging: rtl8723bs: remove useless variable rtw_AcceptAddbaReqAastha Gupta2017-10-181-3/+1
| * staging: rtl8723bs: rename camelcase bAcceptAddbaReqAastha Gupta2017-10-181-1/+1
| * staging: rtl8723bs: Add space after ','Harsha Sharma2017-10-181-6/+6
| * Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-091-0/+2
| |\
| * | staging: rtl8723bs: use ARRAY_SIZEJérémy Lefaure2017-10-031-5/+6
| * | Staging: rtl8723bs/os_dep: Remove typecast in kfreeMeghana Madhyastha2017-09-181-1/+1
| * | staging: rtl8723bs: Merge assignment with returnHarsha Sharma2017-09-181-16/+4
| * | staging: rtl8723bs: Change coding style to (foo *bar)Harsha Sharma2017-09-171-4/+4
| * | staging: rtl8723bs: Remove unnecessary spacesHarsha Sharma2017-09-171-15/+15
| * | staging: rtl8723bs: Remove unnecessary blank linesHarsha Sharma2017-09-171-9/+0
| * | staging: rtl8723bs: Remove unneccesary braces and change position of open braceHarsha Sharma2017-09-171-44/+19
| * | staging: rtl8723bs: Add space between concatenated stringsHarsha Sharma2017-09-171-25/+25
| * | staging: rtl8723bs: Remove unnecessary spaces at the start of lineHarsha Sharma2017-09-171-1/+1
| * | staging: rtl8723bs: Add spaces around '?', '==', '||', '!='Harsha Sharma2017-09-171-6/+6
| * | staging: rtl8723bs: Add spaces around '+', '|', '*'Harsha Sharma2017-09-171-6/+6
| * | staging: rtl8723bs: Add spaces around '='Harsha Sharma2017-09-171-10/+10
| * | staging: rtl8723bs: Do not initialise statics to 0Harsha Sharma2017-09-171-24/+24
| * | staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches2017-09-174-18/+17
| * | staging: rtl8723bs: convert private allocation functions to return void *Joe Perches2017-09-171-10/+5
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/ |/|
* | staging: rtl8723bs: add missing range check on idColin Ian King2017-09-221-0/+2
|/
* staging: rtl8723bs: os_dep: remove cast to void pointerHimanshu Jha2017-08-294-6/+6
* staging: rtl8723bs: remove memset before memcpyHimanshu Jha2017-08-281-2/+0
* staging: rtl8723bs: remove null check before kfreeHimanshu Jha2017-08-271-12/+6
* rtl8723bs: os_dep: ioctl_linux: fix several braces coding style issues.Teo Dacquet2017-08-181-698/+298
* Staging: rtl8723bs: fix multiple missing spaces coding style problemChristoffer Kjoelbaek2017-08-181-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-3/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-1/+1
| |\
| * | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+1