1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-13 12:11:55 +02:00
ryd 7a4bdab850 * adding network config for olpc
* adding libertas
* config issue
* quiet mode for bootloader


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-15 19:59:21 +00:00

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 */