summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: Remove unnecessary externsJoe Perches2015-08-157-223/+236
* staging: rtl8192u: r819xU_firmware: fix coding styleKent Gustavsson2015-08-041-1/+2
* staging: rtl8192u: Fix checkpatch issue with comma in r819xU_firmware.cFreeman Zhang2015-08-011-5/+5
* staging: rtl8192u: remove unneeded boolLuis de Bethencourt2015-07-231-8/+1Star
* staging: rtl8192u: remove bool comparisonsLuis de Bethencourt2015-07-238-26/+27
* Staging: rtl8192u: pointer math bug in ieee80211_rx_DELBA()Dan Carpenter2015-07-231-4/+1Star
* Staging: rtl8192u: Replace memset with eth_zero_addrVaishali Thakkar2015-07-151-1/+1
* drivers: staging: rtl8192u: Fix "space required after that ','" errorsGreg Donald2015-07-154-5/+5
* staging: rtl8192u: ieee80211: Fix incorrect type in assignmentGaston Gonzalez2015-06-181-1/+1
* staging: rtl8192u: Removed redundant bool comparisons in r8192U_dm.cHarisangam Sharvari2015-06-131-6/+6
* staging: rtl8192u: ieee80211: Fix sparse endianness warnings ieee80211_softmac.cGaston Gonzalez2015-06-131-5/+5
* Staging: rtl8192u: Remove two useless lines at ieee80211_wep_nullPedro Marzo Perez2015-06-081-2/+0Star
* Staging: rtl8192u: Simplify error check code at prism2_wep_initPedro Marzo Perez2015-06-081-23/+9Star
* staging: rtl8192u: ieee80211: Fix sparse endianness warningsGaston Gonzalez2015-06-081-2/+5
* staging: rtl8192u/ieee80211/ieee80211_softmac.c: auth parse error code byte o...Tolga Ceylan2015-06-081-1/+1
* staging: rtl8192u: r819xU_firmware.h: fix line over 80 charactersBuţiu Alexandru Octavian2015-06-081-1/+2
* staging: drivers: rtl8192u: r819xU_firmware.h: removed commented macroBuţiu Alexandru Octavian2015-06-081-8/+0Star
* staging: rtl8192u: Fix indentation issueChaitanya Dhere2015-06-081-1/+1
* staging: rtl8192u: Patch to modify if, else conditionsChaitanya Dhere2015-06-081-4/+2Star
* Staging: rtl8192u: Correct include indentation and openning braces at new linePedro Marzo Perez2015-05-311-6/+3Star
* staging: rtl8192u: don't redefine container_of()Marti Bolivar2015-05-081-16/+1Star
* rtl8192u: delete another embedded instance of generic reason codesPaul Gortmaker2015-05-081-48/+0Star
* rtl8192u: don't duplicate ieee80211 constants for status/auth/reasonPaul Gortmaker2015-05-081-76/+1Star
* rtl8192u: align local ieee80211_wmm_ac_param struct fields with globalPaul Gortmaker2015-05-082-7/+7
* rtl8192u: promote auth_mode to a full 8 bitsPaul Gortmaker2015-05-081-2/+2
* rtl8192u: don't trample on <linux/ieee80211.h> struct namespacePaul Gortmaker2015-05-088-127/+127
* staging: rtl8192u: Make core functions staticNickolaus Woodruff2015-05-081-7/+7
* Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-081-1/+1
* Staging: rtl8192u: use correct array for debug outputDan Carpenter2015-04-031-1/+1
* Staging: rtl8192 Clean up function definitionEddie Kovsky2015-03-261-1/+1
* staging: rtl8192u: Fix static decleration sparse warning.Cihangir Akturk2015-03-261-2/+2
* Staging: rtl8192u: Fix space issues before '(' and after ')'Haneen Mohammed2015-03-262-59/+59
* Staging: rtl8192u: Add space before open parenthesisHaneen Mohammed2015-03-265-75/+75
* 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 unnecessary spacesHatice ERTÜRK2015-03-201-4/+4
* Staging: rtl8192u: Rename struct to avoid CamelCaseCristina Opriceana2015-03-182-3/+3
* Staging: rtl8192u: Do not add new typedefsCristina Opriceana2015-03-182-8/+9
* Staging: rtl8192u: Simplify if conditionKsenija Stanojevic2015-03-161-1/+1
* 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-165-14/+14
* Staging: rtl8192u: Bool tests don't need comparisonsCristina Opriceana2015-03-164-8/+7Star
* staging: rtl8192u: remove break after returnSupriya Karanth2015-03-161-1/+0Star
* Staging: rtl8192u: Remove unnecessary struct and typedefCristina Opriceana2015-03-161-18/+0Star
* Staging: rtl8192u: Remove unnecessary variableCristina Opriceana2015-03-161-8/+3Star
* Staging: rtl8192u: Combine initialization using setup_timerSomya Anand2015-03-164-47/+24Star
* Staging: rtl8192u: Review phrase and fix spelling errorsCristina Opriceana2015-03-161-13/+13
* Staging: rtl8192u: Fix do not use // c99 comments.Dilek Uzulmez2015-03-161-2/+2
* Staging: rtl8192u: Added #include <linux/uaccess.h> instead of <asm/uaccess.h>Dilek Uzulmez2015-03-161-1/+1
* Staging: rtl8192u: Convert use of __constant_<foo> to <foo>Vaishali Thakkar2015-03-161-1/+1