diff options
author | David Kilroy <kilroyd@googlemail.com> | 2009-06-18 18:21:18 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 15:01:43 -0400 |
commit | a2d1a42a4b44c97fb83c5bf53af8cd6ab4c6c110 (patch) | |
tree | 549bf23b949ec4670ded86c5bdb5e5bdb7e9589c /drivers/net/wireless/orinoco/hw.h | |
parent | 27bea66c22582853ad2e1de93d26c3016493818b (diff) |
orinoco: Move firmware capability determination 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 dc3f23a9c1c7..f7845b855f76 100644 --- a/drivers/net/wireless/orinoco/hw.h +++ b/drivers/net/wireless/orinoco/hw.h | |||
@@ -23,6 +23,7 @@ | |||
23 | struct orinoco_private; | 23 | 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 orinoco_get_bitratemode(int bitrate, int automatic); | 27 | int orinoco_get_bitratemode(int bitrate, int automatic); |
27 | void orinoco_get_ratemode_cfg(int ratemode, int *bitrate, int *automatic); | 28 | void orinoco_get_ratemode_cfg(int ratemode, int *bitrate, int *automatic); |
28 | 29 | ||