diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-10-22 09:30:48 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:48:36 -0400 |
commit | 2d46502dce3c79c3c15ac537cb271911f58d12d1 (patch) | |
tree | 7bf08660d6316121e2b08fad286fdbf75e14128d /drivers/net/wireless/libertas/decl.h | |
parent | 243e84e91ed810f7dca5ba1c2d1a611811948566 (diff) |
libertas: move scan/assoc related stuff
Another cfg80211-preparation patch: removes some code/definitions from
main.c and dev.h and put's it into assoc.c/.h, scan.c/.h.
No function change.
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/decl.h')
-rw-r--r-- | drivers/net/wireless/libertas/decl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/libertas/decl.h b/drivers/net/wireless/libertas/decl.h index 20fa8176cd88..7d8323876c52 100644 --- a/drivers/net/wireless/libertas/decl.h +++ b/drivers/net/wireless/libertas/decl.h | |||
@@ -10,6 +10,9 @@ | |||
10 | 10 | ||
11 | #include "defs.h" | 11 | #include "defs.h" |
12 | 12 | ||
13 | |||
14 | extern const struct ethtool_ops lbs_ethtool_ops; | ||
15 | |||
13 | /** Function Prototype Declaration */ | 16 | /** Function Prototype Declaration */ |
14 | struct lbs_private; | 17 | struct lbs_private; |
15 | struct sk_buff; | 18 | struct sk_buff; |
@@ -33,7 +36,6 @@ u8 lbs_data_rate_to_fw_index(u32 rate); | |||
33 | /** The proc fs interface */ | 36 | /** The proc fs interface */ |
34 | netdev_tx_t lbs_hard_start_xmit(struct sk_buff *skb, | 37 | netdev_tx_t lbs_hard_start_xmit(struct sk_buff *skb, |
35 | struct net_device *dev); | 38 | struct net_device *dev); |
36 | int lbs_set_regiontable(struct lbs_private *priv, u8 region, u8 band); | ||
37 | 39 | ||
38 | int lbs_process_rxed_packet(struct lbs_private *priv, struct sk_buff *); | 40 | int lbs_process_rxed_packet(struct lbs_private *priv, struct sk_buff *); |
39 | 41 | ||
@@ -49,8 +51,6 @@ void lbs_persist_config_init(struct net_device *net); | |||
49 | void lbs_persist_config_remove(struct net_device *net); | 51 | void lbs_persist_config_remove(struct net_device *net); |
50 | 52 | ||
51 | /* main.c */ | 53 | /* main.c */ |
52 | struct chan_freq_power *lbs_get_region_cfp_table(u8 region, | ||
53 | int *cfp_no); | ||
54 | struct lbs_private *lbs_add_card(void *card, struct device *dmdev); | 54 | struct lbs_private *lbs_add_card(void *card, struct device *dmdev); |
55 | void lbs_remove_card(struct lbs_private *priv); | 55 | void lbs_remove_card(struct lbs_private *priv); |
56 | int lbs_start_card(struct lbs_private *priv); | 56 | int lbs_start_card(struct lbs_private *priv); |