diff options
author | David Kilroy <kilroyd@googlemail.com> | 2009-10-07 22:23:32 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:47:47 -0400 |
commit | 3414fc3f527ce74cfca543c37bcb52c8e63b915e (patch) | |
tree | fbf1f09666e9a9f2cbb0c65cebadc401bb4a6ba4 /drivers/net/wireless/orinoco/orinoco.h | |
parent | 6226811f4eec35c509b931ac900ac074336103f5 (diff) | |
download | linux-3414fc3f527ce74cfca543c37bcb52c8e63b915e.tar.gz linux-3414fc3f527ce74cfca543c37bcb52c8e63b915e.tar.bz2 linux-3414fc3f527ce74cfca543c37bcb52c8e63b915e.zip |
orinoco: use cfg80211 ethtool ops
Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/orinoco/orinoco.h')
-rw-r--r-- | drivers/net/wireless/orinoco/orinoco.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco/orinoco.h b/drivers/net/wireless/orinoco/orinoco.h index 9ac6f1dda4b0..665ef56f8382 100644 --- a/drivers/net/wireless/orinoco/orinoco.h +++ b/drivers/net/wireless/orinoco/orinoco.h @@ -93,7 +93,6 @@ struct orinoco_private { /* Capabilities of the hardware/firmware */ fwtype_t firmware_type; - char fw_name[32]; int ibss_port; int nicbuf_size; u16 channel_mask; |