1. 09 9月, 2016 1 次提交
  2. 05 7月, 2016 1 次提交
  3. 29 6月, 2016 1 次提交
  4. 18 6月, 2016 1 次提交
    • A
      mwifiex: fix link error against sdio · 2095b142
      Arnd Bergmann 提交于
      Calling sdio_claim_host() from the interface independent part of
      the mwifiex driver is not only a layering violation, but also causes
      a link error if MMC support is disabled, or if CONFIG_MMC=m
      and CONFIG_MWIFIEX=y:
      
      drivers/net/built-in.o: In function `mwifiex_fw_dpc':
      :(.text+0xff138): undefined reference to `sdio_claim_host'
      :(.text+0xff158): undefined reference to `sdio_release_host'
      
      The right way to do this is to have the sdio specific code in the
      sdio driver front-end, and we already have a callback pointer that
      we can use for this after exporting the generic fw download
      function from the core driver.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 65c71efe ("mwifiex: fix racing condition when downloading firmware")
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      2095b142
  5. 05 5月, 2016 1 次提交
  6. 29 1月, 2016 1 次提交
    • C
      mwifiex: firmware download enhancements · 2fd5c6ed
      chunfan chen 提交于
      Same chip is being used by WLAN as well as bluetooth
      drivers. Each driver needs to check during initialisation
      if firmware is already active or it needs to be freshly
      downloaded. If one driver has started downloading the
      firmware, other finds the winner flag as false.
      
      mwifiex_check_fw_status() checks firmware status and also
      check if WLAN is the winner for firmware downloading.
      
      Once we detect that other interface is downloading
      the firmware, we call this routine again with max
      poll count to wait until firmware is ready.
      
      This patch splits the routine to avoid checking
      winner status unnecessarily multiple times and ensures
      that correct messages are displayed to user.
      
      Firmware status poll count is also increased to 150.
      Signed-off-by: NChunfan Chen <jeffc@marvell.com>
      Signed-off-by: NAmitkumar Karwar <akarwar@marvell.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      2fd5c6ed
  7. 11 12月, 2015 1 次提交
  8. 18 11月, 2015 1 次提交
  9. 29 9月, 2015 1 次提交
  10. 13 8月, 2015 1 次提交
  11. 06 8月, 2015 1 次提交
  12. 21 7月, 2015 2 次提交
  13. 03 6月, 2015 1 次提交
  14. 26 5月, 2015 1 次提交
  15. 30 3月, 2015 1 次提交
  16. 17 3月, 2015 1 次提交
  17. 04 3月, 2015 1 次提交
  18. 03 3月, 2015 1 次提交
  19. 29 1月, 2015 5 次提交
  20. 28 1月, 2015 1 次提交
  21. 07 1月, 2015 3 次提交
  22. 26 11月, 2014 1 次提交
  23. 18 11月, 2014 2 次提交
  24. 12 11月, 2014 1 次提交
  25. 01 10月, 2014 1 次提交
  26. 16 9月, 2014 3 次提交
  27. 29 8月, 2014 1 次提交
  28. 26 6月, 2014 2 次提交
  29. 01 3月, 2014 1 次提交