Skip to content
Snippets Groups Projects
  1. Jul 03, 2020
    • Mahesh Kumar Kalikot Veetil's avatar
      kona: Add build options per WLAN chip · 33a59db8
      Mahesh Kumar Kalikot Veetil authored
      Unified driver build makes separate driver per chip. Each of the driver
      needs unique chip selection as driver cannot support multiple chips in a
      single build. Pass proper chip configuration as build option.
      
      Change-Id: I4b136b460f4cff9f8d4dd14f21455bc98459532c
      CRs-Fixed: 2724608
      33a59db8
  2. Jul 02, 2020
    • Ashish Kumar Dhanotiya's avatar
      ini: Remove ini gEnablefwlog for HST and HSP · b65471a1
      Ashish Kumar Dhanotiya authored
      FW on HST and HSP supports the WMI logging and
      value of ini gEnablefwlog in the host code is by default
      set to 1 which enables WMI logging so this ini
      is not required in the ini file anymore.
      
      Remove gEnablefwlog from the ini file for HST and HSP
      
      CRs-Fixed: 2714735
      Change-Id: I1e02b6e008f6d911173037d0d2f1ac17e8c6be9d
      b65471a1
    • Chenming Huang's avatar
      Wifi(Automotive): Strip support of NAN+SAP · 64d40e0c
      Chenming Huang authored
      Strip support of NAN + SAP
      
      CRs-Fixed: 2710957
      Change-Id: I5c877a73d0b5794aee3d4ca45f432f93284cc9f5
      64d40e0c
  3. Jul 01, 2020
  4. Jun 12, 2020
  5. Jun 10, 2020
  6. Jun 09, 2020
  7. Jun 05, 2020
    • Ashish Kumar Dhanotiya's avatar
      ini: Enable WMI logging For FW on HST · 86226c49
      Ashish Kumar Dhanotiya authored
      Currently value of ini "gEnablefwlog" is set to 2
      which means logging through diag, as part of new
      requirement change the value of ini "gEnablefwlog" to
      1 to enable the WMI logging for FW.
      
      Change-Id: Ib851fba2f1ea88126d1d7ca557af7e37b5ec8f12
      CRs-Fixed: 2683323
      86226c49
  8. May 29, 2020
  9. May 28, 2020
  10. May 27, 2020
    • Jianmin Zhu's avatar
      qcacld-3.0: Align Rome ini among auto platforms · 850bff07
      Jianmin Zhu authored
      Some Rome issue found on msmnile_au and sdmshrike_au, but not
      found on sm6150_au, root cause is ini gap, sm6150_au 6174 ini
      is got from platform: 8996AU/APQ8096 which passed CS,
      can be used for msmnile_au and sdmshrike_au too.
      
      Fixed issues like:
      1. 200/s flooding unknown phy error event from F/W.
      With dfsPhyerrFilterOffload=1, F/W can filter these events.
      
      2. Ping failed from ref-sta to SAP when SAP+STA concurrency.
      Roam only has 1 MAC/PHY, doesn't support dbs, can't reproduce
      with gDualMacFeatureDisable=1.
      Default value 6 is wrong: enable DBS for connection but disable
      simultaneous scan from upper layer (DBS scan remains enabled in
      FW).
      
      3. CLean up some non-existed legacy ini.
      
      Change-Id: Iea1f298c90a12c7dc8c616be327f2da46d0a0dfc
      CRs-Fixed: 2692134
      850bff07
  11. May 22, 2020
  12. May 15, 2020
    • Will Huang's avatar
      ini: Enable maximum 4 vdevs for qcn7605 · fc653e3d
      Will Huang authored
      Currently there is requirement to support maximum 4 devs on Auto,
      remove 'gNumVdevs' limit in qcn7605 ini so it equals default 4.
      
      Change-Id: I701086b0f78d3633b3e966489a3d774c03f709ee
      CRs-Fixed: 2686864
      fc653e3d
  13. May 12, 2020
  14. May 07, 2020
  15. May 01, 2020
  16. Apr 30, 2020
  17. Apr 23, 2020
    • Huajie Wu's avatar
      ini: Refine gInterfaceChangeWait for Automotive SP · 4d73ed7d
      Huajie Wu authored
      WLAN driver retrieve 'gInterfaceChangeWait' in ini
      and store into 'hdd_config->iface_change_wait_time'.
      
      The setting determines the timeout in 'psoc_idle_timeout_work'.
      See the function 'hdd_psoc_idle_timer_start'.
      
      The large value of 'gInterfaceChangeWait' affects system
      sleep/wakeup.
      
      If 'gInterfaceChangeWait' is un-defined, the default value
      is 10000(ms).
      
      The change shortens 'gInterfaceChangeWait' so that
      system can sleep quickly.
      
      Change-Id: Ia092d62259483c34bd5ab89b11881d9b5172baeb
      4d73ed7d
  18. Apr 20, 2020
  19. Apr 18, 2020
  20. Apr 17, 2020
  21. Apr 13, 2020
  22. Apr 10, 2020
  23. Apr 02, 2020
    • Will Huang's avatar
      wlan: Enable 11D scan for qcn7605 · 71500c84
      Will Huang authored
      To enable 11D host scan also need flag CONFIG_TARGET_11D_SCAN.
      
      Change-Id: I7204107dc952b186b34112142d41b9caa0e143e9
      CRs-Fixed: 2634613
      71500c84
  24. Mar 31, 2020
  25. Mar 24, 2020
  26. Mar 18, 2020
  27. Mar 05, 2020
  28. Mar 02, 2020
    • Hong Shi's avatar
      ini: Enable power save for Genoa PCIE · a9921d65
      Hong Shi authored
      Enable power save for Genoa PCIE on msmnile/sm6150/sdmshrike as low poer
      feature is ready.
      
      Change-Id: I262e126e1dc1f049aa076af03c320c7c7c2f32e9
      CRs-Fixed: 2619364
      a9921d65
  29. Feb 26, 2020
    • Jianmin Zhu's avatar
      GENOA: Disable btm offload by default · 317cac82
      Jianmin Zhu authored
      Btm offload is coupled with LFR3 in firmware, LFR3 is
      disabled in Genoa firmware to save memory, btm offload can't
      work either.
      
      Change-Id: I65ee916482d2d7724ac3c9928ed2bdc3515b3636
      CRs-Fixed: 2621354
      317cac82
  30. Feb 24, 2020
  31. Feb 18, 2020
  32. Feb 13, 2020
  33. Feb 07, 2020
    • Alok Kumar's avatar
      ini: set packet log buffer size to 1 MB · 94c4115f
      Alok Kumar authored
      By default, set packet log buffer size to 1 MB for kamorta
      
      Change-Id: I3ffea33146ef6f86b25e5e722ee20bbc3e9547d3
      CRs-Fixed: 2614605
      94c4115f
    • Amarnath Hullur Subramanyam's avatar
      ini: Enable gMulticastHostFwMsgs for kona, lahaina and default · ead50a8b
      Amarnath Hullur Subramanyam authored
      gMulticastHostFwMsgs should be enabled for sending of diag_event
      and diag_log_packet to the userspace through netlink. There are
      various diag_events which are sent to userspace and one of them
      is data stall event. Without enabling this the data stall event
      will not get routed and would impact the data stall detection
      framework.
      
      CRs-Fixed: 2614392
      Change-Id: Ia9c6edf69e7bb1d6736c82ed0c5cb548b715e8b1
      ead50a8b
Loading