diff options
author | Jiri Pirko <jiri@resnulli.us> | 2013-01-06 06:12:51 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-07 09:06:31 +0400 |
commit | 81135548e697a24ab41944c4354953a71b0b9efe (patch) | |
tree | e909fe6680a88c12251e505e2bf0cfd09cbff976 /include/net/cfg80211.h | |
parent | 7826d43f2db45c9305a6e0ba165650e1a203f517 (diff) | |
download | linux-81135548e697a24ab41944c4354953a71b0b9efe.tar.xz |
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 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
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 |