aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-14staging: rtl8192u: Remove unnecessary externsJoe Perches7-223/+236
2015-08-03staging: rtl8192u: r819xU_firmware: fix coding styleKent Gustavsson1-1/+2
2015-07-31staging: rtl8192u: Fix checkpatch issue with comma in r819xU_firmware.cFreeman Zhang1-5/+5
2015-07-22staging: rtl8192u: remove unneeded boolLuis de Bethencourt1-8/+1
2015-07-22staging: rtl8192u: remove bool comparisonsLuis de Bethencourt8-26/+27
2015-07-22Staging: rtl8192u: pointer math bug in ieee80211_rx_DELBA()Dan Carpenter1-4/+1
2015-07-14Staging: rtl8192u: Replace memset with eth_zero_addrVaishali Thakkar1-1/+1
2015-07-14drivers: staging: rtl8192u: Fix "space required after that ','" errorsGreg Donald4-5/+5
2015-06-17staging: rtl8192u: ieee80211: Fix incorrect type in assignmentGaston Gonzalez1-1/+1
2015-06-12staging: rtl8192u: Removed redundant bool comparisons in r8192U_dm.cHarisangam Sharvari1-6/+6
2015-06-12staging: rtl8192u: ieee80211: Fix sparse endianness warnings ieee80211_softmac.cGaston Gonzalez1-5/+5
2015-06-08Staging: rtl8192u: Remove two useless lines at ieee80211_wep_nullPedro Marzo Perez1-2/+0
2015-06-08Staging: rtl8192u: Simplify error check code at prism2_wep_initPedro Marzo Perez1-23/+9
2015-06-08staging: rtl8192u: ieee80211: Fix sparse endianness warningsGaston Gonzalez1-2/+5
2015-06-08staging: rtl8192u/ieee80211/ieee80211_softmac.c: auth parse error code byte order fixTolga Ceylan1-1/+1
2015-06-08staging: rtl8192u: r819xU_firmware.h: fix line over 80 charactersBuţiu Alexandru Octavian1-1/+2
2015-06-08staging: drivers: rtl8192u: r819xU_firmware.h: removed commented macroBuţiu Alexandru Octavian1-8/+0
2015-06-08staging: rtl8192u: Fix indentation issueChaitanya Dhere1-1/+1
2015-06-08staging: rtl8192u: Patch to modify if, else conditionsChaitanya Dhere1-4/+2
2015-05-31Staging: rtl8192u: Correct include indentation and openning braces at new linePedro Marzo Perez1-6/+3
2015-05-08staging: rtl8192u: don't redefine container_of()Marti Bolivar1-16/+1
2015-05-08rtl8192u: delete another embedded instance of generic reason codesPaul Gortmaker1-48/+0
2015-05-08rtl8192u: don't duplicate ieee80211 constants for status/auth/reasonPaul Gortmaker1-76/+1
2015-05-08rtl8192u: align local ieee80211_wmm_ac_param struct fields with globalPaul Gortmaker2-7/+7
2015-05-08rtl8192u: promote auth_mode to a full 8 bitsPaul Gortmaker1-2/+2
2015-05-08rtl8192u: don't trample on <linux/ieee80211.h> struct namespacePaul Gortmaker8-127/+127
2015-05-08staging: rtl8192u: Make core functions staticNickolaus Woodruff1-7/+7
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia1-1/+1
2015-04-03Staging: rtl8192u: use correct array for debug outputDan Carpenter1-1/+1
2015-03-26Staging: rtl8192 Clean up function definitionEddie Kovsky1-1/+1
2015-03-26staging: rtl8192u: Fix static decleration sparse warning.Cihangir Akturk1-2/+2
2015-03-26Staging: rtl8192u: Fix space issues before '(' and after ')'Haneen Mohammed2-59/+59
2015-03-26Staging: rtl8192u: Add space before open parenthesisHaneen Mohammed5-75/+75
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-20Staging: rtl8192u: Remove unnecessary spacesHatice ERTÜRK1-4/+4
2015-03-18Staging: rtl8192u: Rename struct to avoid CamelCaseCristina Opriceana2-3/+3
2015-03-18Staging: rtl8192u: Do not add new typedefsCristina Opriceana2-8/+9
2015-03-16Staging: rtl8192u: Simplify if conditionKsenija Stanojevic1-1/+1
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 Mohammed5-14/+14
2015-03-16Staging: rtl8192u: Bool tests don't need comparisonsCristina Opriceana4-8/+7
2015-03-16staging: rtl8192u: remove break after returnSupriya Karanth1-1/+0
2015-03-16Staging: rtl8192u: Remove unnecessary struct and typedefCristina Opriceana1-18/+0
2015-03-16Staging: rtl8192u: Remove unnecessary variableCristina Opriceana1-8/+3
2015-03-16Staging: rtl8192u: Combine initialization using setup_timerSomya Anand4-47/+24
2015-03-16Staging: rtl8192u: Review phrase and fix spelling errorsCristina Opriceana1-13/+13
2015-03-16Staging: rtl8192u: Fix do not use // c99 comments.Dilek Uzulmez1-2/+2
2015-03-16Staging: rtl8192u: Added #include <linux/uaccess.h> instead of <asm/uaccess.h>Dilek Uzulmez1-1/+1
2015-03-16Staging: rtl8192u: Convert use of __constant_<foo> to <foo>Vaishali Thakkar1-1/+1