An error occurred fetching the project authors.
  1. 07 Mar, 2012 6 commits
  2. 06 Mar, 2012 3 commits
  3. 27 Feb, 2012 5 commits
  4. 17 Feb, 2012 3 commits
  5. 02 Feb, 2012 5 commits
  6. 24 Jan, 2012 2 commits
  7. 06 Jan, 2012 1 commit
  8. 21 Dec, 2011 1 commit
    • Johannes Berg's avatar
      iwlagn: fix (remove) use of PAGE_SIZE · 10667136
      Johannes Berg authored
      The ICT code erroneously uses PAGE_SIZE. The bug
      is that PAGE_SIZE isn't necessarily 4096, so on
      such platforms this code will not work correctly
      as we'll try to attempt to read an index in the
      table that the device never wrote, it always has
      4096-byte pages.
      
      Additionally, the manual alignment code here is
      unnecessary -- Documentation/DMA-API-HOWTO.txt
      states:
        The cpu return address and the DMA bus master address are both
        guaranteed to be aligned to the smallest PAGE_SIZE order which
        is greater than or equal to the requested size.  This invariant
        exists (for example) to guarantee that if you allocate a chunk
        which is smaller than or equal to 64 kilobytes, the extent of the
        buffer you receive will not cross a 64K boundary.
      
      Just use appropriate new constants and get rid of
      the alignment code.
      
      Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      10667136
  9. 19 Dec, 2011 1 commit
  10. 16 Dec, 2011 1 commit
  11. 08 Dec, 2011 2 commits
  12. 06 Dec, 2011 1 commit
  13. 02 Dec, 2011 1 commit
  14. 11 Nov, 2011 1 commit
  15. 14 Oct, 2011 1 commit
  16. 27 Sep, 2011 1 commit
  17. 21 Sep, 2011 1 commit
  18. 19 Sep, 2011 3 commits
  19. 14 Sep, 2011 1 commit