assoc.h 315 B

123456789101112
  1. /* Copyright (C) 2006, Red Hat, Inc. */
  2. #ifndef _LBS_ASSOC_H_
  3. #define _LBS_ASSOC_H_
  4. #include "dev.h"
  5. void lbs_association_worker(struct work_struct *work);
  6. struct assoc_request *lbs_get_association_request(struct lbs_adapter *adapter);
  7. void lbs_sync_channel(struct work_struct *work);
  8. #endif /* _LBS_ASSOC_H */