Loading include/net/cfg80211.h +2 −0 Original line number Diff line number Diff line Loading @@ -3249,6 +3249,7 @@ 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 */ Loading @@ -3275,6 +3276,7 @@ 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) }; /** Loading Loading
include/net/cfg80211.h +2 −0 Original line number Diff line number Diff line Loading @@ -3249,6 +3249,7 @@ 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 */ Loading @@ -3275,6 +3276,7 @@ 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) }; /** Loading