summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: rtl8192u: Clean up tests if NULL returned on failureBhumika Goyal2016-03-121-1/+1
* staging: rtl8192u: Remove create_workqueue()Bhaktipriya Shridhar2016-02-211-8/+5Star
* staging: r8192U: Fix check pointer after usage problemLarry Finger2016-02-081-8/+13
* staging/rtl8192u: fixed typosYannik Schmidt2016-02-081-3/+3
* staging: rtl8192u: use to_delayed_workGeliang Tang2016-02-081-2/+1Star
* Staging: rtl8192u: Remove unused functionKsenija Stanojevic2015-11-161-15/+0Star
* Staging: rtl8192u: Eliminate use of MSECS macroShraddha Barke2015-10-251-1/+1
* rtl8192u: BIT() macro cleanupAnish Bhatt2015-10-131-6/+6
* staging: rtl8192u: r8192U_core: fix negative noise valueLuis de Bethencourt2015-10-131-2/+2
* Staging: rtl8192u: Do not DMA on the stackKsenija Stanojevic2015-10-131-9/+63
* staging: rtl8192u: r8192U_core: add line breaks to keep lines under 80 charac...Raphaël Beamonte2015-09-211-199/+409
* staging: rtl8192u: r8192U_core: fix comments lines over 80 charactersRaphaël Beamonte2015-09-171-79/+153
* staging/rtl8192u: remove unused functionNicolas Joseph2015-09-151-44/+0Star
* staging: rtl8192u: r8192U_core: fix use ether_addr_copy() over memcpy() code ...Raphaël Beamonte2015-09-131-1/+1
* staging: rtl8192u: r8192U_core: fix quoted string split across lines code sty...Raphaël Beamonte2015-09-131-4/+4
* staging: rtl8192u: r8192U_core: fix missing blank line after declarations cod...Raphaël Beamonte2015-09-131-3/+41
* staging: rtl8192u: r8192U_core: fix unnecessary whitespace code style issueRaphaël Beamonte2015-09-131-6/+6
* staging: rtl8192u: r8192U_core: fix unnecessary else after return code style ...Raphaël Beamonte2015-09-131-17/+14Star
* staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issueRaphaël Beamonte2015-09-131-2/+2
* staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style...Raphaël Beamonte2015-09-131-8/+5Star
* staging: rtl8192u: r8192U_core: remove forward declarations in .c fileRaphaël Beamonte2015-09-131-6/+0Star
* staging: rtl8192u: r8192U_core: fix unecessary braces code style issueRaphaël Beamonte2015-09-131-6/+4Star
* staging: rtl8192u: r8192U_core: remove return statement of void functionRaphaël Beamonte2015-09-131-1/+0Star
* staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.hRaphaël Beamonte2015-09-131-1/+1
* staging: rtl8192u: r8192U_core: clean C99 // commentsRaphaël Beamonte2015-09-131-320/+316Star
* staging: rtl8192u: r8192U_core: whitespace neatening to fix consistent spacin...Raphaël Beamonte2015-09-131-144/+144
* staging: rtl8192u: r8192U_core: fix missing struct leading to consistent spac...Raphaël Beamonte2015-09-131-3/+3
* staging: rtl8192u: r8192U_core: fix else following close brace code style errorRaphaël Beamonte2015-09-131-2/+1Star
* staging: rtl8192u: r8192U_core: fix code indent using spaces code style errorRaphaël Beamonte2015-09-131-1/+1
* staging: rtl8192u: r8192U_core: fix space before close parenthesis code style...Raphaël Beamonte2015-09-131-1/+1
* staging: rtl8192u: r8192U_core: fix switch and case indent code style errorRaphaël Beamonte2015-09-131-95/+95
* staging: rtl8192u: remove unneeded boolLuis de Bethencourt2015-07-231-8/+1Star
* staging: rtl8192u: remove bool comparisonsLuis de Bethencourt2015-07-231-3/+4
* rtl8192u: don't trample on <linux/ieee80211.h> struct namespacePaul Gortmaker2015-05-081-6/+6
* staging: rtl8192u: Make core functions staticNickolaus Woodruff2015-05-081-7/+7
* Staging: rtl8192 Clean up function definitionEddie Kovsky2015-03-261-1/+1
* Staging: rtl8192u: Remove function prototype from .c fileCristina Opriceana2015-03-231-1/+0Star
* Staging: rtl8192u: Make function prototypes staticCristina Opriceana2015-03-231-8/+8
* staging: rtl8192u: remove return from end of void functionSupriya Karanth2015-03-161-5/+0Star
* Staging: rtl8192u: Remove parentheses around right side an assignmentHaneen Mohammed2015-03-161-6/+6
* Staging: rtl8192u: Bool tests don't need comparisonsCristina Opriceana2015-03-161-1/+1
* Staging: rtl8192u: Combine initialization using setup_timerSomya Anand2015-03-161-3/+2Star
* staging: rtl8192u: r8192U_core: Fix driver_info dereference as a null pointerRickard Strandqvist2015-03-071-6/+3Star
* Staging: drivers: Bool initializations should use true/falseCristina Opriceana2015-03-071-1/+1
* staging: rtl8192u: remove extra parentheses around right bit shift operationAya Mahfouz2015-03-071-7/+9
* Staging: rtl8192u: Replace TRUE and FALSE macrosKsenija Stanojevic2015-03-021-11/+11
* staging: rtl8192u: rewrite the right hand side of an assignmentAya Mahfouz2015-02-271-2/+2
* staging: rtl8192u: Fix checkpatch.pl warningsKoray Gulcu2014-10-291-6/+12
* staging: rtl8192u: Fix sparse warnings of r8182U_coreKoray Gulcu2014-10-291-5/+5
* staging: rtl8192u: remove unecessary variableTapasweni Pathak2014-09-241-5/+4Star