aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Staging: rtl8192u: Clean up tests if NULL returned on failureBhumika Goyal1-1/+1
2016-02-20staging: rtl8192u: Remove create_workqueue()Bhaktipriya Shridhar1-8/+5
2016-02-07staging: r8192U: Fix check pointer after usage problemLarry Finger1-8/+13
2016-02-07staging/rtl8192u: fixed typosYannik Schmidt1-3/+3
2016-02-07staging: rtl8192u: use to_delayed_workGeliang Tang1-2/+1
2015-11-15Staging: rtl8192u: Remove unused functionKsenija Stanojevic1-15/+0
2015-10-24Staging: rtl8192u: Eliminate use of MSECS macroShraddha Barke1-1/+1
2015-10-13rtl8192u: BIT() macro cleanupAnish Bhatt1-6/+6
2015-10-12staging: rtl8192u: r8192U_core: fix negative noise valueLuis de Bethencourt1-2/+2
2015-10-12Staging: rtl8192u: Do not DMA on the stackKsenija Stanojevic1-9/+63
2015-09-20staging: rtl8192u: r8192U_core: add line breaks to keep lines under 80 charactersRaphaël Beamonte1-199/+409
2015-09-16staging: rtl8192u: r8192U_core: fix comments lines over 80 charactersRaphaël Beamonte1-79/+153
2015-09-15staging/rtl8192u: remove unused functionNicolas Joseph1-44/+0
2015-09-12staging: rtl8192u: r8192U_core: fix use ether_addr_copy() over memcpy() code style issueRaphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: fix quoted string split across lines code style issueRaphaël Beamonte1-4/+4
2015-09-12staging: rtl8192u: r8192U_core: fix missing blank line after declarations code style issueRaphaël Beamonte1-3/+41
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary whitespace code style issueRaphaël Beamonte1-6/+6
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary else after return code style issueRaphaël Beamonte1-17/+14
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issueRaphaël Beamonte1-2/+2
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style issueRaphaël Beamonte1-8/+5
2015-09-12staging: rtl8192u: r8192U_core: remove forward declarations in .c fileRaphaël Beamonte1-6/+0
2015-09-12staging: rtl8192u: r8192U_core: fix unecessary braces code style issueRaphaël Beamonte1-6/+4
2015-09-12staging: rtl8192u: r8192U_core: remove return statement of void functionRaphaël Beamonte1-1/+0
2015-09-12staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.hRaphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: clean C99 // commentsRaphaël Beamonte1-320/+316
2015-09-12staging: rtl8192u: r8192U_core: whitespace neatening to fix consistent spacing code style errorsRaphaël Beamonte1-144/+144
2015-09-12staging: rtl8192u: r8192U_core: fix missing struct leading to consistent spacing code style errorRaphaël Beamonte1-3/+3
2015-09-12staging: rtl8192u: r8192U_core: fix else following close brace code style errorRaphaël Beamonte1-2/+1
2015-09-12staging: rtl8192u: r8192U_core: fix code indent using spaces code style errorRaphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: fix space before close parenthesis code style errorRaphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: fix switch and case indent code style errorRaphaël Beamonte1-95/+95
2015-07-22staging: rtl8192u: remove unneeded boolLuis de Bethencourt1-8/+1
2015-07-22staging: rtl8192u: remove bool comparisonsLuis de Bethencourt1-3/+4
2015-05-08rtl8192u: don't trample on <linux/ieee80211.h> struct namespacePaul Gortmaker1-6/+6
2015-05-08staging: rtl8192u: Make core functions staticNickolaus Woodruff1-7/+7
2015-03-26Staging: rtl8192 Clean up function definitionEddie Kovsky1-1/+1
2015-03-23Staging: rtl8192u: Remove function prototype from .c fileCristina Opriceana1-1/+0
2015-03-23Staging: rtl8192u: Make function prototypes staticCristina Opriceana1-8/+8
2015-03-16staging: rtl8192u: remove return from end of void functionSupriya Karanth1-5/+0
2015-03-16Staging: rtl8192u: Remove parentheses around right side an assignmentHaneen Mohammed1-6/+6
2015-03-16Staging: rtl8192u: Bool tests don't need comparisonsCristina Opriceana1-1/+1
2015-03-16Staging: rtl8192u: Combine initialization using setup_timerSomya Anand1-3/+2
2015-03-06staging: rtl8192u: r8192U_core: Fix driver_info dereference as a null pointerRickard Strandqvist1-6/+3
2015-03-06Staging: drivers: Bool initializations should use true/falseCristina Opriceana1-1/+1
2015-03-06staging: rtl8192u: remove extra parentheses around right bit shift operationAya Mahfouz1-7/+9
2015-03-01Staging: rtl8192u: Replace TRUE and FALSE macrosKsenija Stanojevic1-11/+11
2015-02-26staging: rtl8192u: rewrite the right hand side of an assignmentAya Mahfouz1-2/+2
2014-10-29staging: rtl8192u: Fix checkpatch.pl warningsKoray Gulcu1-6/+12
2014-10-29staging: rtl8192u: Fix sparse warnings of r8182U_coreKoray Gulcu1-5/+5
2014-09-23staging: rtl8192u: remove unecessary variableTapasweni Pathak1-5/+4