Skip to content

Commit

Permalink
Staging: winbond: sysdef.h Coding style fixes.
Browse files Browse the repository at this point in the history
I fixed the C99 comments and removed commented away code.

Signed-off-by: Lars Lindley <lindley@coyote.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Lars Lindley authored and Greg Kroah-Hartman committed May 11, 2010
1 parent c64ba20 commit 89343a0
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions drivers/staging/winbond/sysdef.h
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
/* Winbond WLAN System Configuration defines */


//
// Winbond WLAN System Configuration defines
//

//=====================================================================
// Current directory is Linux
// The definition WB_LINUX is a keyword for this OS
//=====================================================================
#ifndef SYS_DEF_H
#define SYS_DEF_H
#define WB_LINUX
#define WB_LINUX_WPA_PSK


//#define _IBSS_BEACON_SEQ_STICK_
#define _USE_FALLBACK_RATE_
//#define ANTDIV_DEFAULT_ON

#define _WPA2_ // 20061122 It's needed for current Linux driver

#define _WPA2_

#ifndef _WPA_PSK_DEBUG
#undef _WPA_PSK_DEBUG
#endif

// debug print options, mark what debug you don't need
/* debug print options, mark what debug you don't need */

#ifdef FULL_DEBUG
#define _PE_STATE_DUMP_
Expand Down

0 comments on commit 89343a0

Please sign in to comment.