~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_hal.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-3o58a3c1bj7x00rs
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:
18
18
#define _wlc_phy_h_
19
19
 
20
20
#include <wlioctl.h>
21
 
#include <siutils.h>
 
21
#include <aiutils.h>
22
22
#include <d11.h>
23
23
#include <wlc_phy_shim.h>
 
24
#include <net/mac80211.h>       /* struct wiphy */
24
25
 
25
26
#define IDCODE_VER_MASK         0x0000000f
26
27
#define IDCODE_VER_SHIFT        0
149
150
extern shared_phy_t *wlc_phy_shared_attach(shared_phy_params_t *shp);
150
151
extern void wlc_phy_shared_detach(shared_phy_t *phy_sh);
151
152
extern wlc_phy_t *wlc_phy_attach(shared_phy_t *sh, void *regs, int bandtype,
152
 
                                 char *vars);
 
153
                                 char *vars, struct wiphy *wiphy);
153
154
extern void wlc_phy_detach(wlc_phy_t *ppi);
154
155
 
155
156
extern bool wlc_phy_get_phyversion(wlc_phy_t *pih, u16 *phytype,