diff options
Diffstat (limited to 'include/net/regulatory.h')
| -rw-r--r-- | include/net/regulatory.h | 13 | 
1 files changed, 1 insertions, 12 deletions
diff --git a/include/net/regulatory.h b/include/net/regulatory.h index 896191f420d5..b2cb4a9eb04d 100644 --- a/include/net/regulatory.h +++ b/include/net/regulatory.h @@ -140,17 +140,6 @@ struct regulatory_request {   *      otherwise initiating radiation is not allowed. This will enable the   *      relaxations enabled under the CFG80211_REG_RELAX_NO_IR configuration   *      option - * @REGULATORY_IGNORE_STALE_KICKOFF: the regulatory core will _not_ make sure - *	all interfaces on this wiphy reside on allowed channels. If this flag - *	is not set, upon a regdomain change, the interfaces are given a grace - *	period (currently 60 seconds) to disconnect or move to an allowed - *	channel. Interfaces on forbidden channels are forcibly disconnected. - *	Currently these types of interfaces are supported for enforcement: - *	NL80211_IFTYPE_ADHOC, NL80211_IFTYPE_STATION, NL80211_IFTYPE_AP, - *	NL80211_IFTYPE_AP_VLAN, NL80211_IFTYPE_MONITOR, - *	NL80211_IFTYPE_P2P_CLIENT, NL80211_IFTYPE_P2P_GO, - *	NL80211_IFTYPE_P2P_DEVICE. The flag will be set by default if a device - *	includes any modes unsupported for enforcement checking.   * @REGULATORY_WIPHY_SELF_MANAGED: for devices that employ wiphy-specific   *	regdom management. These devices will ignore all regdom changes not   *	originating from their own wiphy. @@ -177,7 +166,7 @@ enum ieee80211_regulatory_flags {  	REGULATORY_COUNTRY_IE_FOLLOW_POWER	= BIT(3),  	REGULATORY_COUNTRY_IE_IGNORE		= BIT(4),  	REGULATORY_ENABLE_RELAX_NO_IR           = BIT(5), -	REGULATORY_IGNORE_STALE_KICKOFF         = BIT(6), +	/* reuse bit 6 next time */  	REGULATORY_WIPHY_SELF_MANAGED		= BIT(7),  };  |