Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228313
b: refs/heads/master
c: d65ddb5
h: refs/heads/master
i:
  228311: a5d6e1f
v: v3
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Dec 8, 2010
1 parent f210516 commit 05cbd68
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 299f8a4658e055d9f9713f7bed45860474544e68
refs/heads/master: d65ddb58325ba2c4fef70f6c9ff542df81e5cdb3
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/sys/wlc_mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ struct wlc_hw_info {
bool forcefastclk; /* true if the h/w is forcing the use of fast clk */
bool clk; /* core is out of reset and has clock */
bool sbclk; /* sb has clock */
bmac_pmq_t *bmac_pmq; /* bmac PM states derived from ucode PMQ */
struct bmac_pmq *bmac_pmq; /* bmac PM states derived from ucode PMQ */
bool phyclk; /* phy is out of reset and has clock */
bool dma_lpbk; /* core is in DMA loopback */

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/sys/wlc_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ typedef struct wl_if wl_if_t;
struct ampdu_info;
struct wlc_ap_info;
struct antsel_info;
typedef struct bmac_pmq bmac_pmq_t;
struct bmac_pmq;

struct d11init;

Expand Down

0 comments on commit 05cbd68

Please sign in to comment.