aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2012-03-13 05:57:51 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-03-13 14:54:19 -0400
commit6d430c2566467aaa6f39cbf7d0f6da5090db7007 (patch)
treec51e960bdf8751c617df55497a24a624dabc9275 /Documentation/networking
parent8c00228e98bd2c8ab92b6f364f196cb60a7ff76d (diff)
Documentation: make exists consistent
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/mac80211-auth-assoc-deauth.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/networking/mac80211-auth-assoc-deauth.txt b/Documentation/networking/mac80211-auth-assoc-deauth.txt
index 721773d2b9d2..e0a2aa585ca3 100644
--- a/Documentation/networking/mac80211-auth-assoc-deauth.txt
+++ b/Documentation/networking/mac80211-auth-assoc-deauth.txt
@@ -14,7 +14,7 @@ alt authentication needed (not FT)
14userspace->mac80211: authenticate 14userspace->mac80211: authenticate
15 15
16alt authenticated/authenticating already 16alt authenticated/authenticating already
17mac80211->driver: sta_state(AP, not-exist) 17mac80211->driver: sta_state(AP, not-exists)
18mac80211->driver: bss_info_changed(clear BSSID) 18mac80211->driver: bss_info_changed(clear BSSID)
19else associated 19else associated
20note over mac80211,driver 20note over mac80211,driver
@@ -91,8 +91,8 @@ mac80211->driver: TX deauth/disassoc
91mac80211->driver: flush frames 91mac80211->driver: flush frames
92mac80211->driver: sta_state(AP,associated) 92mac80211->driver: sta_state(AP,associated)
93mac80211->driver: sta_state(AP,authenticated) 93mac80211->driver: sta_state(AP,authenticated)
94mac80211->driver: sta_state(AP,exist) 94mac80211->driver: sta_state(AP,exists)
95mac80211->driver: sta_state(AP,not-exist) 95mac80211->driver: sta_state(AP,not-exists)
96mac80211->driver: turn off powersave 96mac80211->driver: turn off powersave
97mac80211->driver: bss_info_changed(clear BSSID, not associated, no QoS, ...) 97mac80211->driver: bss_info_changed(clear BSSID, not associated, no QoS, ...)
98mac80211->driver: config(non-HT channel type) 98mac80211->driver: config(non-HT channel type)