[ARM] pxa: Gumstix Verdex PCMCIA support
[linux-2.6/verdex.git] / drivers / net / wireless / libertas / assoc.h
blob6e765e9f91a38ec47bc7e256d2d54d6a5dd6916c
1 /* Copyright (C) 2006, Red Hat, Inc. */
3 #ifndef _LBS_ASSOC_H_
4 #define _LBS_ASSOC_H_
6 #include "dev.h"
8 void lbs_association_worker(struct work_struct *work);
9 struct assoc_request *lbs_get_association_request(struct lbs_private *priv);
11 int lbs_adhoc_stop(struct lbs_private *priv);
13 int lbs_cmd_80211_deauthenticate(struct lbs_private *priv,
14 u8 bssid[ETH_ALEN], u16 reason);
16 #endif /* _LBS_ASSOC_H */