diff options
author | Jiri Pirko <jiri@resnulli.us> | 2013-01-05 21:12:51 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-07 00:06:31 -0500 |
commit | 81135548e697a24ab41944c4354953a71b0b9efe (patch) | |
tree | e909fe6680a88c12251e505e2bf0cfd09cbff976 /include/net/cfg80211.h | |
parent | 7826d43f2db45c9305a6e0ba165650e1a203f517 (diff) |
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 { | |||
2333 | u32 rts_threshold; | 2333 | u32 rts_threshold; |
2334 | u8 coverage_class; | 2334 | u8 coverage_class; |
2335 | 2335 | ||
2336 | char fw_version[ETHTOOL_BUSINFO_LEN]; | 2336 | char fw_version[ETHTOOL_FWVERS_LEN]; |
2337 | u32 hw_version; | 2337 | u32 hw_version; |
2338 | 2338 | ||
2339 | #ifdef CONFIG_PM | 2339 | #ifdef CONFIG_PM |