Skip to content
Snippets Groups Projects
  1. Feb 14, 2025
  2. Jan 16, 2025
  3. Dec 05, 2024
  4. Dec 02, 2024
    • Nijun Gong's avatar
      meta-qti-wlan : Use relative path to build wlan · 1fb305ba
      Nijun Gong authored
      To avoid argument list too long issue with makefile
      ver 4.3, use relative path to compile wlan driver, which
      could reduce 20% of argument length.
      
      Change-Id: I5fee7aa6a9adbc13882a415e150e7ceb082eb85a
      1fb305ba
  5. Nov 21, 2024
  6. Oct 25, 2024
    • Amey Bhat's avatar
      meta-qti-wlan: remove machine image bbappends for toolchain compilation · 8da7c5f2
      Amey Bhat authored
      This is needed to resolve parsing issue during OSS toolchain compilation.
      No recipes in default available for : poky/meta-qti-wlan/recipes-products/images/machine-concam-image.bbappend
      poky/meta-qti-wlan/recipes-products/images/machine-drone-image.bbappend
      poky/meta-qti-wlan/recipes-products/images/machine-image.bbappend
      poky/meta-qti-wlan/recipes-products/images/machine-minimal-image.bbappend
      poky/meta-qti-wlan/recipes-products/images/machine-psm-image.bbappend
      poky/meta-qti-wlan/recipes-products/images/machine-qsap-image.bbappend
      poky/meta-qti-wlan/recipes-products/images/machine-robot-image.bbappend
      
      Change-Id: Ic2bdfc8fa37528e9c599fbaa2a0941e2a61838ee
      (cherry picked from commit e116dc33)
      8da7c5f2
  7. Oct 24, 2024
    • Guisen Yang's avatar
      meta-qti-wlan: Disable RX optimization feature · a11196e4
      Guisen Yang authored
      Disable RX optimization feature, otherwise data header is not
      correct. And add hostapd conf files supporting MLO test.
      
      Change-Id: I0322860e8bc44ffce50a5f40b2a1ce4ad8bbc58a
      CRs-Fixed: 3958362
      a11196e4
  8. Oct 22, 2024
  9. Sep 26, 2024
  10. Sep 03, 2024
    • Guisen Yang's avatar
      meta-qti-wlan: Enable DENYLIST MGR · 5977b02c
      Guisen Yang authored
      To support the re-association Delay settings in BTM Request, deny
      list feature is needed, enable it.
      
      Change-Id: I4c07db71cf723be0dbc303821272f65d2e0896d0
      CRs-Fixed: 3808042
      5977b02c
  11. Aug 20, 2024
    • Guisen Yang's avatar
      meta-qti-wlan: Decrease H2T SRC NENTRIES for QCN7605 · 61a8cc80
      Guisen Yang authored
      When IPA is enabled, it's not necessary to set H2T SRC NENTRIES to
      4096 which will take up too much memory. To save memory, we can
      decrease the number to 2048, this will not impact the KPI because
      IPA is used here.
      
      Change-Id: I90af9942da62a65019d22d23a79aa9ca9dd2cb8c
      CRs-Fixed: 3897133
      61a8cc80
  12. Jul 29, 2024
    • Guisen Yang's avatar
      meta-qti-wlan: Reassign .ini and .conf files · b942ebf2
      Guisen Yang authored
      For SA515/SA525, use the .conf and .ini files in folder sdx_auto,
      for SA415, use the files under folder sdx24_auto
      
      Change-Id: If1e865933497164b2911bb37d82b3fd87fd22617
      CRs-Fixed: 3868178
      b942ebf2
  13. Jul 08, 2024
  14. 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
  15. Mar 28, 2024
  16. Mar 07, 2024
  17. Feb 26, 2024
    • Guisen Yang's avatar
      meta-qti-wlan: Do not install .ini in ROME bb for SA525 · b1e12379
      Guisen Yang authored
      In SA525M.LE.3.0, .ini files are installed into /data/qcaxxxx
      folders and link to /lib/firmware/wlan/qca_cld/qcaxxxx. The soft
      link will be overwriten if install .ini file to /lib folder again
      in chipe specific bb file. So do not need to install .ini file
      in ROME bb file for SA525.
      
      Change-Id: I5ccee55066a50309ae047903eebc178888379eb9
      CRs-Fixed: 3741746
      (cherry picked from commit bad5f24b)
      b1e12379
  18. Dec 13, 2023
  19. Dec 01, 2023
Loading