summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* Staging: rtl8192u: Make function prototypes staticCristina Opriceana2015-03-231-8/+8
* staging: rtl8192u: remove return from end of void functionSupriya Karanth2015-03-161-5/+0
* 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/+2
* staging: rtl8192u: r8192U_core: Fix driver_info dereference as a null pointerRickard Strandqvist2015-03-061-6/+3
* Staging: drivers: Bool initializations should use true/falseCristina Opriceana2015-03-061-1/+1
* staging: rtl8192u: remove extra parentheses around right bit shift operationAya Mahfouz2015-03-061-7/+9
* Staging: rtl8192u: Replace TRUE and FALSE macrosKsenija Stanojevic2015-03-011-11/+11
* staging: rtl8192u: rewrite the right hand side of an assignmentAya Mahfouz2015-02-261-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-231-5/+4
* staging: rtl8192u: delete unused function CAM_read_entryBenedict Boerger2014-09-191-28/+0
* staging: rtl8192u: Move ieee80211_crypto_* declarations to ieee80211/ieee80211.hRagnar B. Johannsson2014-09-191-10/+0
* 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/+252
* staging: rtl8192u/ieee80211: Fix sparse ieee80211_debug_init/_exit not declar...Jeremiah Mahler2014-08-161-2/+0
* staging: rtl8192u: remove unused function.Fernando Apesteguia2014-08-161-22/+0
* staging: rtl8192u: remove misc. unused definesAntoine Schweitzer-Chaput2014-08-161-21/+0
* staging: rtl8192u: remove unused define LOOP_TESTAntoine Schweitzer-Chaput2014-08-161-3/+0
* staging: rtl8192u: remove unused define USB_RX_AGGREGATION_SUPPORTAntoine Schweitzer-Chaput2014-08-161-163/+11
* staging: rtl8192u: remove unused define USB_TX_DRIVER_AGGREGATION_ENABLEAntoine Schweitzer-Chaput2014-08-161-246/+4
* staging: rtl8192u: remove define always set USE_ONE_PIPEAntoine Schweitzer-Chaput2014-08-161-19/+0
* staging: rtl8192u: remove unused define DEBUG_EPROMAntoine Schweitzer-Chaput2014-08-161-13/+0
* staging: rtl8192u: r8192U_core.c: Cleaning up variable is set more than onceRickard Strandqvist2014-06-261-1/+0
* staging: rtl8192u: r8192U_core.c: Cleaning up unclear and confusing codeRickard Strandqvist2014-06-191-3/+2
* Staging: rtl8192u: r8192U_core.c Converted a C99 comment to fix code-style errorChaitanya Hazarey2014-06-191-1/+1
* Staging: rtl8192u: r8192U_core.c Fixed open brace { placementChaitanya Hazarey2014-06-191-46/+23
* Staging: rtl8192u: r8192U_core.c Converted some C99 comments to fix code-styl...Chaitanya Hazarey2014-06-191-17/+17
* Staging: rtl8192u: r8192U_core.c Rearranged statements to fix code-style errorsChaitanya Hazarey2014-06-191-151/+402
* Staging: rtl8192u: r8192U_core.c Added a space after ','Chaitanya Hazarey2014-06-191-11/+11
* staging: rtl8192u: remove checks for CONFIG_RTL8192_PMPaul Bolle2014-05-261-9/+0
* Staging: rtl8192u: Remove old WIRELESS_EXT supportJoel Pelaez Jorge2014-05-241-5/+1
* staging: rtl8192u: r8192U_core.c: Fix to remove null pointer checks that coul...Rickard Strandqvist2014-05-231-3/+0
* staging: rtl8192u: Deleted 'rtl8192_beacon_stop' function in r8192U_core.cAna Rey2014-03-161-18/+0
* staging: rtl8192u: Deleted 'rtl8192_proc_module_remove' function in r8192U_co...Ana Rey2014-03-161-6/+0
* staging: rtl8192u: Deleted 'rtl8192_set_mode' function in r8192U_core.cAna Rey2014-03-161-18/+0
* staging: rtl8192u: Deleted 'rtl819xU_cmd_isr' function in r8192U_core.cAna Rey2014-03-161-5/+0
* staging: rtl8192u: Deleted 'alloc_tx_beacon_desc_ring' function in r8192U_core.cAna Rey2014-03-161-6/+0
* staging: rtl8192u: make in r8192U_core.c the local functions staticAna Rey2014-03-161-39/+41
* staging: rtl8192u: Removed assignments from if statements.Chi Pham2014-03-101-1/+2
* staging:rtl8192u: Fix smatch warning of function definition with external lin...Himangi Saraogi2014-03-081-1/+1
* staging: rtl8192u: use memdup_user to simplify codeTeodora Baluta2013-10-281-8/+3
* Staging: rtl8192u: fix sparse warnings for static functionsTeodora Baluta2013-10-161-24/+29
* staging: rtl8192u: remove #ifdef JOHN_Xenia Ragiadakou2013-10-111-16/+0
OpenPOWER on IntegriCloud