summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore/io.c
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2012-04-11 07:54:52 (GMT)
committerLuciano Coelho <coelho@ti.com>2012-04-12 05:43:57 (GMT)
commit4ded91ced98c3d35c0d36e9ac5e69589f7aad04a (patch)
tree79381dfe96017c25d4e189a20ab8958fdcdcafe1 /drivers/net/wireless/ti/wlcore/io.c
parent6f7dd16cb125468a5393861c22fbecfb52dd9653 (diff)
downloadlinux-4ded91ced98c3d35c0d36e9ac5e69589f7aad04a.tar.xz
wlcore/wl12xx: move get_pg_ver to the lower driver
The PG version depends on the actual hardware. This commit moves the code used to read the PG version to the lower driver, by adding the get_pg_ver hardware operation. Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/io.c')
-rw-r--r--drivers/net/wireless/ti/wlcore/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wlcore/io.c b/drivers/net/wireless/ti/wlcore/io.c
index 30c60e3..08cfa39 100644
--- a/drivers/net/wireless/ti/wlcore/io.c
+++ b/drivers/net/wireless/ti/wlcore/io.c
@@ -219,3 +219,4 @@ u16 wl1271_top_reg_read(struct wl1271 *wl, int addr)
return 0xffff;
}
}
+EXPORT_SYMBOL_GPL(wl1271_top_reg_read);