aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ray_cs.h
diff options
context:
space:
mode:
authorJean Tourrilhes <jt@hpl.hp.com>2005-09-02 11:40:39 -0700
committerJeff Garzik <jgarzik@pobox.com>2005-09-06 22:43:14 -0400
commit3d5d5ac085c467f05cce85d32985e78912db4a7e (patch)
tree66e44793a25187cb383327e8fa89ddd2d5107522 /drivers/net/wireless/ray_cs.h
parent[PATCH] WE-19 for kernel 2.6.13 (diff)
downloadlinux-dev-3d5d5ac085c467f05cce85d32985e78912db4a7e.tar.xz
linux-dev-3d5d5ac085c467f05cce85d32985e78912db4a7e.zip
[PATCH] ray_cs : WE-17 support
This adds support for WE-17 to the ray_cs driver. Tested with 2.6.13 (with real HW). Signed-off-by: Jean Tourrilhes <jt@hpl.hp.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/wireless/ray_cs.h')
-rw-r--r--drivers/net/wireless/ray_cs.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/net/wireless/ray_cs.h b/drivers/net/wireless/ray_cs.h
index c77afa14fa86..42660fe64bfd 100644
--- a/drivers/net/wireless/ray_cs.h
+++ b/drivers/net/wireless/ray_cs.h
@@ -63,13 +63,10 @@ typedef struct ray_dev_t {
UCHAR last_rsl;
int beacon_rxed;
struct beacon_rx last_bcn;
-#ifdef WIRELESS_EXT
iw_stats wstats; /* Wireless specific stats */
-#endif
#ifdef WIRELESS_SPY
- int spy_number; /* Number of addresses to spy */
- mac_addr spy_address[IW_MAX_SPY + 1]; /* The addresses to spy */
- iw_qual spy_stat[IW_MAX_SPY + 1]; /* Statistics gathered */
+ struct iw_spy_data spy_data;
+ struct iw_public_data wireless_data;
#endif /* WIRELESS_SPY */
} ray_dev_t;