patch-2.4.6 linux/drivers/net/wireless/orinoco.h
Next file: linux/drivers/net/wireless/orinoco_cs.c
Previous file: linux/drivers/net/wireless/orinoco.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Jun 11 19:15:27 2001
- Orig file:
v2.4.5/linux/drivers/net/wireless/orinoco.h
- Orig date:
Mon May 7 19:42:14 2001
diff -u --recursive --new-file v2.4.5/linux/drivers/net/wireless/orinoco.h linux/drivers/net/wireless/orinoco.h
@@ -44,6 +44,8 @@
typedef struct dldwd_priv {
void* card; /* Pointer to card dependant structure */
+ /* card dependant extra reset code (i.e. bus/interface specific */
+ int (*card_reset_handler)(struct dldwd_priv *);
spinlock_t lock;
long state;
@@ -72,7 +74,7 @@
int has_mwo;
int has_pm;
int has_preamble;
- int broken_reset, broken_allocate;
+ int need_card_reset, broken_reset, broken_allocate;
uint16_t channel_mask;
/* Current configuration */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)