diff options
author | David Kilroy <kilroyd@googlemail.com> | 2009-06-18 18:21:20 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 15:01:43 -0400 |
commit | 42a51b933034bbed93fa54009c96a482044e5b43 (patch) | |
tree | 46b946a7cb7b82c013caeb320f44b978ce2bc086 /drivers/net/wireless/orinoco/hw.h | |
parent | e9e3d0100eae5f254024bd59229ef1be2b719b84 (diff) |
orinoco: Move FID allocation to 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 6186e44f54e9..89277de90876 100644 --- a/drivers/net/wireless/orinoco/hw.h +++ b/drivers/net/wireless/orinoco/hw.h | |||
@@ -25,6 +25,7 @@ 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_hw_read_card_settings(struct orinoco_private *priv, u8 *dev_addr); |
28 | int orinoco_hw_allocate_fid(struct orinoco_private *priv); | ||
28 | int orinoco_get_bitratemode(int bitrate, int automatic); | 29 | int orinoco_get_bitratemode(int bitrate, int automatic); |
29 | void orinoco_get_ratemode_cfg(int ratemode, int *bitrate, int *automatic); | 30 | void orinoco_get_ratemode_cfg(int ratemode, int *bitrate, int *automatic); |
30 | 31 | ||