1. 07 2月, 2012 1 次提交
    • J
      mac80211: redesign auth/assoc · 66e67e41
      Johannes Berg 提交于
      This is the second part of the auth/assoc redesign,
      the mac80211 part. This moves the auth/assoc code
      out of the work abstraction and into the MLME, so
      that we don't flip channels all the time etc.
      
      The only downside is that when we are associated,
      we need to drop the association in order to create
      a connection to another AP, but for most drivers
      this is actually desirable and the ability to do
      was never used by any applications. If we want to
      implement resource reservation with FT-OTA, we'd
      probably best do it with explicit R-O-C in wpa_s.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      66e67e41
  2. 31 1月, 2012 1 次提交
  3. 25 1月, 2012 1 次提交
  4. 05 1月, 2012 1 次提交
  5. 16 12月, 2011 4 次提交
  6. 07 12月, 2011 1 次提交
  7. 01 12月, 2011 1 次提交
  8. 29 11月, 2011 3 次提交
  9. 22 11月, 2011 3 次提交
  10. 12 11月, 2011 2 次提交
  11. 10 11月, 2011 3 次提交
  12. 09 11月, 2011 1 次提交
  13. 03 11月, 2011 1 次提交
  14. 15 10月, 2011 1 次提交
    • H
      mac80211: Build TX radiotap header dynamically · a2fe8166
      Helmut Schaa 提交于
      Get rid of the ieee80211_tx_status_rtap_hdr struct and instead build the
      rtap header dynamically. This makes it easier to extend the rtap header
      generation in the future.
      
      Add ieee80211_tx_radiotap_len to calculate the expected size of the
      rtap header before generating it. Since we can't check if the rtap
      header fits into the requested headroom during compile time anymore
      add a WARN_ON_ONCE.
      
      Also move the actual rtap header generation into its own function.
      Signed-off-by: NHelmut Schaa <helmut.schaa@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      a2fe8166
  15. 12 10月, 2011 3 次提交
  16. 01 10月, 2011 3 次提交
  17. 28 9月, 2011 2 次提交
  18. 15 9月, 2011 3 次提交
  19. 25 8月, 2011 1 次提交
  20. 13 8月, 2011 1 次提交
  21. 09 8月, 2011 1 次提交
  22. 21 7月, 2011 1 次提交
  23. 20 7月, 2011 1 次提交