mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-25 00:57:31 +02:00
13 lines
312 B
C
13 lines
312 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_private *priv);
|
||
|
void lbs_sync_channel(struct work_struct *work);
|
||
|
|
||
|
#endif /* _LBS_ASSOC_H */
|