projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85b89af
)
nl80211: document NL80211_BSS_STATUS_AUTHENTICATED isn't used
author
Johannes Berg
<
[email protected]
>
Mon, 5 Jan 2015 10:16:42 +0000
(11:16 +0100)
committer
Johannes Berg
<
[email protected]
>
Mon, 5 Jan 2015 10:16:42 +0000
(11:16 +0100)
The flag is no longer used (and hasn't been for a long time)
since trying to track authentication (and make decisions based
on state) was just causing issues all over - see commit
95de817b9034d50860319f6033ec85d25024694c
.
Signed-off-by: Johannes Berg <
[email protected]
>
include/uapi/linux/nl80211.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/nl80211.h
b/include/uapi/linux/nl80211.h
index 18cb0aa06351415d245fbb76369b9344f9d13964..54f391141351b0a2a325bfa6fe4733e4c046ce7a 100644
(file)
--- a/
include/uapi/linux/nl80211.h
+++ b/
include/uapi/linux/nl80211.h
@@
-3265,6
+3265,9
@@
enum nl80211_bss {
/**
* enum nl80211_bss_status - BSS "status"
* @NL80211_BSS_STATUS_AUTHENTICATED: Authenticated with this BSS.
+ * Note that this is no longer used since cfg80211 no longer
+ * keeps track of whether or not authentication was done with
+ * a given BSS.
* @NL80211_BSS_STATUS_ASSOCIATED: Associated with this BSS.
* @NL80211_BSS_STATUS_IBSS_JOINED: Joined to this IBSS.
*