b43/b43legacy: fix my copyright notices
[linux-2.6] / drivers / net / wireless / libertas / assoc.h
1 /* Copyright (C) 2006, Red Hat, Inc. */
2
3 #ifndef _WLAN_ASSOC_H_
4 #define _WLAN_ASSOC_H_
5
6 #include "dev.h"
7
8 void libertas_association_worker(struct work_struct *work);
9
10 struct assoc_request * wlan_get_association_request(wlan_adapter *adapter);
11
12 void libertas_sync_channel(struct work_struct *work);
13
14 #endif /* _WLAN_ASSOC_H */