~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/wl12xx/ps.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
int wl1271_ps_set_mode(struct wl1271 *wl, enum wl1271_cmd_ps_mode mode,
31
31
                       u32 rates, bool send);
32
32
void wl1271_ps_elp_sleep(struct wl1271 *wl);
33
 
int wl1271_ps_elp_wakeup(struct wl1271 *wl, bool chip_awake);
 
33
int wl1271_ps_elp_wakeup(struct wl1271 *wl);
34
34
void wl1271_elp_work(struct work_struct *work);
 
35
void wl1271_ps_link_start(struct wl1271 *wl, u8 hlid, bool clean_queues);
 
36
void wl1271_ps_link_end(struct wl1271 *wl, u8 hlid);
 
37
 
 
38
#define WL1271_PS_COMPLETE_TIMEOUT 500
35
39
 
36
40
#endif /* __WL1271_PS_H__ */