diff options
author | Luciano Coelho <coelho@ti.com> | 2012-06-08 16:43:19 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-08 16:43:19 +0300 |
commit | bf34e68352ac9f8deae3e78c2825ac9fe373e73e (patch) | |
tree | 04af7f5e51c6e49bf04300a125c601c444697766 /drivers/net/wireless/ti/wl12xx/wl12xx.h | |
parent | 2eb278e083549f4eb29838037004054b3b55df62 (diff) | |
parent | 3e3947fffc2ebe8c52891b3fca195172875dc951 (diff) |
Merge branch 'wl12xx-next' into for-linville
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 @@ #include "conf.h" +struct wl127x_rx_mem_pool_addr { + u32 addr; + u32 addr_extra; +}; + struct wl12xx_priv { struct wl12xx_priv_conf conf; + + int ref_clock; + int tcxo_clock; }; #endif /* __WL12XX_PRIV_H__ */ |