Closed Riccorbypro closed 7 years ago
Issue fixed.
How did you fix this?
In one of the files in the prima/CORE/HDD/
folder, there's a file that contains the configuration for the entire WLAN HDD module. In that file, the tdlsConnInfo_t
is at the end, instead of alongside the tdlsConnInfo_s
(I think, I'm out at the moment, so I can't look) type. Just move the definition of tdlsConnInfo_*
to the top of the section for tdls.
I suppose if the issue still persists for some, the issue should still be open.
I have the same problem, I have not been able to solve it :/
this code has been updated and included in the kernel
i cant solve this issue please help
config PRIMA_WLAN_11AC_HIGH_TP bool "Enable the Prima WLAN 802.11ac High Throughput option (depends upon kernel support)" default n
config QCOM_TDLS bool "Enable TDLS feature" default n
config WLAN_FEATURE_11W bool "Enable the WLAN 802.11w Protected Management Frames feature" default n
Every time I try to compile the kernel with this module, I get
I have checked the code, everything seems to be in order. I'm also following the copyleft instructions over at the Dev World. Please assist.