~ubuntu-branches/ubuntu/trusty/broadcom-sta/trusty

« back to all changes in this revision

Viewing changes to i386/src/wl/sys/wl_linux.h

  • Committer: Package Import Robot
  • Author(s): Cyril Lacoux
  • Date: 2011-10-25 08:21:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20111025082113-ve5e5uo77m7v7kfm
Tags: 5.100.82.111-1
* New upstream release.
* Refreshed changelog and license patches.
* Removed obsolete patch 03-linux-2.6.37.patch.
* Bumped standards version to 3.9.2 (No changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10
10
 * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
11
11
 *
12
 
 * $Id: wl_linux.h,v 1.35.2.5.12.1 2010/12/08 23:33:16 Exp $
 
12
 * $Id: wl_linux.h,v 1.35.2.5.12.1 2010-12-08 23:33:16 Exp $
13
13
 */
14
14
 
15
15
#ifndef _wl_linux_h_
51
51
        struct wlc_if *wlcif;           
52
52
        uint subunit;                   
53
53
        bool dev_registed;              
 
54
        int  if_type;                   
54
55
};
55
56
 
56
57
struct rfkill_stuff {
131
132
        struct rfkill_stuff wl_rfkill;
132
133
        mbool last_phyind;
133
134
#endif 
 
135
        struct proc_dir_entry *proc_entry;
134
136
};
135
137
 
 
138
#define HYBRID_PROC     "brcm_monitor"
 
139
 
136
140
#if (defined(NAPI_POLL) && defined(WL_ALL_PASSIVE))
137
141
#error "WL_ALL_PASSIVE cannot co-exists w/ NAPI_POLL"
138
142
#endif