Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259762
b: refs/heads/master
c: 202a208
h: refs/heads/master
v: v3
  • Loading branch information
Henry Ptasinski authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 790b3a4 commit 72b79a2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa51bffb6382ef13d3e61035b3b2c2a1619a21ea
refs/heads/master: 202a208bd2888b6b72355bb1849f641606da928f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/bmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ int brcms_b_detach(struct brcms_c_info *wlc)
}

/* Free shared phy state */
wlc_phy_shared_detach(wlc_hw->phy_sh);
kfree(wlc_hw->phy_sh);

wlc_phy_shim_detach(wlc_hw->physhim);

Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/staging/brcm80211/brcmsmac/phy/phy_cmn.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,13 +506,6 @@ shared_phy_t *wlc_phy_shared_attach(shared_phy_params_t *shp)
return sh;
}

void wlc_phy_shared_detach(shared_phy_t *phy_sh)
{
if (phy_sh) {
kfree(phy_sh);
}
}

wlc_phy_t *wlc_phy_attach(shared_phy_t *sh, void *regs, int bandtype,
char *vars, struct wiphy *wiphy)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/phy/phy_hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ struct shared_phy_params {


extern shared_phy_t *wlc_phy_shared_attach(shared_phy_params_t *shp);
extern void wlc_phy_shared_detach(shared_phy_t *phy_sh);
extern wlc_phy_t *wlc_phy_attach(shared_phy_t *sh, void *regs, int bandtype,
char *vars, struct wiphy *wiphy);
extern void wlc_phy_detach(wlc_phy_t *ppi);
Expand Down

0 comments on commit 72b79a2

Please sign in to comment.