Skip to content
Snippets Groups Projects
  1. Jan 03, 2025
    • Ravi Ranjan Kumar's avatar
      meta-qti-wlan: Adding variant to distinguish perf or debug WLAN module · 048974d9
      Ravi Ranjan Kumar authored
      In build_module.sh, the VARIANT always defaults to debug-defconfig,
      regardless of whether the perf or debug variant is chosen for the
      vendor build. As a result, a debug Module.symvers is generated for
      WLAN module, and the debug CRC of the symbol module_layout is
      captured in wlan.ko.
      
      Therefore, if the device has a perf build image flashed and
      CONFIG_MODVERSIONS is enabled, attempting to insmod WLAN module
      will result in a CRC mismatch for the symbol module_layout, leading
      to an insmod failure.
      
      To fix the issue, we will pass build VARIENT information from
      vendor build to build_modle.sh in recipe to distinguish perf or
      debug WLAN module.
      
      Change-Id: Ic6b4dbfbac0ebedf46df6efe9875cc2e1662d9d2
      048974d9
  2. Apr 26, 2024
  3. Apr 23, 2024
  4. Apr 18, 2024
  5. Mar 11, 2024
  6. Mar 05, 2024
  7. Feb 16, 2024
  8. Feb 02, 2024
  9. Feb 01, 2024
  10. Dec 29, 2023
    • Yu Zhang(Yuriy)'s avatar
      meta-qti-wlan: Support Yocto Kirkstone release · 77dc6fb2
      Yu Zhang(Yuriy) authored
      Update bbfiles to support Yocto kirkstone release. Syntax in Yocto
      kirkstone are limited supported on dunfell. It may be not supported
      on old yocto versions after this update.
      
      Change-Id: I728c0a3aae7f1e5f2acbe67e1cbb7640a5428767
      CRs-Fixed: 3683540
      2 tags
      77dc6fb2
  11. Nov 16, 2023
  12. Nov 15, 2023
  13. Aug 31, 2023
  14. Aug 29, 2023
  15. May 31, 2023
    • Ke Huang's avatar
      meta-qti-wlan: Enable CONFIG_MDM_PLATFORM for STA IPA · 407fccc5
      Ke Huang authored
      In current design of wlan driver, the IPA pipe will be enabled
      for STA mode when the macro CONFIG_MDM_PLATFORM enabled, otherwise
      the IPA pipe will not be enabled if not have other connection on
      SAP side(SAP+STA mode).
      
      Currently, the macro CONFIG_MDM_PLATFORM is not enabled and then the
      STA IPA does not work on STA only mode and STA+SAP mode if there is
      not any other wlan client connected to SAP.
      
      So enable this macro CONFIG_MDM_PLATFORM to make the STA IPA works fine.
      
      Change-Id: I528eb25ee527eb7df3bfcc546891b8a68634979a
      CRs-Fixed: 3508738
  16. Apr 11, 2023
  17. Apr 10, 2023
  18. Feb 19, 2023
  19. Feb 05, 2023
  20. Jan 20, 2023
    • Ke Huang's avatar
      meta-qti-wlan: Enable WLAN IPA for SA415M.LE.1.8 · ccef66a7
      Ke Huang authored
      1.Enable CONFIG_NUM_IPA_IFACE=2.
      2.Enable ONFIG_ENABLE_SMMU_S1_TRANSLATION=y.
      3.Remove the IPA disable from INI file.
      
      Change-Id: I188b83c4098504af7d241dfeede6f57915a94d1c
      CRs-Fixed: 3385022
      ccef66a7
  21. Dec 13, 2022
  22. Dec 01, 2022
    • Guisen Yang's avatar
      meta-qti-wlan: Enable force wake for qca6696 · 07ef2986
      Guisen Yang authored
      Enable force wake mechanism for qca6696 on sa515m platform so
      that writing registers can operate correctly.
      
      Change-Id: I437bfaec36a6100ea4e7b02c9b8e07d5c1daeb47
      CRs-Fixed: 3342055
      07ef2986
  23. Nov 29, 2022
  24. Nov 28, 2022
  25. Nov 23, 2022
  26. Nov 17, 2022
  27. Nov 15, 2022
  28. Nov 08, 2022
  29. Nov 01, 2022
  30. Sep 07, 2022
  31. Aug 22, 2022
  32. Aug 08, 2022
  33. Aug 03, 2022
  34. Jul 21, 2022
  35. Jul 01, 2022
    • Guisen Yang's avatar
      meta-qti-wlan: Modify bb files of wlan user space tools · 3ae48858
      Guisen Yang authored
      Modify the bb files of hostapd/wpa_supplicant/sigma_dut/wlan-conf to
      fix compilation errors in dunfell yocto. The changes include below tips:
      1. do not inherit qcommon in wlan-sigma-dut
      2. 'qmi-framework' is not available so do not assign 'qmi' to
          CONFIG_EAP_PROXY in wpa-supplicant-qcacld
      3. the previous appendix _auto and _automotive are not recognized in this
         yocto, append _sa515m instead.
      
      CRs-Fixed: 3231686
      Change-Id: I0ab1de2a36ab6f8d78004fbc2ce771b58936453a
      3ae48858
    • Guisen Yang's avatar
      meta-qti-wlan: Refactor wlan bb files for sa415m and sa515m · cfe10e76
      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
      cfe10e76
  36. Nov 26, 2021
  37. Nov 24, 2021
Loading