OSDN Git Service

staging: vt6656: removed update_BssList definition
authorAndres More <more.andres@gmail.com>
Mon, 12 Jul 2010 17:03:02 +0000 (14:03 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jul 2010 18:42:27 +0000 (11:42 -0700)
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>
drivers/staging/vt6656/iwctl.c
drivers/staging/vt6656/ttype.h

index 384ce51..b4c4051 100644 (file)
@@ -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)) {
index 3819174..5677e80 100644 (file)
@@ -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