blob: 462931cbf3becda04ba5131f2062d8a2ed4436dd [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);
Marcelo Tosatti876c9d32007-02-10 12:25:27 -02009
Holger Schurig10078322007-11-15 18:05:47 -050010struct assoc_request * lbs_get_association_request(lbs_adapter *adapter);
Marcelo Tosatti876c9d32007-02-10 12:25:27 -020011
Holger Schurig10078322007-11-15 18:05:47 -050012void lbs_sync_channel(struct work_struct *work);
Luis Carlos Cobo Rusb8bedef2007-05-30 12:14:34 -040013
Holger Schurig10078322007-11-15 18:05:47 -050014#endif /* _LBS_ASSOC_H */