1. 27 5月, 2013 1 次提交
  2. 06 3月, 2013 1 次提交
  3. 24 1月, 2013 1 次提交
  4. 07 12月, 2012 1 次提交
  5. 06 6月, 2012 2 次提交
  6. 24 4月, 2012 1 次提交
  7. 18 4月, 2012 1 次提交
  8. 17 4月, 2012 1 次提交
  9. 13 4月, 2012 1 次提交
  10. 09 3月, 2012 1 次提交
  11. 08 3月, 2012 4 次提交
  12. 07 3月, 2012 2 次提交
  13. 18 2月, 2012 1 次提交
  14. 25 1月, 2012 1 次提交
  15. 07 1月, 2012 1 次提交
  16. 16 12月, 2011 1 次提交
  17. 09 12月, 2011 1 次提交
  18. 29 11月, 2011 2 次提交
  19. 26 11月, 2011 2 次提交
  20. 20 9月, 2011 1 次提交
  21. 30 8月, 2011 3 次提交
  22. 09 8月, 2011 1 次提交
  23. 21 7月, 2011 2 次提交
  24. 16 7月, 2011 1 次提交
  25. 12 7月, 2011 4 次提交
  26. 14 5月, 2011 2 次提交
    • J
      iwlagn: support multiple TBs per command · 4ce7cc2b
      Johannes Berg 提交于
      The current "huge" command handling is a bit
      confusing, and very limited since only one
      command may be huge at a time. Additionally,
      we often copy data around quite pointlessly
      since we could instead map the existing scan
      buffer for example and use it directly.
      
      This patch makes that possible. The first
      change is that multiple buffers may be given
      to each command (this change was prepared
      earlier so callsites don't need to change).
      Each of those can be mapped attached to a TB
      in the TFD, and the command header can use a
      TB (the first one) in the TFD as well.
      
      Doing this allows getting rid of huge commands
      in favour of mapping existing buffers. The
      beacon transmission is also optimised to not
      copy the SKB at all but use multiple TBs.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      4ce7cc2b
    • J
      iwlagn: prepare for multi-TB commands · 3fa50738
      Johannes Berg 提交于
      In a subsequent patch, I want to make commands use
      multiple TBs in a TFD. This is a simple change to
      prepare the data structures for this, with as of
      now still just a single TB supported.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      3fa50738