Skip to content
Snippets Groups Projects
  1. Oct 18, 2017
  2. Sep 09, 2017
  3. Sep 07, 2017
  4. Sep 06, 2017
    • Ashish Kumar Dhanotiya's avatar
      qcacld-3.0: BUG_ON only if fw is up in cds_force_assert_target · a98f2b2b
      Ashish Kumar Dhanotiya authored
      In cds_force_assert_target api force assert is triggered to fw
      which may result in failure if modem is down. This will result
      in BUG_ON.
      
      To address this issue add a check to BUG_ON only if fw is up.
      
      CRs-Fixed: 2101910
      Change-Id: I2473dece3b277c7f1f351623dae835637bad4a81
      a98f2b2b
    • Anurag Chouhan's avatar
      qcacld-3.0: fix Compilation errors · 0f7a7a66
      Anurag Chouhan authored
      As part for hang event feature certian enums have been added
      which tells the reason for self recovery added that are undefined
      Remove the undefined enums.
      
      Change-Id: I400b67ff6e35e61421df6836eca80ed76f0acb7d
      CRs-fixed: 2098498
      0f7a7a66
    • Sravan Kumar Kairam's avatar
      qcacld-3.0: Remove recovery in progress check · fad9cb8e
      Sravan Kumar Kairam authored
      Currently during PDR after client disassociation IPA client
      disconnect event is not send because of recovery in progress
      condition. After reload IPA pipes are not enabled as IPA context
      number of connected stations are non zero which leads to data stall
      of backhaul traffic. In this change remove recovery in progress check
      which is not necessary in this case.
      
      Change-Id: Id465f78fc224e2c08fb3977266e7032666a22692
      CRs-Fixed: 2105106
      fad9cb8e
  5. Sep 05, 2017
  6. Sep 04, 2017
  7. Sep 02, 2017
  8. Sep 01, 2017
    • yeshwanth sriram guntuka's avatar
      qcacld-3.0: Set length of challenge text sent by SAP to 128 · 0c21aaa2
      yeshwanth sriram guntuka authored
      SIR_MAC_AUTH_CHALLENGE_LENGTH is updated to 253 from
      128 as per IEEE spec due to connection fails between
      DUT-SAP and old ref-STA. Auth failure occurs as encrypted
      data sent by ref-STA is only 128 bytes instead of 253
      bytes.
      
      Fix is to set length of challenge text sent by SAP
      to 128 bytes.
      
      Change-Id: I81409bb58ad34e469c54e2909f45b8a6826eb06a
      CRs-Fixed: 2096512
      0c21aaa2
    • bings's avatar
      qcacld-3.0: Fix SSIDList memory illegal access · 3d56bbf2
      bings authored
      In struct tagCsrSSIDs, field numOfSSIDs should record correct number
      of SSID in field SSIDList.
      
      SSIDList memory illegal access happens when numOfSSIDs is not zero,
      and SSIDList is NULL.
      
      Set numOfSSIDs as 0, when SSIDList is set as NULL.
      
      Change-Id: Ie0a365c81344f1857ba5bf461887996bb5089371
      CRs-Fixed: 2084050
      3d56bbf2
    • Sravan Kumar Kairam's avatar
      qcacld-3.0: Send TX timeout event for TX data stall · 38ed038b
      Sravan Kumar Kairam authored
      For data stall continuous HDD tx timeout count of five
      post HOST TX time out data stall event to handle it in
      data detection module.
      
      Change-Id: Ic6cf5e62f711cef5919a4a5e85e4232c622c04bb
      CRs-Fixed: 2094393
      38ed038b
    • snandini's avatar
      Release 5.1.1.31 · 8ac47d67
      snandini authored
      Release 5.1.1.31
      
      Change-Id: Ib392631534247149a25618c3f2bb4fc84dd40f44
      CRs-Fixed: 774533
      8ac47d67
    • jiad's avatar
      qcacld-3.0: fix pause queue tx margin for MDM · b3ebff8c
      jiad authored
      For MDM platforms with IPA offload, tx margin of 400 in MCC mode
      is not applicable and thus tput is not able to achieve KPI.
      
      Fix is to define a new marco for MDM platform specific tx flow
      control and set tx margin to 0.
      
      Change-Id: Id7c4b078714d72fae907c270eca9f62147cfc3bb
      CRs-Fixed: 2081350
      b3ebff8c
    • snandini's avatar
      Release 5.1.1.30Z · 5c10a8e7
      snandini authored
      Release 5.1.1.30Z
      
      Change-Id: I5369d9d08d4e19dc78f6a7557df43ea677c9210a
      CRs-Fixed: 774533
      5c10a8e7
    • jiad's avatar
      qcacld-3.0: fix ipa mcc tx_desc pool size · 56323380
      jiad authored
      A list of ipa tx_desc is created to have a one-to-one mapping between
      tx_desc from ipa driver and tx_desc in wlan. The list pool size is now
      set to IpaUcTxBufCount, which is IPA wlan FW tx comp ring size and is
      more like a HW resource. But the list is used only for SW MCC TX path.
      
      Fix is to define a new INI to set hdd_ipa_tx_desc pool size. But real
      size is minumum of this INI and the global tx_desc pool size.
      
      Change-Id: I3216a4c14ac624cc313d11226909efd4f63841d0
      CRs-Fixed: 2076672
      56323380
  9. Aug 31, 2017
    • Dustin Brown's avatar
      qcacld-3.0: Deinit/ini WMA VDEV around mem zero · 66b8d95a
      Dustin Brown authored
      The WMA vdev structure contains wakelocks which must be deinitialized
      and initialized any time these structures are mem-zeroed. Add
      deinit/init calls to vdev attach error cases.
      
      Change-Id: I36012606d4cc49c076ac6903ff49530c45433374
      CRs-Fixed: 2102645
      66b8d95a
    • Dustin Brown's avatar
      qcacld-3.0: Use max STA count when iterating SAP clients · 9d543c61
      Dustin Brown authored
      When printing all of the stations connected to a SAP adapter, the ini
      value for max number of station clients is used as the iteration limit.
      Instead, use the max number of stations constant used to allocate the
      array. This ensures all connected stations are printed in all cases, and
      removes the theoretical possibility of running off the end of the array
      in some configurations.
      
      Change-Id: I3a506905f40272efe472028391e8080d764cb390
      CRs-Fixed: 2100833
      9d543c61
    • snandini's avatar
      Release 5.1.1.30Y · e6710daf
      snandini authored
      Release 5.1.1.30Y
      
      Change-Id: I452a95f243a75858e3062be7fef3980cfdab4720
      CRs-Fixed: 774533
      e6710daf