diff options
Diffstat (limited to 'include/net/wireless.h')
-rw-r--r-- | include/net/wireless.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/wireless.h b/include/net/wireless.h index f68602eb4160..c3f6e462ec2d 100644 --- a/include/net/wireless.h +++ b/include/net/wireless.h | |||
@@ -181,8 +181,8 @@ struct ieee80211_supported_band { | |||
181 | * struct wiphy - wireless hardware description | 181 | * struct wiphy - wireless hardware description |
182 | * @idx: the wiphy index assigned to this item | 182 | * @idx: the wiphy index assigned to this item |
183 | * @class_dev: the class device representing /sys/class/ieee80211/<wiphy-name> | 183 | * @class_dev: the class device representing /sys/class/ieee80211/<wiphy-name> |
184 | * @fw_handles_regulatory: tells us the firmware for this device | 184 | * @custom_regulatory: tells us the driver for this device |
185 | * has its own regulatory solution and cannot identify the | 185 | * has its own custom regulatory domain and cannot identify the |
186 | * ISO / IEC 3166 alpha2 it belongs to. When this is enabled | 186 | * ISO / IEC 3166 alpha2 it belongs to. When this is enabled |
187 | * we will disregard the first regulatory hint (when the | 187 | * we will disregard the first regulatory hint (when the |
188 | * initiator is %REGDOM_SET_BY_CORE). | 188 | * initiator is %REGDOM_SET_BY_CORE). |
@@ -201,7 +201,7 @@ struct wiphy { | |||
201 | /* Supported interface modes, OR together BIT(NL80211_IFTYPE_...) */ | 201 | /* Supported interface modes, OR together BIT(NL80211_IFTYPE_...) */ |
202 | u16 interface_modes; | 202 | u16 interface_modes; |
203 | 203 | ||
204 | bool fw_handles_regulatory; | 204 | bool custom_regulatory; |
205 | 205 | ||
206 | /* If multiple wiphys are registered and you're handed e.g. | 206 | /* If multiple wiphys are registered and you're handed e.g. |
207 | * a regular netdev with assigned ieee80211_ptr, you won't | 207 | * a regular netdev with assigned ieee80211_ptr, you won't |