diff options
Diffstat (limited to 'drivers/net/wireless/orinoco/hw.h')
-rw-r--r-- | drivers/net/wireless/orinoco/hw.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco/hw.h b/drivers/net/wireless/orinoco/hw.h index 27b427649d1b..8df6e8752be6 100644 --- a/drivers/net/wireless/orinoco/hw.h +++ b/drivers/net/wireless/orinoco/hw.h | |||
@@ -38,7 +38,8 @@ int __orinoco_hw_set_wap(struct orinoco_private *priv); | |||
38 | int __orinoco_hw_setup_wepkeys(struct orinoco_private *priv); | 38 | int __orinoco_hw_setup_wepkeys(struct orinoco_private *priv); |
39 | int __orinoco_hw_setup_enc(struct orinoco_private *priv); | 39 | int __orinoco_hw_setup_enc(struct orinoco_private *priv); |
40 | int __orinoco_hw_set_tkip_key(struct orinoco_private *priv, int key_idx, | 40 | int __orinoco_hw_set_tkip_key(struct orinoco_private *priv, int key_idx, |
41 | int set_tx, u8 *key, u8 *rsc, u8 *tsc); | 41 | int set_tx, u8 *key, u8 *rsc, size_t rsc_len, |
42 | u8 *tsc, size_t tsc_len); | ||
42 | int orinoco_clear_tkip_key(struct orinoco_private *priv, int key_idx); | 43 | int orinoco_clear_tkip_key(struct orinoco_private *priv, int key_idx); |
43 | int __orinoco_hw_set_multicast_list(struct orinoco_private *priv, | 44 | int __orinoco_hw_set_multicast_list(struct orinoco_private *priv, |
44 | struct dev_addr_list *mc_list, | 45 | struct dev_addr_list *mc_list, |
@@ -50,5 +51,9 @@ int orinoco_hw_get_bitratelist(struct orinoco_private *priv, | |||
50 | int *numrates, s32 *rates, int max); | 51 | int *numrates, s32 *rates, int max); |
51 | int orinoco_hw_trigger_scan(struct orinoco_private *priv, | 52 | int orinoco_hw_trigger_scan(struct orinoco_private *priv, |
52 | const struct cfg80211_ssid *ssid); | 53 | const struct cfg80211_ssid *ssid); |
54 | int orinoco_hw_disassociate(struct orinoco_private *priv, | ||
55 | u8 *addr, u16 reason_code); | ||
56 | int orinoco_hw_get_current_bssid(struct orinoco_private *priv, | ||
57 | u8 *addr); | ||
53 | 58 | ||
54 | #endif /* _ORINOCO_HW_H_ */ | 59 | #endif /* _ORINOCO_HW_H_ */ |