blob: d489cf4cc1e204abf122ce2dea7fab8befd45d57 [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);
Luis Carlos Cobo Rusb8bedef2007-05-30 12:14:34 -040010
Holger Schurig10078322007-11-15 18:05:47 -050011#endif /* _LBS_ASSOC_H */