aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-15Staging: rtl8192u: Replace printk() with netdev_dbg()Cristina Opriceana1-4/+4
2015-03-15Staging: rtl8192u: Add function to improve code qualityCristina Opriceana1-62/+67
2015-03-15staging: rtl8192u: Use kzalloc instead of kmalloc.Navya Sri Nizamkari1-2/+1
2015-03-13Staging: rtl8192u: Use __packed instead of __attribute__((packed))Cristina Opriceana1-30/+30
2015-03-09Staging: rtl8192u: Remove unnecessary macro definitionCristina Opriceana1-27/+0
2015-03-09Staging: rtl8192u: Replace #include <asm/string.h>Dilek Uzulmez1-1/+1
2015-03-09Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>Dilek Uzulmez1-1/+1
2015-03-09Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>Dilek Uzulmez1-1/+1
2015-03-06staging: rtl8192x: Remove use of seq_printf return valueJoe Perches1-1/+3
2015-03-06Staging: rtl8192u: ieee80211: dot11d: added parenthesis to RESET_CIE_WATCHDOG macroTolga Ceylan1-1/+1
2015-03-06Staging: rtl9182u: r819xU_firmware: Replaced C99 comments with C89Tolga Ceylan1-16/+17
2015-03-06Staging: rtl8192u: r819xU_firmware: removed commented out assertTolga Ceylan1-2/+0
2015-03-06Staging: rtl8192u: r819xU_firmware: removed commented out variableTolga Ceylan1-1/+0
2015-03-06staging: rtl8192u: r8192U_core: Fix driver_info dereference as a null pointerRickard Strandqvist1-6/+3
2015-03-06Staging: rtl8192u: Replace TRUE with trueKsenija Stanojevic1-4/+4
2015-03-06Staging: drivers: Bool initializations should use true/falseCristina Opriceana5-7/+7