blob: 08372bbf376131af6079b64bf4723d245f35913e [file] [log] [blame]
Marcelo Tosatti876c9d32007-02-10 12:25:27 -02001/* Copyright (C) 2006, Red Hat, Inc. */
2
Holger Schurig10078322007-11-15 18:05:47 -05003#ifndef _LBS_ASSOC_H_
4#define _LBS_ASSOC_H_
Marcelo Tosatti876c9d32007-02-10 12:25:27 -02005
6#include "dev.h"
7
Holger Schurig10078322007-11-15 18:05:47 -05008void lbs_association_worker(struct work_struct *work);
David Woodhouseaa21c002007-12-08 20:04:36 +00009struct assoc_request *lbs_get_association_request(struct lbs_private *priv);
Holger Schurig10078322007-11-15 18:05:47 -050010void lbs_sync_channel(struct work_struct *work);
Luis Carlos Cobo Rusb8bedef2007-05-30 12:14:34 -040011
Holger Schurig10078322007-11-15 18:05:47 -050012#endif /* _LBS_ASSOC_H */