[PATCH 2/5] Add dependency on WCNSS_CORE

YanBo dreamfly281 at gmail.com
Mon Aug 5 03:07:41 EDT 2013


On Mon, Aug 5, 2013 at 1:52 PM, Kalle Valo <kvalo at qca.qualcomm.com> wrote:
> Eugene Krasnikov <k.eugene.e at gmail.com> writes:
>
>> Wcnss_core is a platform module that is responsible for wlan
>> related resources.
>>
>> Signed-off-by: Eugene Krasnikov <k.eugene.e at gmail.com>
>> ---
>>  Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Kconfig b/Kconfig
>> index 59fe1f3..aaa25ac 100644
>> --- a/Kconfig
>> +++ b/Kconfig
>> @@ -1,6 +1,6 @@
>>  config WCN36XX
>>       tristate "Qualcomm Atheros WCN3660/3680 support"
>> -     depends on MAC80211
>> +     depends on MAC80211 && WCNSS_CORE
>
> WCNSS_CORE is not in upstream so we can't use it with wcn36xx. Most
> likely we need to use it with the glue module (see my previous email).
>
Does that mean we need implemented all the WCNSS_CORE function again?
the currently WCNSS_CORE code should
be generated from the kernel/driver/net/wireless/wcnss which already
under GPL licence IIRC.

BR /Yanbo



More information about the wcn36xx mailing list