diff options
author | David Kilroy <kilroyd@googlemail.com> | 2009-06-18 18:21:19 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 15:01:43 -0400 |
commit | e9e3d0100eae5f254024bd59229ef1be2b719b84 (patch) | |
tree | 61baee2156fa2756b39e1c3de1fbdf8b608e9d46 /drivers/net/wireless/orinoco/hw.h | |
parent | a2d1a42a4b44c97fb83c5bf53af8cd6ab4c6c110 (diff) |
orinoco: Move card reading code into hw.c
This is part of refactorring the initialisation code so that we can
load the firmware before registerring with netdev.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/orinoco/hw.h b/drivers/net/wireless/orinoco/hw.h index f7845b855f76..6186e44f54e9 100644 --- a/drivers/net/wireless/orinoco/hw.h +++ b/drivers/net/wireless/orinoco/hw.h | |||
@@ -24,6 +24,7 @@ struct orinoco_private; | |||
24 | struct dev_addr_list; | 24 | struct dev_addr_list; |
25 | 25 | ||
26 | int determine_fw_capabilities(struct orinoco_private *priv); | 26 | int determine_fw_capabilities(struct orinoco_private *priv); |
27 | int orinoco_hw_read_card_settings(struct orinoco_private *priv, u8 *dev_addr); | ||
27 | int orinoco_get_bitratemode(int bitrate, int automatic); | 28 | int orinoco_get_bitratemode(int bitrate, int automatic); |
28 | void orinoco_get_ratemode_cfg(int ratemode, int *bitrate, int *automatic); | 29 | void orinoco_get_ratemode_cfg(int ratemode, int *bitrate, int *automatic); |
29 | 30 | ||