diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2015-01-05 05:16:42 -0500 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2015-01-05 05:16:42 -0500 |
| commit | 1803f594cbf9bb2e662ac945038113d0d0cc5e89 (patch) | |
| tree | d4ea5522a8b422f6a93ac7fa299d3dcc3e9cdab7 /include/uapi/linux | |
| parent | 85b89af07d509531cbbb51adb9ec65f90f304473 (diff) | |
nl80211: document NL80211_BSS_STATUS_AUTHENTICATED isn't used
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 <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index 18cb0aa06351..54f391141351 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h | |||
| @@ -3265,6 +3265,9 @@ enum nl80211_bss { | |||
| 3265 | /** | 3265 | /** |
| 3266 | * enum nl80211_bss_status - BSS "status" | 3266 | * enum nl80211_bss_status - BSS "status" |
| 3267 | * @NL80211_BSS_STATUS_AUTHENTICATED: Authenticated with this BSS. | 3267 | * @NL80211_BSS_STATUS_AUTHENTICATED: Authenticated with this BSS. |
| 3268 | * Note that this is no longer used since cfg80211 no longer | ||
| 3269 | * keeps track of whether or not authentication was done with | ||
| 3270 | * a given BSS. | ||
| 3268 | * @NL80211_BSS_STATUS_ASSOCIATED: Associated with this BSS. | 3271 | * @NL80211_BSS_STATUS_ASSOCIATED: Associated with this BSS. |
| 3269 | * @NL80211_BSS_STATUS_IBSS_JOINED: Joined to this IBSS. | 3272 | * @NL80211_BSS_STATUS_IBSS_JOINED: Joined to this IBSS. |
| 3270 | * | 3273 | * |
