sonyxperiadev / prima

Mirror of git://codeaurora.org/external/wlan/prima.git
7 stars 17 forks source link

Compilation fails: unknown type name 'tdlsConnInfo_t' #3

Closed Riccorbypro closed 7 years ago

Riccorbypro commented 8 years ago

Every time I try to compile the kernel with this module, I get

    prima/CORE/HDD/inc/wlan_hdd_tdls.h:480:1: error: unknown type name 'tdlsConnInfo_t'

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.

Riccorbypro commented 8 years ago

Issue fixed.

CaptainThrowback commented 8 years ago

How did you fix this?

Riccorbypro commented 8 years ago

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.

khanfrd commented 8 years ago

it it because QCOM_TDLS entry is missing from Kconfig,

Aesthermortis commented 7 years ago

I have the same problem, I have not been able to solve it :/

jerpelea commented 7 years ago

this code has been updated and included in the kernel

shashi918 commented 4 years ago

i cant solve this issue please help

hhihhio commented 1 year ago

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