mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 02:59:19 -04:00
staging: brcm80211: replaced typedef bmac_pmq_t by struct bmac_pmq
Code cleanup. Signed-off-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
299f8a4658
commit
d65ddb5832
@@ -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 */
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user