diff options
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx/wl12xx.h')
-rw-r--r-- | drivers/net/wireless/ti/wl12xx/wl12xx.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/wl12xx.h b/drivers/net/wireless/ti/wl12xx/wl12xx.h index 74cd332e23ef..de1132410876 100644 --- a/drivers/net/wireless/ti/wl12xx/wl12xx.h +++ b/drivers/net/wireless/ti/wl12xx/wl12xx.h | |||
@@ -24,8 +24,16 @@ | |||
24 | 24 | ||
25 | #include "conf.h" | 25 | #include "conf.h" |
26 | 26 | ||
27 | struct wl127x_rx_mem_pool_addr { | ||
28 | u32 addr; | ||
29 | u32 addr_extra; | ||
30 | }; | ||
31 | |||
27 | struct wl12xx_priv { | 32 | struct wl12xx_priv { |
28 | struct wl12xx_priv_conf conf; | 33 | struct wl12xx_priv_conf conf; |
34 | |||
35 | int ref_clock; | ||
36 | int tcxo_clock; | ||
29 | }; | 37 | }; |
30 | 38 | ||
31 | #endif /* __WL12XX_PRIV_H__ */ | 39 | #endif /* __WL12XX_PRIV_H__ */ |