summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore/wlcore_i.h
diff options
context:
space:
mode:
authorYair Shapira <yair.shapira@ti.com>2012-08-07 14:38:21 (GMT)
committerLuciano Coelho <luca@coelho.fi>2012-09-27 09:13:52 (GMT)
commit1defbeb0426b5ca6280369b8fa89f0170420ff40 (patch)
tree5409bfbea6435d52a673d23e9217a89aceb971f2 /drivers/net/wireless/ti/wlcore/wlcore_i.h
parent61932ba59f5278e3f0c9fbded1a1af39ef89333f (diff)
downloadlinux-fsl-qoriq-1defbeb0426b5ca6280369b8fa89f0170420ff40.tar.xz
wlcore/wl18xx: add phy_fw_version_str to debugfs driver_state
add phy_fw_version_str to debugfs driver_state file. information is taken during boot and stored in wl->chip.phy_fw_ver_str. Signed-off-by: Yair Shapira <yair.shapira@ti.com> Signed-off-by: Luciano Coelho <luca@coelho.fi>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/wlcore_i.h')
-rw-r--r--drivers/net/wireless/ti/wlcore/wlcore_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wlcore/wlcore_i.h b/drivers/net/wireless/ti/wlcore/wlcore_i.h
index a7472bf..496e7c6 100644
--- a/drivers/net/wireless/ti/wlcore/wlcore_i.h
+++ b/drivers/net/wireless/ti/wlcore/wlcore_i.h
@@ -123,6 +123,7 @@ struct wl1271_chip {
u32 id;
char fw_ver_str[ETHTOOL_BUSINFO_LEN];
unsigned int fw_ver[NUM_FW_VER];
+ char phy_fw_ver_str[ETHTOOL_BUSINFO_LEN];
};
#define NUM_TX_QUEUES 4