staging: brcm80211: replaced typedef bmac_pmq_t by struct bmac_pmq
authorRoland Vossen <rvossen@broadcom.com>
Tue, 7 Dec 2010 16:45:41 +0000 (17:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 8 Dec 2010 22:27:47 +0000 (14:27 -0800)
Code cleanup.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/sys/wlc_mac80211.h
drivers/staging/brcm80211/sys/wlc_types.h

index 2ad37f612f00bb59ccd340b96de808762d5a7800..bfd9ad4118ad20d564d733ef44039908d69e045c 100644 (file)
@@ -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 */
 
index 284e7c350c811e45119c727eff964715ef651243..5f63c48b00fdfa24b94a9e3034bf428518c2c0dd 100644 (file)
@@ -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;
 
This page took 0.029971 seconds and 5 git commands to generate.