summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2013-01-06 03:12:51 +0100
committerDavid S. Miller <davem@davemloft.net>2013-01-07 06:06:31 +0100
commit81135548e697a24ab41944c4354953a71b0b9efe (patch)
treee909fe6680a88c12251e505e2bf0cfd09cbff976 /include/net/cfg80211.h
parentethtool: fix drvinfo strings set in drivers (diff)
downloadlinux-81135548e697a24ab41944c4354953a71b0b9efe.tar.xz
linux-81135548e697a24ab41944c4354953a71b0b9efe.zip
net: use ETHTOOL_FWVERS_LEN instead of ETHTOOL_BUSINFO_LEN for fw_ver strings
Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/net/cfg80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 8e6a6b73b9c9..f78fa19a07b0 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2333,7 +2333,7 @@ struct wiphy {
u32 rts_threshold;
u8 coverage_class;
- char fw_version[ETHTOOL_BUSINFO_LEN];
+ char fw_version[ETHTOOL_FWVERS_LEN];
u32 hw_version;
#ifdef CONFIG_PM