Re: [PATCH v2 3/4] staging: vt6655: remove dead code

2014-04-19 Thread Guido Martínez
in a different way. Thanks -- Guido Martínez, VanguardiaSur www.vanguardiasur.com.ar ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH v3 0/2] staging: vt6655: style fixes

2014-04-19 Thread Guido Martínez
Update the third and fourth v2 patches to apply cleanly on greg's current tree. Guido Martínez (2): staging: vt6655: remove dead code staging: vt6655: fix checkpatch bracing issues drivers/staging/vt6655/IEEE11h.c | 6 - drivers/staging/vt6655/baseband.c| 101 - drivers

[PATCH v2 0/4] staging: vt6655: style fixes

2014-04-02 Thread Guido Martínez
Miscellaneous style fixes for the vt6655 driver. Should not affect functionality at all. Also remove dead code and some stale comments. Shrink driver size by 1100 lines. Guido Martínez (4): staging: vt6655: fix DBG_PRT and PRINT_K macros staging: vt6655: remove mention of nonexistent function

[PATCH v2 2/4] staging: vt6655: remove mention of nonexistent function CARDbSetBasicRate

2014-04-02 Thread Guido Martínez
Comments mention a function CARDbSetBasicRate, but it never existed in the source tree. Remove all mention of it. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar --- drivers/staging/vt6655/card.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/staging/vt6655

Re: [PATCH 3/3] staging: vt6655: fix checkpatch bracing issues

2014-04-01 Thread Guido Martínez
On Tue, Apr 01, 2014 at 05:13:02PM +0300, Dan Carpenter wrote: On Tue, Apr 01, 2014 at 09:52:13AM -0300, Guido Martínez wrote: @@ -4285,14 +4252,9 @@ vMgrRxManagePacket( case WLAN_FSTYPE_BEACON: // Frame Clase = 0 - HEAD - //DBG_PRT(MSG_LEVEL_DEBUG

Re: [PATCH 1/3] staging: vt6655: fix DBG_PRT and PRINT_K macros

2014-04-01 Thread Guido Martínez
On Tue, Apr 01, 2014 at 09:33:00AM -0700, Greg KH wrote: On Tue, Apr 01, 2014 at 09:52:11AM -0300, Guido Martínez wrote: Parenthesize both macros so they will not break program logic if used within another 'if'. Also fix a usage of DBG_PRT with a missing semicolon. Signed-off-by: Guido