1. 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
  2. 05 12月, 2012 1 次提交
  3. 04 12月, 2012 3 次提交
  4. 31 10月, 2012 1 次提交
  5. 20 10月, 2012 7 次提交
  6. 06 10月, 2012 1 次提交
  7. 25 9月, 2012 5 次提交
  8. 12 9月, 2012 1 次提交
  9. 08 9月, 2012 2 次提交
  10. 06 9月, 2012 1 次提交
  11. 03 8月, 2012 1 次提交
  12. 17 7月, 2012 1 次提交
  13. 12 7月, 2012 1 次提交
  14. 21 6月, 2012 1 次提交
  15. 07 6月, 2012 1 次提交
  16. 06 6月, 2012 1 次提交
  17. 09 5月, 2012 1 次提交
  18. 24 4月, 2012 1 次提交
    • A
      rt2800: add chipset revision RT5390R support · 0586a11b
      Anisse Astier 提交于
      About 70% of the chips with revision RT5390R initialize incorrectly, using
      the auxiliary antenna instead of the main one. The net result is that
      signal reception is very poor (no AP further than 1M).
      
      This chipset differs from RT5390 and RT5390F by its support of hardware
      antenna diversity. Therefore antenna selection should be done
      differently, by disabling software features and previously selected
      antenna.
      
      This changeset does just that, and makes all RT5390R work properly.
      
      This is based on Ralink's 2012_03_22_RT5572_Linux_STA_v2.6.0.0_DPO
      driver.
      Signed-off-by: NAnisse Astier <anisse@astier.eu>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      0586a11b
  19. 14 4月, 2012 3 次提交
  20. 16 3月, 2012 1 次提交
  21. 28 2月, 2012 2 次提交
  22. 23 2月, 2012 1 次提交
  23. 09 2月, 2012 2 次提交