Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315339
b: refs/heads/master
c: 0d3b9dd
h: refs/heads/master
i:
  315337: b18e163
  315335: fcb3421
v: v3
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed Jul 10, 2012
1 parent 6d64b0e commit b2b4ab2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: a5fed0c1e48ca6c153e33e63aef406b4ef97cd95
refs/heads/master: 0d3b9dd1a3608eadbd2db157f44bbdd11cf63745
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,8 @@ static bool brcms_b_radio_read_hwdisabled(struct brcms_hardware *wlc_hw)
* accesses phyreg throughput mac. This can be skipped since
* only mac reg is accessed below
*/
flags |= SICF_PCLKE;
if (D11REV_GE(wlc_hw->corerev, 18))
flags |= SICF_PCLKE;

/*
* TODO: test suspend/resume
Expand Down Expand Up @@ -2023,7 +2024,8 @@ void brcms_b_corereset(struct brcms_hardware *wlc_hw, u32 flags)
* phyreg throughput mac, AND phy_reset is skipped at early stage when
* band->pi is invalid. need to enable PHY CLK
*/
flags |= SICF_PCLKE;
if (D11REV_GE(wlc_hw->corerev, 18))
flags |= SICF_PCLKE;

/*
* reset the core
Expand Down

0 comments on commit b2b4ab2

Please sign in to comment.