1. 31 1月, 2013 1 次提交
  2. 24 1月, 2013 1 次提交
  3. 11 9月, 2012 1 次提交
    • J
      iwlwifi: load firmware in chunks · 83f84d7b
      Johannes Berg 提交于
      Instead of allocating one big chunk of DMA-coherent
      memory for the firmware and keeping it around, only
      vmalloc() the firmware and copy it into a single
      page of DMA-coherent memory for the upload.
      
      The advantage is that we don't need DMA memory for
      the firmware image that is stored while the driver
      is operating, we only need it while uploading.
      
      This will make it easier for the driver to work if
      the system has fragmented memory.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      83f84d7b
  4. 24 4月, 2012 1 次提交
  5. 13 3月, 2012 4 次提交
  6. 08 3月, 2012 1 次提交
  7. 28 2月, 2012 1 次提交
  8. 18 2月, 2012 3 次提交
  9. 03 2月, 2012 1 次提交