Skip to content

Commit

Permalink
libertas: moveing mesh-related functions into mesh.c
Browse files Browse the repository at this point in the history
This moves mesh initialization, start/stop and rx/tx handling from
into mesh.c.

Signed-off-by: Holger Schurig <holgerschurig@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Holger Schurig authored and John W. Linville committed Nov 28, 2009
1 parent 5e8e8b5 commit e0e42da
Show file tree
Hide file tree
Showing 6 changed files with 480 additions and 363 deletions.
3 changes: 3 additions & 0 deletions drivers/net/wireless/libertas/decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ int lbs_start_card(struct lbs_private *priv);
void lbs_stop_card(struct lbs_private *priv);
void lbs_host_to_card_done(struct lbs_private *priv);

int lbs_set_mac_address(struct net_device *dev, void *addr);
void lbs_set_multicast_list(struct net_device *dev);

int lbs_suspend(struct lbs_private *priv);
void lbs_resume(struct lbs_private *priv);

Expand Down
Loading

0 comments on commit e0e42da

Please sign in to comment.