Commit b7526f14 authored by Andres More's avatar Andres More Committed by Greg Kroah-Hartman

staging: vt6656: removed update_BssList definition

Removed an always defined macro, perhaps used to patch the driver
Signed-off-by: default avatarAndres More <more.andres@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5926b9ae
...@@ -182,9 +182,7 @@ if(pDevice->byReAssocCount > 0) { //reject scan when re-associating! ...@@ -182,9 +182,7 @@ if(pDevice->byReAssocCount > 0) { //reject scan when re-associating!
spin_lock_irq(&pDevice->lock); spin_lock_irq(&pDevice->lock);
#ifdef update_BssList
BSSvClearBSSList((void *) pDevice, pDevice->bLinkPass); BSSvClearBSSList((void *) pDevice, pDevice->bLinkPass);
#endif
//mike add: active scan OR passive scan OR desire_ssid scan //mike add: active scan OR passive scan OR desire_ssid scan
if(wrq->length == sizeof(struct iw_scan_req)) { if(wrq->length == sizeof(struct iw_scan_req)) {
......
...@@ -40,11 +40,6 @@ typedef int BOOL; ...@@ -40,11 +40,6 @@ typedef int BOOL;
#define FALSE 0 #define FALSE 0
#endif #endif
//2007-0809-01<Add>by MikeLiu
#ifndef update_BssList
#define update_BssList
#endif
#ifndef WPA_SM_Transtatus #ifndef WPA_SM_Transtatus
#define WPA_SM_Transtatus #define WPA_SM_Transtatus
#endif #endif
......
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