projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60df54f
)
nl80211: fix typo of NL80211_IF_TYPE_OCB in documentation
author
Veerendranath Jakkam
<quic_vjakkam@quicinc.com>
Tue, 22 Feb 2022 15:06:39 +0000
(20:36 +0530)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 11 Mar 2022 10:43:55 +0000
(11:43 +0100)
It should be NL80211_IFTYPE_OCB instead.
Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
Link:
https://lore.kernel.org/r/1645542399-4680-1-git-send-email-quic_vjakkam@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/uapi/linux/nl80211.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/nl80211.h
b/include/uapi/linux/nl80211.h
index 98ed52663d6b4b047e6b5b5b917dd8c43dd8f82e..0568a79097b8aaac2c0e04eb41a636e99d0618b4 100644
(file)
--- a/
include/uapi/linux/nl80211.h
+++ b/
include/uapi/linux/nl80211.h
@@
-3259,7
+3259,7
@@
enum nl80211_attrs {
* and therefore can't be created in the normal ways, use the
* %NL80211_CMD_START_P2P_DEVICE and %NL80211_CMD_STOP_P2P_DEVICE
* commands to create and destroy one
- * @NL80211_IF
_
TYPE_OCB: Outside Context of a BSS
+ * @NL80211_IFTYPE_OCB: Outside Context of a BSS
* This mode corresponds to the MIB variable dot11OCBActivated=true
* @NL80211_IFTYPE_NAN: NAN device interface type (not a netdev)
* @NL80211_IFTYPE_MAX: highest interface type number currently defined