1. 25 8月, 2011 1 次提交
  2. 09 8月, 2011 1 次提交
  3. 19 7月, 2011 1 次提交
  4. 08 7月, 2011 2 次提交
  5. 07 7月, 2011 1 次提交
  6. 30 6月, 2011 1 次提交
  7. 02 6月, 2011 1 次提交
  8. 17 5月, 2011 2 次提交
  9. 13 5月, 2011 3 次提交
  10. 12 5月, 2011 5 次提交
  11. 06 5月, 2011 2 次提交
  12. 29 4月, 2011 1 次提交
  13. 21 4月, 2011 1 次提交
  14. 13 4月, 2011 4 次提交
  15. 08 4月, 2011 1 次提交
  16. 12 3月, 2011 2 次提交
  17. 02 3月, 2011 1 次提交
  18. 26 2月, 2011 1 次提交
  19. 10 2月, 2011 1 次提交
  20. 04 2月, 2011 2 次提交
  21. 03 2月, 2011 1 次提交
    • J
      mac80211: fix TX status cookie in HW offload case · 4334ec85
      Johannes Berg 提交于
      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: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      4334ec85
  22. 06 1月, 2011 2 次提交
  23. 21 12月, 2010 3 次提交