projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
rt2x00: Use the correct size when copying the control info in txdone
[linux-2.6]
/
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
struct assoc_request *lbs_get_association_request(struct lbs_private *priv);
10
11
#endif /* _LBS_ASSOC_H */