diff options
author | David Kilroy <kilroyd@googlemail.com> | 2009-10-07 17:23:32 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:47:47 -0400 |
commit | 3414fc3f527ce74cfca543c37bcb52c8e63b915e (patch) | |
tree | fbf1f09666e9a9f2cbb0c65cebadc401bb4a6ba4 /drivers/net/wireless/orinoco/hw.h | |
parent | 6226811f4eec35c509b931ac900ac074336103f5 (diff) |
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/hw.h')
-rw-r--r-- | drivers/net/wireless/orinoco/hw.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco/hw.h b/drivers/net/wireless/orinoco/hw.h index 8df6e8752be..e2f7fdc4d45 100644 --- a/drivers/net/wireless/orinoco/hw.h +++ b/drivers/net/wireless/orinoco/hw.h | |||
@@ -24,7 +24,8 @@ | |||
24 | struct orinoco_private; | 24 | struct orinoco_private; |
25 | struct dev_addr_list; | 25 | struct dev_addr_list; |
26 | 26 | ||
27 | int determine_fw_capabilities(struct orinoco_private *priv); | 27 | int determine_fw_capabilities(struct orinoco_private *priv, char *fw_name, |
28 | size_t fw_name_len, u32 *hw_ver); | ||
28 | int orinoco_hw_read_card_settings(struct orinoco_private *priv, u8 *dev_addr); | 29 | int orinoco_hw_read_card_settings(struct orinoco_private *priv, u8 *dev_addr); |
29 | int orinoco_hw_allocate_fid(struct orinoco_private *priv); | 30 | int orinoco_hw_allocate_fid(struct orinoco_private *priv); |
30 | int orinoco_get_bitratemode(int bitrate, int automatic); | 31 | int orinoco_get_bitratemode(int bitrate, int automatic); |