1. 21 Sep, 2016 1 commit
  2. 22 Feb, 2014 2 commits
  3. 20 Dec, 2013 1 commit
  4. 30 Sep, 2013 1 commit
  5. 12 Aug, 2013 2 commits
  6. 01 Aug, 2013 1 commit
  7. 16 Jul, 2013 2 commits
  8. 24 Jun, 2013 1 commit
  9. 18 Jun, 2013 1 commit
    • Antonio Quartulli's avatar
      Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion" · 52874a5e
      Antonio Quartulli authored
      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: default avatarAntonio Quartulli <antonio@open-mesh.com>
      [remove unused variable]
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      52874a5e
  10. 12 Jun, 2013 1 commit
  11. 11 Jun, 2013 3 commits
  12. 03 Jun, 2013 1 commit
  13. 29 May, 2013 1 commit
  14. 24 May, 2013 1 commit
    • Johannes Berg's avatar
      cfg80211/mac80211: use cfg80211 wdev mutex in mac80211 · 8d61ffa5
      Johannes Berg authored
      
      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: default avatarJohannes Berg <johannes.berg@intel.com>
      8d61ffa5
  15. 16 May, 2013 3 commits
  16. 22 Apr, 2013 1 commit
  17. 16 Apr, 2013 1 commit
  18. 10 Apr, 2013 1 commit
  19. 08 Apr, 2013 1 commit
  20. 25 Mar, 2013 2 commits
  21. 22 Mar, 2013 1 commit
  22. 11 Mar, 2013 2 commits
  23. 07 Mar, 2013 1 commit
  24. 06 Mar, 2013 8 commits