Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ce1cc50 authored by Leo Chang's avatar Leo Chang Committed by Kiet Lam
Browse files

wlan: Kernel NL ready indication fix

When kernel NL interface is ready,
kernel driver should send indication to PTT app.
To send indication, init flag should be set when NL interface init.
With merging problem, one flag set procedure missed.
Then kernel driver does not send NL ready indication to APP.

Change-Id: I64f17b3de59a5dfa391297f3d838e4dbbd64f159
CRs-fixed: 561215
parent f5413a44
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7752,6 +7752,10 @@ int hdd_wlan_startup(struct device *dev )
      goto err_reg_netdev;
   }

#ifdef WLAN_KD_READY_NOTIFIER
   pHddCtx->kd_nl_init = 1;
#endif /* WLAN_KD_READY_NOTIFIER */

   //Initialize the BTC service
   if(btc_activate_service(pHddCtx) != 0)
   {