In the present scenario driver checks for eTDLS_SUPPORT_DISABLED before enabling the connection tracker for tdls mode. But if the tdls is disabled from the ini or disabled in the firmware eTDLS_SUPPORT_NOT_ENABLED is set in the tdls_mode. Checking for only eTDLS_SUPPORT_DISABLED is resulting in enabling the connection tracker which tries to access the tdls_ctx which is NULL. To mitigate the issue also check for eTDLS_SUPPORT_NOT_ENABLED in the tdls_mode before enabling the connection tracker. CRs-Fixed: 1096830 Change-Id: I1e13af6b63aa058c19117efa99563540aa02da0b |
||
---|---|---|
.. | ||
inc | ||
src |