1. 02 4月, 2015 1 次提交
  2. 30 3月, 2015 3 次提交
    • M
      ath10k: rework legacy rx rate decoding · 5528e032
      Michal Kazior 提交于
      Instead of using a hacky table and magic values
      use supported band information advertised to
      mac80211.
      
      This may impact performance a little when dealing
      with legacy rx rates depending on system
      architecture. It's probably negligible.
      
      This also fixes a highly theoretical corner case
      when HT/VHT rates weren't reported correctly if
      channel frequency wasn't known.
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      5528e032
    • M
      ath10k: unify tx mode and dispatch · d740d8fd
      Michal Kazior 提交于
      There are a few different tx paths depending on
      firmware and frame itself.
      
      Creating a uniform decision will make it possible
      to switch between different txmode easier, both
      for testing and for future features as well.
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NMarek Puzyniak <marek.puzyniak@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      d740d8fd
    • R
      ath10k: add ATH10K_FW_IE_HTT_OP_VERSION · 8348db29
      Rajkumar Manoharan 提交于
      Target to host HTT messages are conflicting between 10.x and other
      firmware revisions. By maintaining separate HTT T2H tables for each
      firmware revisions (main, 10x and tlv) similar to WMI abstraction,
      solves the conflicts. Add ATH10K_FW_IE_HTT_OP_VERSION so that the firmware can
      advertise the HTT interface to ath10k.
      
      This fix is needed to get management frames over HTT (ie.
      ATH10K_FW_FEATURE_HAS_WMI_MGMT_TX disabled) working with 10.2.4.48-2 firmware.
      Otherwise there will be unknown htt events and nothing works:
      
      [30087.438343] ath10k_pci 0000:02:00.0: htt event (19) not handled
      [30087.448691] ath10k_pci 0000:02:00.0: htt event (19) not handled
      [30149.032974] ath10k_pci 0000:02:00.0: htt event (19) not handled
      
      If the firmware does not have ATH10K_FW_IE_HTT_OP_VERSION use the main HTT
      interface. That way old firmware images will still work.
      
      Cc: Michal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NRajkumar Manoharan <rmanohar@qti.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      8348db29
  3. 15 2月, 2015 1 次提交
  4. 27 1月, 2015 3 次提交
  5. 13 1月, 2015 1 次提交
  6. 01 12月, 2014 1 次提交
  7. 26 11月, 2014 1 次提交
  8. 20 11月, 2014 7 次提交
  9. 17 11月, 2014 1 次提交
  10. 24 10月, 2014 10 次提交
  11. 08 10月, 2014 2 次提交
  12. 07 10月, 2014 2 次提交
  13. 18 9月, 2014 7 次提交