diff options
author | Johannes Berg <[email protected]> | 2012-01-13 14:17:59 +0100 |
---|---|---|
committer | John W. Linville <[email protected]> | 2012-01-13 14:40:58 -0500 |
commit | 543d1b92d5500841e70f15e79d197bbffed36561 (patch) | |
tree | a41f7f9dced47e2f9fd967531107f57a7a59d1fd /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | dfd00c4c8f3dfa1fd7cec45f83d98b2a49743dcd (diff) |
mac80211: fix no-op authorized transitions
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: Johannes Berg <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions