summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: rtl8192u: delete unused function CAM_read_entryBenedict Boerger2014-09-201-28/+0Star
* staging: rtl8192u: Move ieee80211_crypto_* declarations to ieee80211/ieee80211.hRagnar B. Johannsson2014-09-201-10/+0Star
* rtl8192u: remove typedefMartin Kepplinger2014-09-081-3/+3
* drivers: staging: rtl8192u: Fix switch and case should be at the same indent ...Greg Donald2014-08-301-258/+252Star
* staging: rtl8192u/ieee80211: Fix sparse ieee80211_debug_init/_exit not declar...Jeremiah Mahler2014-08-161-2/+0Star
* staging: rtl8192u: remove unused function.Fernando Apesteguia2014-08-161-22/+0Star
* staging: rtl8192u: remove misc. unused definesAntoine Schweitzer-Chaput2014-08-161-21/+0Star
* staging: rtl8192u: remove unused define LOOP_TESTAntoine Schweitzer-Chaput2014-08-161-3/+0Star
* staging: rtl8192u: remove unused define USB_RX_AGGREGATION_SUPPORTAntoine Schweitzer-Chaput2014-08-161-163/+11Star
* staging: rtl8192u: remove unused define USB_TX_DRIVER_AGGREGATION_ENABLEAntoine Schweitzer-Chaput2014-08-161-246/+4Star
* staging: rtl8192u: remove define always set USE_ONE_PIPEAntoine Schweitzer-Chaput2014-08-161-19/+0Star
* staging: rtl8192u: remove unused define DEBUG_EPROMAntoine Schweitzer-Chaput2014-08-161-13/+0Star
* staging: rtl8192u: r8192U_core.c: Cleaning up variable is set more than onceRickard Strandqvist2014-06-271-1/+0Star
* staging: rtl8192u: r8192U_core.c: Cleaning up unclear and confusing codeRickard Strandqvist2014-06-201-3/+2Star
* Staging: rtl8192u: r8192U_core.c Converted a C99 comment to fix code-style errorChaitanya Hazarey2014-06-201-1/+1
* Staging: rtl8192u: r8192U_core.c Fixed open brace { placementChaitanya Hazarey2014-06-201-46/+23Star
* Staging: rtl8192u: r8192U_core.c Converted some C99 comments to fix code-styl...Chaitanya Hazarey2014-06-201-17/+17
* Staging: rtl8192u: r8192U_core.c Rearranged statements to fix code-style errorsChaitanya Hazarey2014-06-201-151/+402
* Staging: rtl8192u: r8192U_core.c Added a space after ','Chaitanya Hazarey2014-06-201-11/+11
* staging: rtl8192u: remove checks for CONFIG_RTL8192_PMPaul Bolle2014-05-271-9/+0Star
* Staging: rtl8192u: Remove old WIRELESS_EXT supportJoel Pelaez Jorge2014-05-231-5/+1Star
* staging: rtl8192u: r8192U_core.c: Fix to remove null pointer checks that coul...Rickard Strandqvist2014-05-231-3/+0Star
* staging: rtl8192u: Deleted 'rtl8192_beacon_stop' function in r8192U_core.cAna Rey2014-03-171-18/+0Star
* staging: rtl8192u: Deleted 'rtl8192_proc_module_remove' function in r8192U_co...Ana Rey2014-03-171-6/+0Star
* staging: rtl8192u: Deleted 'rtl8192_set_mode' function in r8192U_core.cAna Rey2014-03-171-18/+0Star
* staging: rtl8192u: Deleted 'rtl819xU_cmd_isr' function in r8192U_core.cAna Rey2014-03-171-5/+0Star
* staging: rtl8192u: Deleted 'alloc_tx_beacon_desc_ring' function in r8192U_core.cAna Rey2014-03-171-6/+0Star
* staging: rtl8192u: make in r8192U_core.c the local functions staticAna Rey2014-03-171-39/+41
* staging: rtl8192u: Removed assignments from if statements.Chi Pham2014-03-111-1/+2
* staging:rtl8192u: Fix smatch warning of function definition with external lin...Himangi Saraogi2014-03-091-1/+1
* staging: rtl8192u: use memdup_user to simplify codeTeodora Baluta2013-10-281-8/+3Star