~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to drivers/net/wireless/wl1251/wl1251.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
        PART_TABLE_LEN
130
130
};
131
131
 
 
132
enum wl1251_station_mode {
 
133
        STATION_ACTIVE_MODE,
 
134
        STATION_POWER_SAVE_MODE,
 
135
        STATION_IDLE,
 
136
};
 
137
 
132
138
struct wl1251_partition {
133
139
        u32 size;
134
140
        u32 start;
358
364
 
359
365
        struct delayed_work elp_work;
360
366
 
361
 
        /* we can be in psm, but not in elp, we have to differentiate */
362
 
        bool psm;
 
367
        enum wl1251_station_mode station_mode;
363
368
 
364
369
        /* PSM mode requested */
365
370
        bool psm_requested;