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>
This commit is contained in:
Andres More 2010-07-12 14:03:02 -03:00 committed by Greg Kroah-Hartman
parent 5926b9ae32
commit b7526f1460
2 changed files with 0 additions and 7 deletions

View 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)) {

View 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