Removing old functions and comments. Signed-off-by: Malcolm Priestley <tvboxspy@xxxxxxxxx> --- drivers/staging/vt6656/wcmd.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/staging/vt6656/wcmd.c b/drivers/staging/vt6656/wcmd.c index 3c65228..bf41e67 100644 --- a/drivers/staging/vt6656/wcmd.c +++ b/drivers/staging/vt6656/wcmd.c @@ -25,14 +25,9 @@ * Date: May 8, 2003 * * Functions: - * s_vProbeChannel - Active scan channel - * s_MgrMakeProbeRequest - Make ProbeRequest packet - * CommandTimer - Timer function to handle command * vnt_cmd_complete - Command Complete function - * vnt_schedule_command - Push Command and wait Command Scheduler to do - * vCommandTimer- Command call back functions + * vnt_schedule_command - Push Command and wait Command Scheduler to do * vnt_cmd_timer_wait- Call back timer - * s_bClearBSSID_SCAN- Clear BSSID_SCAN cmd in CMD Queue * * Revision History: * @@ -174,7 +169,7 @@ void vnt_run_command(struct work_struct *work) default: break; - } //switch + } vnt_cmd_complete(priv); -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html