qcacmn: Disable 11BE and MLO feature support
Disable 11BE and MLO feature support. Change-Id: I6e9d40c718929c8e47f7ead4fd1333420dd850c7 CRs-Fixed: 3208148
This commit is contained in:

committed by
Madan Koyyalamudi

parent
2a969228b4
commit
bfe1e87b25
@@ -54,13 +54,14 @@
|
|||||||
* https://android-review.googlesource.com/c/kernel/common/+/1996268
|
* https://android-review.googlesource.com/c/kernel/common/+/1996268
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(WLAN_11BE_MLO_FEATURE_ENABLE)
|
||||||
#if (defined(__ANDROID_COMMON_KERNEL__) && \
|
#if (defined(__ANDROID_COMMON_KERNEL__) && \
|
||||||
(LINUX_VERSION_CODE >= KERNEL_VERSION(5, 15, 0)) && \
|
(LINUX_VERSION_CODE >= KERNEL_VERSION(5, 15, 0)) && \
|
||||||
(LINUX_VERSION_CODE < KERNEL_VERSION(5, 16, 0))) || \
|
(LINUX_VERSION_CODE < KERNEL_VERSION(5, 16, 0))) || \
|
||||||
(LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0))
|
(LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0))
|
||||||
#define CFG80211_11BE_BASIC 1
|
#define CFG80211_11BE_BASIC 1
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
* CFG80211_SA_QUERY_OFFLOAD_SUPPORT
|
* CFG80211_SA_QUERY_OFFLOAD_SUPPORT
|
||||||
* Used to indicate the Linux Kernel contains support to offload SA Query
|
* Used to indicate the Linux Kernel contains support to offload SA Query
|
||||||
|
Reference in New Issue
Block a user