summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/os_dep
AgeCommit message (Expand)AuthorFilesLines
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor11-99/+11
2018-04-25staging: rtl8723bs: fix rtw_cfg80211_monitor_if_xmit_entry()'s return typeLuc Van Oostenryck1-1/+1
2018-03-29staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja1-8/+8
2018-03-29staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().Quytelda Kahja1-3/+3
2018-03-29staging: rtl8723bs: Remove braces from single statement conditionals.Quytelda Kahja1-9/+9
2018-03-29staging: rtl8723bs: Remove unecessary braces from switch statement.Quytelda Kahja1-27/+23
2018-03-29staging: rtl8723bs: Fix newlines in rtw_wx_set_auth().Quytelda Kahja1-9/+1
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja1-2/+2
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja1-3/+3
2018-03-22Staging:rtl8723bs:Add blank line after declarationPaul McQuade1-0/+1
2018-03-22Staging:rtl8723bs clean up spacesPaul McQuade1-8/+8
2018-03-22Staging:rtl8723bs Remove unnecessary bracesPaul McQuade1-3/+3
2018-03-22Staging:rtl8723bs static variables are always 0Paul McQuade1-1/+1
2018-03-06staging: rtl8723bs: Replace memset with eth_zero_addrArushi Singhal2-5/+7
2018-03-01staging: rtl8723bs: fix u8 less than zero checkColin Ian King1-1/+1
2018-02-22staging: rtl8723bs: Remove unneeded castChristopher Diaz Riveros1-1/+1
2018-02-19staging: rtl8723bs: clean up conditionalsDafna Hirschfeld1-17/+7
2018-01-26staging: rtl8723bs: remove a couple of redundant initializationsColin Ian King1-1/+1
2018-01-09staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt1-1/+1
2017-11-14Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-230/+171
2017-11-03staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook3-26/+20
2017-11-03staging: rtl8723bs: Fix space before '[' error.Arvind Yadav1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18staging: rtl8723bs: remove useless variable rtw_AcceptAddbaReqAastha Gupta1-3/+1
2017-10-18staging: rtl8723bs: rename camelcase bAcceptAddbaReqAastha Gupta1-1/+1
2017-10-18staging: rtl8723bs: Add space after ','Harsha Sharma1-6/+6
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-0/+2
2017-10-03staging: rtl8723bs: use ARRAY_SIZEJérémy Lefaure1-5/+6
2017-09-22staging: rtl8723bs: add missing range check on idColin Ian King1-0/+2
2017-09-18Staging: rtl8723bs/os_dep: Remove typecast in kfreeMeghana Madhyastha1-1/+1
2017-09-18staging: rtl8723bs: Merge assignment with returnHarsha Sharma1-16/+4
2017-09-17staging: rtl8723bs: Change coding style to (foo *bar)Harsha Sharma1-4/+4
2017-09-17staging: rtl8723bs: Remove unnecessary spacesHarsha Sharma1-15/+15
2017-09-17staging: rtl8723bs: Remove unnecessary blank linesHarsha Sharma1-9/+0
2017-09-17staging: rtl8723bs: Remove unneccesary braces and change position of open braceHarsha Sharma1-44/+19
2017-09-17staging: rtl8723bs: Add space between concatenated stringsHarsha Sharma1-25/+25
2017-09-17staging: rtl8723bs: Remove unnecessary spaces at the start of lineHarsha Sharma1-1/+1
2017-09-17staging: rtl8723bs: Add spaces around '?', '==', '||', '!='Harsha Sharma1-6/+6
2017-09-17staging: rtl8723bs: Add spaces around '+', '|', '*'Harsha Sharma1-6/+6
2017-09-17staging: rtl8723bs: Add spaces around '='Harsha Sharma1-10/+10
2017-09-17staging: rtl8723bs: Do not initialise statics to 0Harsha Sharma1-24/+24
2017-09-17staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches4-18/+17
2017-09-17staging: rtl8723bs: convert private allocation functions to return void *Joe Perches1-10/+5
2017-08-29staging: rtl8723bs: os_dep: remove cast to void pointerHimanshu Jha4-6/+6
2017-08-28staging: rtl8723bs: remove memset before memcpyHimanshu Jha1-2/+0
2017-08-27staging: rtl8723bs: remove null check before kfreeHimanshu Jha1-12/+6
2017-08-19rtl8723bs: os_dep: ioctl_linux: fix several braces coding style issues.Teo Dacquet1-698/+298
2017-08-19Staging: rtl8723bs: fix multiple missing spaces coding style problemChristoffer Kjoelbaek1-5/+5
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+1