Commit a83a8593 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: wcnd.c clean up comments

Removing old functions and comments.
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 983b65fa
...@@ -25,14 +25,9 @@ ...@@ -25,14 +25,9 @@
* Date: May 8, 2003 * Date: May 8, 2003
* *
* Functions: * Functions:
* s_vProbeChannel - Active scan channel
* s_MgrMakeProbeRequest - Make ProbeRequest packet
* CommandTimer - Timer function to handle command
* vnt_cmd_complete - Command Complete function * vnt_cmd_complete - Command Complete function
* vnt_schedule_command - Push Command and wait Command Scheduler to do * vnt_schedule_command - Push Command and wait Command Scheduler to do
* vCommandTimer- Command call back functions
* vnt_cmd_timer_wait- Call back timer * vnt_cmd_timer_wait- Call back timer
* s_bClearBSSID_SCAN- Clear BSSID_SCAN cmd in CMD Queue
* *
* Revision History: * Revision History:
* *
...@@ -174,7 +169,7 @@ void vnt_run_command(struct work_struct *work) ...@@ -174,7 +169,7 @@ void vnt_run_command(struct work_struct *work)
default: default:
break; break;
} //switch }
vnt_cmd_complete(priv); vnt_cmd_complete(priv);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment