Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d3453ad authored by Peng Xu's avatar Peng Xu Committed by Gerrit - the friendly Code Review server
Browse files

Revert "cfg80211: Add new wiphy flag WIPHY_FLAG_DFS_OFFLOAD"



This reverts commit b07c35c1.
Upstream kernel has defined the flag NL80211_EXT_FEATURE_DFS_OFFLOAD
for the same purpose, therefore remove WIPHY_FLAG_DFS_OFFLOAD from
cfg80211.

Change-Id: I729e84094a335595ee4cd86f721246dfc307ae61
CRs-fixed: 2265562
Signed-off-by: default avatarPeng Xu <pxu@codeaurora.org>
parent 2049bbe3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3302,7 +3302,6 @@ struct cfg80211_ops {
 *	beaconing mode (AP, IBSS, Mesh, ...).
 * @WIPHY_FLAG_HAS_STATIC_WEP: The device supports static WEP key installation
 *	before connection.
 * @WIPHY_FLAG_DFS_OFFLOAD: The driver handles all the DFS related operations.
 */
enum wiphy_flags {
	/* use hole at 0 */
@@ -3329,7 +3328,6 @@ enum wiphy_flags {
	WIPHY_FLAG_SUPPORTS_5_10_MHZ		= BIT(22),
	WIPHY_FLAG_HAS_CHANNEL_SWITCH		= BIT(23),
	WIPHY_FLAG_HAS_STATIC_WEP		= BIT(24),
	WIPHY_FLAG_DFS_OFFLOAD                  = BIT(25)
};

/**