1. 08 12月, 2014 1 次提交
  2. 27 8月, 2014 1 次提交
  3. 25 8月, 2014 4 次提交
  4. 12 8月, 2014 3 次提交
  5. 15 7月, 2014 1 次提交
  6. 28 3月, 2014 1 次提交
  7. 28 2月, 2014 1 次提交
    • M
      ath10k: remove pci completion list · 2f5280da
      Michal Kazior 提交于
      One of the premises was to guarantee serialized
      completion handling for upper layers
      (HTC/WMI/HTT). Since quite some time now it is no
      longer necessary.
      
      The other premise was to batch up tx/rx
      completions to take advantage of hot caches.
      However frame tx/rx completion indications come in
      on a single pipe already so they are already
      batched up. More meaningful batching is done in
      HTT itself.
      
      This means PCI completion is no longer necessary
      to keep around. It just wastes memory, cycles and
      SLOC.
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      2f5280da
  8. 27 11月, 2013 1 次提交
  9. 13 11月, 2013 1 次提交
  10. 21 10月, 2013 1 次提交
  11. 07 10月, 2013 1 次提交
  12. 03 9月, 2013 3 次提交
  13. 01 9月, 2013 4 次提交
  14. 14 8月, 2013 1 次提交
  15. 12 8月, 2013 1 次提交
  16. 07 8月, 2013 1 次提交
  17. 30 7月, 2013 1 次提交
  18. 13 6月, 2013 1 次提交
    • K
      ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices · 5e3dd157
      Kalle Valo 提交于
      Here's a new mac80211 driver for Qualcomm Atheros 802.11ac QCA98xx devices.
      A major difference from ath9k is that there's now a firmware and
      that's why we had to implement a new driver.
      
      The wiki page for the driver is:
      
      http://wireless.kernel.org/en/users/Drivers/ath10k
      
      The driver has had many authors, they are listed here alphabetically:
      
      Bartosz Markowski <bartosz.markowski@tieto.com>
      Janusz Dziedzic <janusz.dziedzic@tieto.com>
      Kalle Valo <kvalo@qca.qualcomm.com>
      Marek Kwaczynski <marek.kwaczynski@tieto.com>
      Marek Puzyniak <marek.puzyniak@tieto.com>
      Michal Kazior <michal.kazior@tieto.com>
      Sujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      5e3dd157