1. 07 2月, 2012 4 次提交
  2. 31 1月, 2012 6 次提交
  3. 28 1月, 2012 6 次提交
  4. 25 1月, 2012 12 次提交
  5. 19 1月, 2012 3 次提交
  6. 17 1月, 2012 3 次提交
  7. 14 1月, 2012 1 次提交
    • J
      mac80211: fix no-op authorized transitions · 543d1b92
      Johannes Berg 提交于
      When userspace attempts to authorize a station
      that is already authorized, nothing happens as
      you'd expect. Similarly, when it unauthorizes
      a station that is associated, nothing happens.
      
      However, when it unauthorizes a station that
      isn't even associated yet, we erroneously try
      to move the station to associated. This seems
      to happen occasionally as a result of a race
      when wpa_supplicant attempts to unauthorize
      the port in managed mode. Particularly with my
      new patches to keep stations, it can then move
      a station into ASSOCIATED state before we have
      really associated, which is really confusing.
      
      I introduced this bug in
      "mac80211: refactor station state transitions"
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      543d1b92
  8. 13 1月, 2012 1 次提交
  9. 12 1月, 2012 1 次提交
  10. 05 1月, 2012 3 次提交