diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index add79930f47d..a8d5d04314b9 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -837,6 +837,7 @@ enum wiphy_params_flags { | |||
837 | WIPHY_PARAM_RETRY_LONG = 1 << 1, | 837 | WIPHY_PARAM_RETRY_LONG = 1 << 1, |
838 | WIPHY_PARAM_FRAG_THRESHOLD = 1 << 2, | 838 | WIPHY_PARAM_FRAG_THRESHOLD = 1 << 2, |
839 | WIPHY_PARAM_RTS_THRESHOLD = 1 << 3, | 839 | WIPHY_PARAM_RTS_THRESHOLD = 1 << 3, |
840 | WIPHY_PARAM_COVERAGE_CLASS = 1 << 4, | ||
840 | }; | 841 | }; |
841 | 842 | ||
842 | /** | 843 | /** |
@@ -1236,6 +1237,7 @@ struct wiphy { | |||
1236 | u8 retry_long; | 1237 | u8 retry_long; |
1237 | u32 frag_threshold; | 1238 | u32 frag_threshold; |
1238 | u32 rts_threshold; | 1239 | u32 rts_threshold; |
1240 | u8 coverage_class; | ||
1239 | 1241 | ||
1240 | char fw_version[ETHTOOL_BUSINFO_LEN]; | 1242 | char fw_version[ETHTOOL_BUSINFO_LEN]; |
1241 | u32 hw_version; | 1243 | u32 hw_version; |