1. 21 4月, 2016 2 次提交
    • K
      ath10k: refactor firmware images to struct ath10k_fw_components · 7ebf721d
      Kalle Valo 提交于
      To make it easier to share ath10k_core_fetch_board_data_api_n() with testmode.c
      refactor all firmware components to struct ath10k_fw_components. This structure
      will hold firmware related files, for example firmware-N.bin and board-N.bin.
      
      For firmware-N.bin create a new struct ath10k_fw_file which contains the actual
      firmware image as well as the parsed data from the image.
      
      Modify ath10k_core_start() to take struct ath10k_fw_components() as an argument
      which makes it possible in following patches to drop some ugly hacks from
      testmode.c.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      7ebf721d
    • K
      ath10k: remove deprecated firmware API 1 support · 3fb55c79
      Kalle Valo 提交于
      This has ben deprecated years ago, I haven't heard anyone using it since and
      most likely it won't even work anymore. So just remove all of it.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      3fb55c79
  2. 19 4月, 2016 7 次提交
  3. 14 4月, 2016 5 次提交
  4. 13 4月, 2016 5 次提交
  5. 09 4月, 2016 21 次提交