aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-07-12 14:03:02 -0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-22 11:42:27 -0700
commitb7526f1460259dd6382135b46ced6dfd508efe5e (patch)
tree1a462884aa7e83a9b80a41ebd79965e14f7d123d /drivers/staging/vt6656
parentstaging: vt6656: removed Adhoc_STA definition (diff)
downloadlinux-dev-b7526f1460259dd6382135b46ced6dfd508efe5e.tar.xz
linux-dev-b7526f1460259dd6382135b46ced6dfd508efe5e.zip
staging: vt6656: removed update_BssList definition
Removed an always defined macro, perhaps used to patch the driver Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656')
-rw-r--r--drivers/staging/vt6656/iwctl.c2
-rw-r--r--drivers/staging/vt6656/ttype.h5
2 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/vt6656/iwctl.c b/drivers/staging/vt6656/iwctl.c
index 384ce511e255..b4c405168d26 100644
--- a/drivers/staging/vt6656/iwctl.c
+++ b/drivers/staging/vt6656/iwctl.c
@@ -182,9 +182,7 @@ if(pDevice->byReAssocCount > 0) { //reject scan when re-associating!
spin_lock_irq(&pDevice->lock);
-#ifdef update_BssList
BSSvClearBSSList((void *) pDevice, pDevice->bLinkPass);
-#endif
//mike add: active scan OR passive scan OR desire_ssid scan
if(wrq->length == sizeof(struct iw_scan_req)) {
diff --git a/drivers/staging/vt6656/ttype.h b/drivers/staging/vt6656/ttype.h
index 38191745723a..5677e8044dd1 100644
--- a/drivers/staging/vt6656/ttype.h
+++ b/drivers/staging/vt6656/ttype.h
@@ -40,11 +40,6 @@ typedef int BOOL;
#define FALSE 0
#endif
-//2007-0809-01<Add>by MikeLiu
-#ifndef update_BssList
-#define update_BssList
-#endif
-
#ifndef WPA_SM_Transtatus
#define WPA_SM_Transtatus
#endif