1. 16 10月, 2013 1 次提交
    • M
      ath10k: use workqueue to set WEP TX key · cc4827b9
      Michal Kazior 提交于
      Recent WMI/HTC changes made it possible for WMI
      commands to sleep (if there's not enough HTC TX
      credits to submit a command). TX path is in an
      atomic context so calling WMI commands in it is
      wrong.
      
      This simply moves WEP key index update to a worker
      and fixes the 'scheduling while atomic' bug.
      
      This still leaves multiple WEP key handling laggy,
      i.e. some frames may be TXed with an old/different
      key (although recipient should still be able to RX
      them).
      
      kvalo: changed the title
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      cc4827b9
  2. 01 10月, 2013 3 次提交
  3. 27 9月, 2013 5 次提交
  4. 20 9月, 2013 2 次提交
  5. 17 9月, 2013 4 次提交
  6. 06 9月, 2013 1 次提交
  7. 03 9月, 2013 1 次提交
    • K
      ath10k: check chip id from the soc register during probe · e01ae68c
      Kalle Valo 提交于
      ath10k doesn't support qca988x hw1.0 boards anymore. Unfortunately
      the PCI id is the same in hw1.0 and hw2.0 so ath10k tries to use
      hw1.0 boards anyway. But without hw1.0 workarounds in place
      ath10k just crashes horribly.
      
      To avoid using hw1.0 boards at all add a chip id detection
      and fail the probe if hw1.0 is detected:
      
      [ 5265.786408] ath10k: ERROR: qca988x hw1.0 is not supported
      [ 5265.786497] ath10k: Unsupported chip id 0x043200ff
      [ 5265.786574] ath10k: could not register driver core (-95)
      [ 5265.793191] ath10k_pci: probe of 0000:02:00.0 failed with error -95
      
      Also add a warning if there's an unknown chip id but continue
      the boot process normally anyway.
      Reported-by: NZaki Bakar <zaki.bm@gmail.com>
      Tested-by: NChristian Lamparter <chunkeey@googlemail.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      e01ae68c
  8. 15 8月, 2013 1 次提交
  9. 02 8月, 2013 1 次提交
  10. 31 7月, 2013 1 次提交
  11. 30 7月, 2013 8 次提交
  12. 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