1. 17 10月, 2012 7 次提交
  2. 21 9月, 2012 1 次提交
  3. 14 9月, 2012 2 次提交
  4. 07 9月, 2012 1 次提交
  5. 06 9月, 2012 2 次提交
  6. 04 9月, 2012 1 次提交
  7. 20 8月, 2012 6 次提交
  8. 02 8月, 2012 2 次提交
  9. 31 7月, 2012 9 次提交
  10. 17 7月, 2012 1 次提交
    • E
      mac80211: go out of PS before sending disassoc · 88bc40e8
      Eliad Peller 提交于
      on disassoc, ieee80211_set_disassoc() goes out of PS
      before indicating BSS_CHANGED_ASSOC (not sure why this
      is needed, but some drivers might count on the current
      behavior).
      
      However, it does it after sending the disassoc
      frame, which results in null-data frame being sent
      (in order to go out of ps) after we were already sent
      the disassoc, which is invalid.
      
      Fix it by going out of ps before sending the disassoc.
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      88bc40e8
  11. 12 7月, 2012 1 次提交
    • J
      mac80211: add time synchronisation with BSS for assoc · 8c358bcd
      Johannes Berg 提交于
      Some drivers (iwlegacy, iwlwifi and rt2x00) today use the
      bss_conf.last_tsf value. By itself though that value is
      completely worthless since it may be ancient. What really
      is needed is synchronisation between some device time and
      the TSF.
      
      To clarify this, rename bss_conf.last_tsf to sync_tsf and
      add sync_device_ts which is obtained from rx_status which
      gets a new field device_timestamp for this purpose. This
      is intentionally not using the mactime field since that
      is used for other things and in IBSS is expected to sync
      with the IBSS's TSF which isn't necessarily true for the
      device timestamp.
      
      Also, since we have the information and it's useful even
      before the connection has been established, give all the
      timing details to the driver before authenticating.
      Reviewed-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      8c358bcd
  12. 10 7月, 2012 1 次提交
  13. 09 7月, 2012 2 次提交
  14. 03 7月, 2012 1 次提交
  15. 02 7月, 2012 1 次提交
  16. 28 6月, 2012 2 次提交