Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / net / wireless / libertas / assoc.h
blob08372bbf376131af6079b64bf4723d245f35913e
1 /* Copyright (C) 2006, Red Hat, Inc. */
3 #ifndef _LBS_ASSOC_H_
4 #define _LBS_ASSOC_H_
6 #include "dev.h"
8 void lbs_association_worker(struct work_struct *work);
9 struct assoc_request *lbs_get_association_request(struct lbs_private *priv);
10 void lbs_sync_channel(struct work_struct *work);
12 #endif /* _LBS_ASSOC_H */