diff options
Diffstat (limited to 'drivers/net/wireless/orinoco/hw.h')
-rw-r--r-- | drivers/net/wireless/orinoco/hw.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/orinoco/hw.h b/drivers/net/wireless/orinoco/hw.h index 8df6e8752be6..9799a1d14a63 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); |
@@ -42,7 +43,7 @@ int __orinoco_hw_set_tkip_key(struct orinoco_private *priv, int key_idx, | |||
42 | u8 *tsc, size_t tsc_len); | 43 | u8 *tsc, size_t tsc_len); |
43 | int orinoco_clear_tkip_key(struct orinoco_private *priv, int key_idx); | 44 | int orinoco_clear_tkip_key(struct orinoco_private *priv, int key_idx); |
44 | int __orinoco_hw_set_multicast_list(struct orinoco_private *priv, | 45 | int __orinoco_hw_set_multicast_list(struct orinoco_private *priv, |
45 | struct dev_addr_list *mc_list, | 46 | struct net_device *dev, |
46 | int mc_count, int promisc); | 47 | int mc_count, int promisc); |
47 | int orinoco_hw_get_essid(struct orinoco_private *priv, int *active, | 48 | int orinoco_hw_get_essid(struct orinoco_private *priv, int *active, |
48 | char buf[IW_ESSID_MAX_SIZE+1]); | 49 | char buf[IW_ESSID_MAX_SIZE+1]); |