1. 10 11月, 2011 19 次提交
  2. 09 11月, 2011 9 次提交
  3. 08 11月, 2011 2 次提交
  4. 03 11月, 2011 4 次提交
  5. 15 10月, 2011 5 次提交
  6. 12 10月, 2011 1 次提交
    • J
      mac80211: dont orphan TX skb · d5294971
      Johannes Berg 提交于
      This was another workaround for truesize "bugs".
      The reason we did this was that when we orphaned
      the SKB it wouldn't be truesize-checked later.
      Now that the check is gone (and we just charge
      the former smaller size to the socket) there's
      no longer a reason to orphan the skb here.
      
      Keep the skb charged to the socket until it is
      really freed (or orphaned in TX status). This
      helps flow control and allows us to get at the
      socket later for other purposes.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d5294971