diff options
Diffstat (limited to 'drivers/net/wireless/libertas/decl.h')
-rw-r--r-- | drivers/net/wireless/libertas/decl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/libertas/decl.h b/drivers/net/wireless/libertas/decl.h index 4e22341b4f3d..cadc59d7f77f 100644 --- a/drivers/net/wireless/libertas/decl.h +++ b/drivers/net/wireless/libertas/decl.h | |||
@@ -17,7 +17,7 @@ struct net_device; | |||
17 | struct cmd_ctrl_node; | 17 | struct cmd_ctrl_node; |
18 | struct cmd_ds_command; | 18 | struct cmd_ds_command; |
19 | 19 | ||
20 | int lbs_set_mac_packet_filter(struct lbs_private *priv); | 20 | void lbs_set_mac_control(struct lbs_private *priv); |
21 | 21 | ||
22 | void lbs_send_tx_feedback(struct lbs_private *priv); | 22 | void lbs_send_tx_feedback(struct lbs_private *priv); |
23 | 23 | ||
@@ -49,7 +49,7 @@ int lbs_set_regiontable(struct lbs_private *priv, u8 region, u8 band); | |||
49 | int lbs_process_rxed_packet(struct lbs_private *priv, struct sk_buff *); | 49 | int lbs_process_rxed_packet(struct lbs_private *priv, struct sk_buff *); |
50 | 50 | ||
51 | void lbs_ps_sleep(struct lbs_private *priv, int wait_option); | 51 | void lbs_ps_sleep(struct lbs_private *priv, int wait_option); |
52 | void lbs_ps_confirm_sleep(struct lbs_private *priv, u16 psmode); | 52 | void lbs_ps_confirm_sleep(struct lbs_private *priv); |
53 | void lbs_ps_wakeup(struct lbs_private *priv, int wait_option); | 53 | void lbs_ps_wakeup(struct lbs_private *priv, int wait_option); |
54 | 54 | ||
55 | struct chan_freq_power *lbs_find_cfp_by_band_and_channel( | 55 | struct chan_freq_power *lbs_find_cfp_by_band_and_channel( |
@@ -63,7 +63,6 @@ void lbs_send_iwevcustom_event(struct lbs_private *priv, s8 *str); | |||
63 | 63 | ||
64 | /* main.c */ | 64 | /* main.c */ |
65 | struct chan_freq_power *lbs_get_region_cfp_table(u8 region, | 65 | struct chan_freq_power *lbs_get_region_cfp_table(u8 region, |
66 | u8 band, | ||
67 | int *cfp_no); | 66 | int *cfp_no); |
68 | struct lbs_private *lbs_add_card(void *card, struct device *dmdev); | 67 | struct lbs_private *lbs_add_card(void *card, struct device *dmdev); |
69 | int lbs_remove_card(struct lbs_private *priv); | 68 | int lbs_remove_card(struct lbs_private *priv); |