Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nl80211: fix some kernel doc tag mistakes

There is a bunch of tags marking constants with &, which means struct
or enum name. Replace them with %, which is the correct tag for
constants.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>

authored by

Luca Coelho and committed by
Johannes Berg
badbc27d 7f6afc33

+14 -14
+14 -14
include/uapi/linux/nl80211.h
··· 981 981 * only the %NL80211_ATTR_IE data is used and updated with this command. 982 982 * 983 983 * @NL80211_CMD_SET_PMK: For offloaded 4-Way handshake, set the PMK or PMK-R0 984 - * for the given authenticator address (specified with &NL80211_ATTR_MAC). 985 - * When &NL80211_ATTR_PMKR0_NAME is set, &NL80211_ATTR_PMK specifies the 984 + * for the given authenticator address (specified with %NL80211_ATTR_MAC). 985 + * When %NL80211_ATTR_PMKR0_NAME is set, %NL80211_ATTR_PMK specifies the 986 986 * PMK-R0, otherwise it specifies the PMK. 987 987 * @NL80211_CMD_DEL_PMK: For offloaded 4-Way handshake, delete the previously 988 988 * configured PMK for the authenticator address identified by 989 - * &NL80211_ATTR_MAC. 989 + * %NL80211_ATTR_MAC. 990 990 * @NL80211_CMD_PORT_AUTHORIZED: An event that indicates that the 4 way 991 991 * handshake was completed successfully by the driver. The BSSID is 992 - * specified with &NL80211_ATTR_MAC. Drivers that support 4 way handshake 992 + * specified with %NL80211_ATTR_MAC. Drivers that support 4 way handshake 993 993 * offload should send this event after indicating 802.11 association with 994 - * &NL80211_CMD_CONNECT or &NL80211_CMD_ROAM. If the 4 way handshake failed 995 - * &NL80211_CMD_DISCONNECT should be indicated instead. 994 + * %NL80211_CMD_CONNECT or %NL80211_CMD_ROAM. If the 4 way handshake failed 995 + * %NL80211_CMD_DISCONNECT should be indicated instead. 996 996 * 997 997 * @NL80211_CMD_CONTROL_PORT_FRAME: Control Port (e.g. PAE) frame TX request 998 998 * and RX notification. This command is used both as a request to transmit ··· 1029 1029 * initiated the connection through the connect request. 1030 1030 * 1031 1031 * @NL80211_CMD_STA_OPMODE_CHANGED: An event that notify station's 1032 - * ht opmode or vht opmode changes using any of &NL80211_ATTR_SMPS_MODE, 1033 - * &NL80211_ATTR_CHANNEL_WIDTH,&NL80211_ATTR_NSS attributes with its 1034 - * address(specified in &NL80211_ATTR_MAC). 1032 + * ht opmode or vht opmode changes using any of %NL80211_ATTR_SMPS_MODE, 1033 + * %NL80211_ATTR_CHANNEL_WIDTH,%NL80211_ATTR_NSS attributes with its 1034 + * address(specified in %NL80211_ATTR_MAC). 1035 1035 * 1036 1036 * @NL80211_CMD_MAX: highest used command number 1037 1037 * @__NL80211_CMD_AFTER_LAST: internal use ··· 2218 2218 * @NL80211_ATTR_EXTERNAL_AUTH_ACTION: Identify the requested external 2219 2219 * authentication operation (u32 attribute with an 2220 2220 * &enum nl80211_external_auth_action value). This is used with the 2221 - * &NL80211_CMD_EXTERNAL_AUTH request event. 2221 + * %NL80211_CMD_EXTERNAL_AUTH request event. 2222 2222 * @NL80211_ATTR_EXTERNAL_AUTH_SUPPORT: Flag attribute indicating that the user 2223 2223 * space supports external authentication. This attribute shall be used 2224 2224 * only with %NL80211_CMD_CONNECT request. The driver may offload ··· 3491 3491 * @NL80211_RRF_AUTO_BW: maximum available bandwidth should be calculated 3492 3492 * base on contiguous rules and wider channels will be allowed to cross 3493 3493 * multiple contiguous/overlapping frequency ranges. 3494 - * @NL80211_RRF_IR_CONCURRENT: See &NL80211_FREQUENCY_ATTR_IR_CONCURRENT 3494 + * @NL80211_RRF_IR_CONCURRENT: See %NL80211_FREQUENCY_ATTR_IR_CONCURRENT 3495 3495 * @NL80211_RRF_NO_HT40MINUS: channels can't be used in HT40- operation 3496 3496 * @NL80211_RRF_NO_HT40PLUS: channels can't be used in HT40+ operation 3497 3497 * @NL80211_RRF_NO_80MHZ: 80MHz operation not allowed ··· 5643 5643 * @NL80211_NAN_SRF_INCLUDE: present if the include bit of the SRF set. 5644 5644 * This is a flag. 5645 5645 * @NL80211_NAN_SRF_BF: Bloom Filter. Present if and only if 5646 - * &NL80211_NAN_SRF_MAC_ADDRS isn't present. This attribute is binary. 5646 + * %NL80211_NAN_SRF_MAC_ADDRS isn't present. This attribute is binary. 5647 5647 * @NL80211_NAN_SRF_BF_IDX: index of the Bloom Filter. Mandatory if 5648 - * &NL80211_NAN_SRF_BF is present. This is a u8. 5648 + * %NL80211_NAN_SRF_BF is present. This is a u8. 5649 5649 * @NL80211_NAN_SRF_MAC_ADDRS: list of MAC addresses for the SRF. Present if 5650 - * and only if &NL80211_NAN_SRF_BF isn't present. This is a nested 5650 + * and only if %NL80211_NAN_SRF_BF isn't present. This is a nested 5651 5651 * attribute. Each nested attribute is a MAC address. 5652 5652 * @NUM_NL80211_NAN_SRF_ATTR: internal 5653 5653 * @NL80211_NAN_SRF_ATTR_MAX: highest NAN SRF attribute