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/main.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/main.h')
-rw-r--r-- | drivers/net/wireless/orinoco/main.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/orinoco/main.h b/drivers/net/wireless/orinoco/main.h index af2bae4fe395..21ab36cd76c7 100644 --- a/drivers/net/wireless/orinoco/main.h +++ b/drivers/net/wireless/orinoco/main.h | |||
@@ -29,10 +29,9 @@ struct net_device; | |||
29 | struct work_struct; | 29 | struct work_struct; |
30 | 30 | ||
31 | void set_port_type(struct orinoco_private *priv); | 31 | void set_port_type(struct orinoco_private *priv); |
32 | int __orinoco_program_rids(struct net_device *dev); | 32 | int orinoco_commit(struct orinoco_private *priv); |
33 | void orinoco_reset(struct work_struct *work); | 33 | void orinoco_reset(struct work_struct *work); |
34 | 34 | ||
35 | |||
36 | /* Information element helpers - find a home for these... */ | 35 | /* Information element helpers - find a home for these... */ |
37 | static inline u8 *orinoco_get_ie(u8 *data, size_t len, | 36 | static inline u8 *orinoco_get_ie(u8 *data, size_t len, |
38 | enum ieee80211_eid eid) | 37 | enum ieee80211_eid eid) |