Skip to content

Commit

Permalink
staging: vt6656: removed update_BssList definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andres More authored and Greg Kroah-Hartman committed Jul 22, 2010
1 parent 5926b9a commit b7526f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/vt6656/iwctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down
5 changes: 0 additions & 5 deletions drivers/staging/vt6656/ttype.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7526f1

Please sign in to comment.