diff options
author | David Kilroy <kilroyd@googlemail.com> | 2009-06-18 18:21:31 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 15:01:46 -0400 |
commit | 721aa2f75b00399074eb443fdf16d797b4504a36 (patch) | |
tree | da92487be47b18f853b37c54e22bb5f6d44c39ae /drivers/net/wireless/orinoco/hw.h | |
parent | 6415f7df10573bf1ec42644f42bef565127114a1 (diff) |
orinoco: provide generic commit function
This allows changes to be commited from cfg80211 functions.
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 84c108cc0f52..210c2b1b7f97 100644 --- a/drivers/net/wireless/orinoco/hw.h +++ b/drivers/net/wireless/orinoco/hw.h | |||
@@ -29,6 +29,7 @@ int orinoco_hw_allocate_fid(struct orinoco_private *priv); | |||
29 | int orinoco_get_bitratemode(int bitrate, int automatic); | 29 | int orinoco_get_bitratemode(int bitrate, int automatic); |
30 | void orinoco_get_ratemode_cfg(int ratemode, int *bitrate, int *automatic); | 30 | void orinoco_get_ratemode_cfg(int ratemode, int *bitrate, int *automatic); |
31 | 31 | ||
32 | int orinoco_hw_program_rids(struct orinoco_private *priv); | ||
32 | int orinoco_hw_get_tkip_iv(struct orinoco_private *priv, int key, u8 *tsc); | 33 | int orinoco_hw_get_tkip_iv(struct orinoco_private *priv, int key, u8 *tsc); |
33 | int __orinoco_hw_set_bitrate(struct orinoco_private *priv); | 34 | int __orinoco_hw_set_bitrate(struct orinoco_private *priv); |
34 | int orinoco_hw_get_act_bitrate(struct orinoco_private *priv, int *bitrate); | 35 | int orinoco_hw_get_act_bitrate(struct orinoco_private *priv, int *bitrate); |