diff options
author | Pavel Roskin <proski@gnu.org> | 2005-09-09 18:43:02 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-14 08:30:54 -0400 |
commit | 343c686c04eec556645f251f7d6c9b3d7335dae0 (patch) | |
tree | 2713fbd5e71f7a7dbe94634a1bc4eb81a1ed8af5 /drivers/net/wireless/orinoco.h | |
parent | b81e8e1f4a51556586f72711a165bc3a0de230f3 (diff) |
[PATCH] orinoco: WE-18 support
Author: Jean Tourrilhes <jt@hpl.hp.com>
Signed-off-by: Pavel Roskin <proski@gnu.org>
Use new Wireless Extension API for wireless stats.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/wireless/orinoco.h')
-rw-r--r-- | drivers/net/wireless/orinoco.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/orinoco.h b/drivers/net/wireless/orinoco.h index 2f213a7103fe..c800563034a7 100644 --- a/drivers/net/wireless/orinoco.h +++ b/drivers/net/wireless/orinoco.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <linux/spinlock.h> | 13 | #include <linux/spinlock.h> |
14 | #include <linux/netdevice.h> | 14 | #include <linux/netdevice.h> |
15 | #include <linux/wireless.h> | 15 | #include <linux/wireless.h> |
16 | #include <net/iw_handler.h> | ||
16 | #include <linux/version.h> | 17 | #include <linux/version.h> |
17 | 18 | ||
18 | #include "hermes.h" | 19 | #include "hermes.h" |
@@ -112,9 +113,8 @@ struct orinoco_private { | |||
112 | u16 pm_on, pm_mcast, pm_period, pm_timeout; | 113 | u16 pm_on, pm_mcast, pm_period, pm_timeout; |
113 | u16 preamble; | 114 | u16 preamble; |
114 | #ifdef WIRELESS_SPY | 115 | #ifdef WIRELESS_SPY |
115 | int spy_number; | 116 | struct iw_spy_data spy_data; /* iwspy support */ |
116 | u_char spy_address[IW_MAX_SPY][ETH_ALEN]; | 117 | struct iw_public_data wireless_data; |
117 | struct iw_quality spy_stat[IW_MAX_SPY]; | ||
118 | #endif | 118 | #endif |
119 | 119 | ||
120 | /* Configuration dependent variables */ | 120 | /* Configuration dependent variables */ |