Skip to content
Snippets Groups Projects
  1. Sep 26, 2024
  2. Jul 08, 2024
  3. Jun 19, 2024
    • Nijun Gong's avatar
      meta-qti-wlan: Keep NAPI enabled by default for sa525m · 2dd64484
      Nijun Gong authored
      Sa525m has 4 CPU cores, enable NAPI to make better use of CPUs.
      It also avoid following kernel warning during driver unload:
      "
       Call trace:
        __free_irq+0x1d8/0x374
        free_irq+0x34/0x74
        pld_srng_free_irq+0x44/0xd8 [qca6490]
        hif_pci_deconfigure_grp_irq+0x78/0xf8 [qca6490]
        ...
        ret_from_fork+0x10/0x20
      "
      
      Change-Id: Ifa75c522d2df42ae9e57c47cb6240522588898fa
      CRs-Fixed: 3838454
      2dd64484
  4. May 15, 2023
  5. Mar 21, 2023
  6. Mar 06, 2023
  7. Dec 15, 2022
  8. Nov 08, 2022
  9. Aug 08, 2022
  10. Jul 01, 2022
    • Guisen Yang's avatar
      meta-qti-wlan: Refactor wlan bb files for sa415m and sa515m · 866292ba
      Guisen Yang authored
      The existing appendix _auto and _automotive can't be recognized if the
      DISTRO is not AUTO or AUTOMOTIVE. Distinguish bb function by MACHINE
      name and only take sa415 and sa515 into consideration.
      
      CRs-Fixed: 3231686
      Change-Id: I21b890a866c8dc2dcd69351202b18fdec5fcec41
      866292ba
  11. Mar 19, 2021
    • Guisen Yang's avatar
      meta-qti-wlan: Enable btc chain mode feature · d87955b5
      Guisen Yang authored
      Enable CONFIG_FEATURE_COEX and CONFIG_QCACLD_FEATURE_BTC_CHAIN_MODE.
      Also enable CONFIG_QCACLD_FEATURE_COEX_CONFIG for configuration.
      Now nl80211 QCA vendor command for btc chain mode is available.
      Enable them for qca6390/qcn7605.
      
      Change-Id: Iea9ebc8062b1b4261464431ac2afb7bd67024d43
      CRs-Fixed: 2895981
      d87955b5
  12. Feb 22, 2021
  13. Dec 02, 2020
    • Guisen Yang's avatar
      meta-qti-wlan: Enable CONFIG_SMMU_S1_UNMAP · b4003f66
      Guisen Yang authored
      When switching wlan mode frequently, FW crash will happen because
      the SMMU address is invalid. This is because the unmap action is
      not performed and the SMMU address is out of range. Enable the
      unmap macro and this issue will be fixed.
      
      Change-Id: I8f9bfc07e89f20ae55dca6bd70f0cb79c75e0c39
      CRs-Fixed: 2819723
      b4003f66
  14. Aug 31, 2020
    • Chaoli Zhou's avatar
      meta-qti-wlan: HST: Enable pcie force wake up · 92e47e69
      Chaoli Zhou authored
      Enable device force wake up when write register,
      which can avoid register update failure issue.
      Especially, like HP register of WBM2SW2 RELEASE ring
      such kind of important register, if write such register
      fail will cause IPA function broken
      
      Change-Id: I55be5e9814c28caf5d78741851e34f6ef485a28b
      92e47e69
  15. Aug 06, 2020
  16. Jul 15, 2020
  17. Jun 11, 2020
  18. May 21, 2020
    • Guisen Yang's avatar
      meta-qti-wlan: Remove unused bb file and dependency · c4427cc1
      Guisen Yang authored
      Open source code depends on proprietary packages in some bb
      files. To fix this issue, remove hostap_git.bb and
      wpa-supplicant-ath6kl_git.bb, remove the dependency of qmi and
      qmi-framework for wpa-supplicant_git.bb. Remove the dependency
      of llvm-arm-toolchain-native for qcacld32-ll*.bb files.
      
      Change-Id: Ie9810ba0031ad2883ed69c22b00a9633f309265c
      CRs-Fixed: 2691810
      c4427cc1
  19. Apr 29, 2020
  20. Mar 30, 2020
    • Guisen Yang's avatar
      meta-qti-wlan: Enable dfs channel for sdxprairie platform · 87262a73
      Guisen Yang authored
      AP can't be started in DFS channels, this is because this item
      FEATURE_WLAN_STA_AP_MODE_DFS_DISABLE is enabled by default in
      mobile router. Disable this item in hasting so that AP can
      work in DFS channels.
      
      Change-Id: Ia952b300fed57e321eb85dddc483a37719571430
      CRs-Fixed: 2652199
      87262a73
  21. Dec 12, 2019
    • Chaoli Zhou's avatar
      meta-qti-wlan: Change the WLAN chipset module name · 1a88dff0
      Chaoli Zhou authored
      Change the wlanhost driver ko name as follow:
      Change Genoa from qcn7605.ko to qca6595.ko.
      Change Hasting from qca6390.ko to qca6696.ko.
      Change Rome from qca6174.ko to qca6574.ko.
      
      Change-Id: I2b245c2c752a6a8f702e71f3fad4b9b70539faef
      37 tags
      1a88dff0
  22. Sep 25, 2019
  23. Sep 24, 2019
  24. Sep 17, 2019
  25. Aug 12, 2019
    • donglian's avatar
      meta-qti-wlan: Create symlinks to firmware files · 31b5e582
      donglian authored
          simplify wlan service launch script by moving symlink creation to
          corresponding bb files.
      
          modify the group of configuration file for QCMAP
      
          CRs-Fixed: 2470740
      
      Change-Id: I3aacdcd09eadc4b5403647384e9391817ac38c91
      4 tags
      31b5e582
  26. Aug 07, 2019
    • Guisen Yang's avatar
      meta-qti-wlan: Add a flag to enable/disable IPA · 50a6f92f
      Guisen Yang authored
      The combinition of machine name and chip type is used to
      enable and disable IPA. The machine name is set by bb
      environment and the chip type is decided by the profile.
      It is more flexiable than deciding enable or disable IPA
      only by the ARCH.
      
      Change-Id: I761489f302a36df5231e2778414b26c3d21000c1
      CRs-Fixed: 2496838
      50a6f92f
  27. Jul 25, 2019
    • Guisen Yang's avatar
      meta-qti-wlan: Load wlan by systemd and add wlan-conf · 8fd7104c
      Guisen Yang authored
      The wlan-conf recipe can provide a common config file name and
      path, so that it is compatible with QCMAP. The best method to
      load wlan is by systemd so that QCMAP can load the wlan module
      conveniently.
      
      Change-Id: Iadaeb570b47df0503375862c264924e83a76d07b
      CRs-Fixed: 2496838
      8fd7104c
  28. Jul 01, 2019
    • Guisen Yang's avatar
      meta-qti-wlan: Add support for 'auto' Distro · 4b3bcb90
      Guisen Yang authored
      When the Distro value 'auto' or 'automotive', the project will use
      this bb file. Add support for 'auto' Distro value.
      
      Change-Id: I2dfa2f7fc3ade6f84b4cbdb60bdfc85845158618
      CRs-Fixed: 2480905
      4b3bcb90
  29. May 30, 2019
  30. Apr 16, 2019
  31. Apr 10, 2019
    • Guisen Yang's avatar
      meta-qti-wlan: Fix build error in yocto2.6 · a5c3b457
      Guisen Yang authored
      Update bb functions in bb files. Remove wireless-tools currently
      because there's no such package in yocto2.6.
      
      Change-Id: I8953459985b5a9ba610ed1f7ffb4cab755f38e1d
      CRs-Fixed: 2300959
      a5c3b457
  32. Feb 27, 2019
    • Guisen Yang's avatar
      meta-qti-wlan: Change compiler to llvm · 62e145d2
      Guisen Yang authored
      Remove the extra kernel dependency. Change the compiler of
      qcacld32-ll to llvm for automotive projects to fix the
      potential build failure.
      
      Change-Id: Ief6742b9e45081c7c97c9ae69de1239f8c64b503
      CRs-Fixed: 2300959
      62e145d2
  33. Feb 15, 2019
Loading