1. 16 7月, 2013 1 次提交
  2. 24 6月, 2013 1 次提交
  3. 18 6月, 2013 1 次提交
    • A
      Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion" · 52874a5e
      Antonio Quartulli 提交于
      This reverts commit 6d810f10
      
      In this way an IBSS station will not use the AUTH messages
      to trigger a state reinitialisation anymore.
      
      The behaviour was racy and was not working properly.
      It has been introduced to help wpa_supplicant to support
      IBSS/RSN, however all the logic is now getting moved into
      wpa_s itself which will also be in charge of handling the
      AUTH messages thanks to the mgmt frame registration.
      
      If userspace does not register for receiving AUTH frames
      then mac80211 will still reply by itself.
      
      At the same time, the auth frame registration counter can be
      removed since it is not needed anymore.
      Signed-off-by: NAntonio Quartulli <antonio@open-mesh.com>
      [remove unused variable]
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      52874a5e
  4. 12 6月, 2013 1 次提交
  5. 11 6月, 2013 3 次提交
  6. 03 6月, 2013 1 次提交
  7. 29 5月, 2013 1 次提交
  8. 25 5月, 2013 1 次提交
    • J
      cfg80211/mac80211: use cfg80211 wdev mutex in mac80211 · 8d61ffa5
      Johannes Berg 提交于
      Using separate locks in cfg80211 and mac80211 has always
      caused issues, for example having to unlock in places in
      mac80211 to call cfg80211, which even needed a framework
      to make cfg80211 calls after some functions returned etc.
      
      Additionally, I suspect some issues people have reported
      with the cfg80211 state getting confused could be due to
      such issues, when cfg80211 is asking mac80211 to change
      state but mac80211 is in the process of telling cfg80211
      that the state changed (in another way.)
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      8d61ffa5
  9. 17 5月, 2013 3 次提交
  10. 22 4月, 2013 1 次提交
  11. 17 4月, 2013 1 次提交
  12. 11 4月, 2013 1 次提交
  13. 08 4月, 2013 1 次提交
  14. 26 3月, 2013 1 次提交
  15. 25 3月, 2013 1 次提交
  16. 22 3月, 2013 1 次提交
  17. 11 3月, 2013 2 次提交
  18. 07 3月, 2013 1 次提交
  19. 06 3月, 2013 8 次提交
  20. 28 2月, 2013 1 次提交
  21. 27 2月, 2013 1 次提交
  22. 15 2月, 2013 7 次提交