[PATCH] prism54: whitespace cleanup
NET: prism54 - whitespace cleanup Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
Jeff Garzik
parent
d18e0c4a54
commit
93b2dd1204
@@ -1,6 +1,5 @@
|
||||
/*
|
||||
*
|
||||
* Copyright (C) 2002 Intersil Americas Inc.
|
||||
* Copyright (C) 2002 Intersil Americas Inc.
|
||||
* Copyright (C) 2003 Herbert Valerio Riedel <hvr@gnu.org>
|
||||
* Copyright (C) 2003 Luis R. Rodriguez <mcgrof@ruslug.rutgers.edu>
|
||||
* Copyright (C) 2003 Aurelien Alleaume <slts@free.fr>
|
||||
@@ -72,12 +71,12 @@ struct islpci_bss_wpa_ie {
|
||||
u8 bssid[ETH_ALEN];
|
||||
u8 wpa_ie[MAX_WPA_IE_LEN];
|
||||
size_t wpa_ie_len;
|
||||
|
||||
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
spinlock_t slock; /* generic spinlock; */
|
||||
|
||||
|
||||
u32 priv_oid;
|
||||
|
||||
/* our mib cache */
|
||||
@@ -85,7 +84,7 @@ typedef struct {
|
||||
struct rw_semaphore mib_sem;
|
||||
void **mib;
|
||||
char nickname[IW_ESSID_MAX_SIZE+1];
|
||||
|
||||
|
||||
/* Take care of the wireless stats */
|
||||
struct work_struct stats_work;
|
||||
struct semaphore stats_sem;
|
||||
@@ -120,7 +119,7 @@ typedef struct {
|
||||
struct net_device *ndev;
|
||||
|
||||
/* device queue interface members */
|
||||
struct isl38xx_cb *control_block; /* device control block
|
||||
struct isl38xx_cb *control_block; /* device control block
|
||||
(== driver_mem_address!) */
|
||||
|
||||
/* Each queue has three indexes:
|
||||
|
Reference in New Issue
Block a user