Loading include/net/cfg80211.h +2 −0 Original line number Diff line number Diff line Loading @@ -2382,6 +2382,7 @@ struct cfg80211_ops { * responds to probe-requests in hardware. * @WIPHY_FLAG_OFFCHAN_TX: Device supports direct off-channel TX. * @WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL: Device supports remain-on-channel call. * @WIPHY_FLAG_DFS_OFFLOAD: The driver handles all the DFS related operations. */ enum wiphy_flags { WIPHY_FLAG_CUSTOM_REGULATORY = BIT(0), Loading @@ -2405,6 +2406,7 @@ enum wiphy_flags { WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD = BIT(19), WIPHY_FLAG_OFFCHAN_TX = BIT(20), WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL = BIT(21), WIPHY_FLAG_DFS_OFFLOAD = BIT(22) }; /** Loading Loading
include/net/cfg80211.h +2 −0 Original line number Diff line number Diff line Loading @@ -2382,6 +2382,7 @@ struct cfg80211_ops { * responds to probe-requests in hardware. * @WIPHY_FLAG_OFFCHAN_TX: Device supports direct off-channel TX. * @WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL: Device supports remain-on-channel call. * @WIPHY_FLAG_DFS_OFFLOAD: The driver handles all the DFS related operations. */ enum wiphy_flags { WIPHY_FLAG_CUSTOM_REGULATORY = BIT(0), Loading @@ -2405,6 +2406,7 @@ enum wiphy_flags { WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD = BIT(19), WIPHY_FLAG_OFFCHAN_TX = BIT(20), WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL = BIT(21), WIPHY_FLAG_DFS_OFFLOAD = BIT(22) }; /** Loading