1. 25 3月, 2013 1 次提交
  2. 12 2月, 2013 1 次提交
  3. 08 2月, 2013 3 次提交
  4. 19 1月, 2013 1 次提交
  5. 14 1月, 2013 1 次提交
  6. 03 1月, 2013 1 次提交
    • J
      mac80211: split TX aggregation stop action · 18b559d5
      Johannes Berg 提交于
      When TX aggregation is stopped, there are a few
      different cases:
       - connection with the peer was dropped
       - session stop was requested locally
       - session stop was requested by the peer
       - connection was dropped while a session is stopping
      
      The behaviour in these cases should be different, if
      the connection is dropped then the driver should drop
      all frames, otherwise the frames may continue to be
      transmitted, aggregated in the case of a locally
      requested session stop or unaggregated in the case of
      the peer requesting session stop.
      
      Split these different cases so that the driver can
      act accordingly; however, treat local and remote stop
      the same way and ask the driver to not send frames as
      aggregated packets any more.
      
      In the case of connection drop, the stop callback the
      driver is otherwise supposed to call is no longer
      required.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      18b559d5
  7. 11 12月, 2012 7 次提交
  8. 07 12月, 2012 1 次提交
  9. 05 12月, 2012 6 次提交
  10. 04 12月, 2012 7 次提交
  11. 28 11月, 2012 4 次提交
  12. 27 11月, 2012 7 次提交