An error occurred fetching the project authors.
  1. 11 Mar, 2011 2 commits
  2. 01 Mar, 2011 1 commit
  3. 25 Feb, 2011 1 commit
  4. 09 Feb, 2011 1 commit
  5. 03 Feb, 2011 2 commits
  6. 02 Feb, 2011 1 commit
    • Johannes Berg's avatar
      mac80211: fix TX status cookie in HW offload case · 4334ec85
      Johannes Berg authored
      When the off-channel TX is done with remain-on-channel
      offloaded to hardware, the reported cookie is wrong as
      in that case we shouldn't use the SKB as the cookie but
      need to instead use the corresponding r-o-c cookie
      (XOR'ed with 2 to prevent API mismatches).
      
      Fix this by keeping track of the hw_roc_skb pointer
      just for the status processing and use the correct
      cookie to report in this case. We can't use the
      hw_roc_skb pointer itself because it is NULL'ed when
      the frame is transmitted to prevent it being used
      twice.
      
      This fixes a bug where the P2P state machine in the
      supplicant gets stuck because it never gets a correct
      result for its transmitted frame.
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      4334ec85
  7. 05 Jan, 2011 2 commits
  8. 20 Dec, 2010 3 commits
  9. 13 Dec, 2010 2 commits
  10. 08 Dec, 2010 1 commit
  11. 07 Dec, 2010 1 commit
  12. 06 Dec, 2010 3 commits
  13. 29 Nov, 2010 2 commits
  14. 24 Nov, 2010 1 commit
  15. 18 Nov, 2010 1 commit
  16. 16 Nov, 2010 2 commits
  17. 13 Oct, 2010 1 commit
  18. 11 Oct, 2010 1 commit
  19. 07 Oct, 2010 1 commit
  20. 06 Oct, 2010 2 commits
  21. 05 Oct, 2010 3 commits
  22. 16 Sep, 2010 2 commits
  23. 27 Aug, 2010 3 commits
  24. 25 Aug, 2010 1 commit
    • Johannes Berg's avatar
      mac80211: fix mesh advertisement · 5eb5a52d
      Johannes Berg authored
      When a mac80211-based driver advertises mesh mode
      support, this will be advertised to userspace.
      However, if mac80211 was compiled without mesh
      support, then that won't actually be true. Fix
      this by removing the bit for mesh if mesh isn't
      compiled in.
      
      Since this synchronizes what we advertise to
      cfg80211 and actually support, it means we can
      now rely on cfg80211's interface type checks
      and need not check again in mac80211.
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      5eb5a52d