mirror of https://gitee.com/openkylin/linux.git
staging: vt6656: wcmd.h remove dead macros
AUTHENTICATE_TIMEOUT ASSOCIATE_TIMEOUT Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4a36a96620
commit
7a3391764f
|
@ -31,9 +31,6 @@
|
|||
|
||||
#include "device.h"
|
||||
|
||||
#define AUTHENTICATE_TIMEOUT 1000 //ms
|
||||
#define ASSOCIATE_TIMEOUT 1000 //ms
|
||||
|
||||
/* Command code */
|
||||
enum vnt_cmd {
|
||||
WLAN_CMD_INIT_MAC80211,
|
||||
|
|
Loading…
Reference in New Issue