|
@@ -546,6 +546,10 @@ static struct ieee80211_iface_combination
|
|
|
.num_different_channels = 2,
|
|
|
.max_interfaces = (SAP_MAX_OBSS_STA_CNT + QDF_MAX_NO_OF_SAP_MODE),
|
|
|
.n_limits = ARRAY_SIZE(wlan_hdd_ap_iface_limit),
|
|
|
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0)) || \
|
|
|
+ defined(CFG80211_BEACON_INTERVAL_BACKPORT)
|
|
|
+ .beacon_int_min_gcd = 1,
|
|
|
+#endif
|
|
|
},
|
|
|
/* P2P */
|
|
|
{
|
|
@@ -561,6 +565,10 @@ static struct ieee80211_iface_combination
|
|
|
.max_interfaces = (1 + SAP_MAX_OBSS_STA_CNT + QDF_MAX_NO_OF_SAP_MODE),
|
|
|
.n_limits = ARRAY_SIZE(wlan_hdd_sta_ap_iface_limit),
|
|
|
.beacon_int_infra_match = true,
|
|
|
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0)) || \
|
|
|
+ defined(CFG80211_BEACON_INTERVAL_BACKPORT)
|
|
|
+ .beacon_int_min_gcd = 1,
|
|
|
+#endif
|
|
|
},
|
|
|
/* STA + P2P */
|
|
|
{
|