]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - drivers/net/wireless/libertas/assoc.h
462931cbf3becda04ba5131f2062d8a2ed4436dd
[linux-2.6.git] / drivers / net / wireless / libertas / assoc.h
1 /* Copyright (C) 2006, Red Hat, Inc. */
2
3 #ifndef _LBS_ASSOC_H_
4 #define _LBS_ASSOC_H_
5
6 #include "dev.h"
7
8 void lbs_association_worker(struct work_struct *work);
9
10 struct assoc_request * lbs_get_association_request(lbs_adapter *adapter);
11
12 void lbs_sync_channel(struct work_struct *work);
13
14 #endif /* _LBS_ASSOC_H */