69f9032d9d
New typedefs are usually frowned upon. This patch changes libertas_adapter -> struct libertas_adapter libertas_priv -> struct libertas_priv While passing, make everything checkpatch.pl-clean that gets touches. Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Acked-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
13 lines
315 B
C
13 lines
315 B
C
/* Copyright (C) 2006, Red Hat, Inc. */
|
|
|
|
#ifndef _LBS_ASSOC_H_
|
|
#define _LBS_ASSOC_H_
|
|
|
|
#include "dev.h"
|
|
|
|
void lbs_association_worker(struct work_struct *work);
|
|
struct assoc_request *lbs_get_association_request(struct lbs_adapter *adapter);
|
|
void lbs_sync_channel(struct work_struct *work);
|
|
|
|
#endif /* _LBS_ASSOC_H */
|