diff options
| author | Min Liu <minliu@codeaurora.org> | 2019-04-22 18:54:41 +0800 |
|---|---|---|
| committer | Min Liu <minliu@codeaurora.org> | 2019-04-22 18:54:41 +0800 |
| commit | 8a44273ed583caad432658416a1efc9c368df301 (patch) | |
| tree | 50d381566b3613a184910386c0a4413ddf100b79 /include/uapi | |
| parent | 8b618604151d0ff5998f30eb3c2f114113fdc7c0 (diff) | |
Revert "cfg80211/nl80211: Offload OWE processing to user space"
This reverts commit f57fa308b0d8330580a932dcc5c460e9d2352284.
bssid in cfg80211_update_owe_info need to be changed to peer.
Change-Id: I7cf248926fe1b86c3a75d5441955ce4cb60c91f7
CRs-Fixed: 2414077
Signed-off-by: Min Liu <minliu@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index 9ac3946a916f..0527b779f2f0 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h @@ -990,11 +990,6 @@ * indicated by %NL80211_ATTR_WIPHY_FREQ and other attributes * determining the width and type. * - * @NL80211_CMD_UPDATE_OWE_INFO: This interface allows the host driver to - * offload OWE processing to user space. This intends to support - * OWE/Enhanced Open AKM by the host drivers that implemnt SME but rely - * on the user space for the crypotographic/DH IE processing. - * * @NL80211_CMD_MAX: highest used command number * @__NL80211_CMD_AFTER_LAST: internal use */ @@ -1215,7 +1210,6 @@ enum nl80211_commands { NL80211_CMD_NOTIFY_RADAR, - NL80211_CMD_UPDATE_OWE_INFO, /* add new commands above here */ /* used to define NL80211_CMD_MAX below */ |
