2007-02-10 22:25:27 +08:00
|
|
|
/* Copyright (C) 2006, Red Hat, Inc. */
|
|
|
|
|
2007-11-16 07:05:47 +08:00
|
|
|
#ifndef _LBS_ASSOC_H_
|
|
|
|
#define _LBS_ASSOC_H_
|
2007-02-10 22:25:27 +08:00
|
|
|
|
|
|
|
#include "dev.h"
|
|
|
|
|
2007-11-16 07:05:47 +08:00
|
|
|
void lbs_association_worker(struct work_struct *work);
|
2007-12-09 04:04:36 +08:00
|
|
|
struct assoc_request *lbs_get_association_request(struct lbs_private *priv);
|
2007-11-16 07:05:47 +08:00
|
|
|
void lbs_sync_channel(struct work_struct *work);
|
2007-05-31 00:14:34 +08:00
|
|
|
|
2007-11-16 07:05:47 +08:00
|
|
|
#endif /* _LBS_ASSOC_H */
|