linux-headers: update nl802154.h kernel header

Taken from "include/net/nl802154.h", Linux 5.14,
7d2a07b769330c34b4deabeed939325c77a7ec2f, Aug 30, 2021.
This commit is contained in:
Thomas Haller
2021-08-30 19:00:25 +02:00
parent aadcd0935e
commit c3d0249859

View File

@@ -3,7 +3,7 @@
/* /*
* 802.15.4 netlink interface public header * 802.15.4 netlink interface public header
* *
* Copyright (C) 2014 Alexander Aring <aar@pengutronix.de> * Copyright 2014 Alexander Aring <aar@pengutronix.de>
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
@@ -22,8 +22,8 @@
#define NL802154_GENL_NAME "nl802154" #define NL802154_GENL_NAME "nl802154"
enum nl802154_commands { enum nl802154_commands {
/* don't change the order or add anything between, this is ABI! */ /* don't change the order or add anything between, this is ABI! */
/* currently we don't shipping this file via uapi, ignore the above one */ /* currently we don't shipping this file via uapi, ignore the above one */
NL802154_CMD_UNSPEC, NL802154_CMD_UNSPEC,
NL802154_CMD_GET_WPAN_PHY, /* can dump */ NL802154_CMD_GET_WPAN_PHY, /* can dump */
@@ -56,7 +56,7 @@ enum nl802154_commands {
NL802154_CMD_SET_WPAN_PHY_NETNS, NL802154_CMD_SET_WPAN_PHY_NETNS,
/* add new commands above here */ /* add new commands above here */
#ifdef CONFIG_IEEE802154_NL802154_EXPERIMENTAL #ifdef CONFIG_IEEE802154_NL802154_EXPERIMENTAL
NL802154_CMD_SET_SEC_PARAMS, NL802154_CMD_SET_SEC_PARAMS,
@@ -80,8 +80,8 @@ enum nl802154_commands {
}; };
enum nl802154_attrs { enum nl802154_attrs {
/* don't change the order or add anything between, this is ABI! */ /* don't change the order or add anything between, this is ABI! */
/* currently we don't shipping this file via uapi, ignore the above one */ /* currently we don't shipping this file via uapi, ignore the above one */
NL802154_ATTR_UNSPEC, NL802154_ATTR_UNSPEC,
NL802154_ATTR_WPAN_PHY, NL802154_ATTR_WPAN_PHY,
@@ -131,7 +131,7 @@ enum nl802154_attrs {
NL802154_ATTR_PID, NL802154_ATTR_PID,
NL802154_ATTR_NETNS_FD, NL802154_ATTR_NETNS_FD,
/* add attributes here, update the policy in nl802154.c */ /* add attributes here, update the policy in nl802154.c */
#ifdef CONFIG_IEEE802154_NL802154_EXPERIMENTAL #ifdef CONFIG_IEEE802154_NL802154_EXPERIMENTAL
NL802154_ATTR_SEC_ENABLED, NL802154_ATTR_SEC_ENABLED,
@@ -167,7 +167,8 @@ enum nl802154_iftype {
* *
* @__NL802154_CAP_ATTR_INVALID: attribute number 0 is reserved * @__NL802154_CAP_ATTR_INVALID: attribute number 0 is reserved
* @NL802154_CAP_ATTR_CHANNELS: a nested attribute for nl802154_channel_attr * @NL802154_CAP_ATTR_CHANNELS: a nested attribute for nl802154_channel_attr
* @NL802154_CAP_ATTR_TX_POWERS: a nested attribute for nl802154_wpan_phy_tx_power * @NL802154_CAP_ATTR_TX_POWERS: a nested attribute for
* nl802154_wpan_phy_tx_power
* @NL802154_CAP_ATTR_MIN_CCA_ED_LEVEL: minimum value for cca_ed_level * @NL802154_CAP_ATTR_MIN_CCA_ED_LEVEL: minimum value for cca_ed_level
* @NL802154_CAP_ATTR_MAX_CCA_ED_LEVEL: maxmimum value for cca_ed_level * @NL802154_CAP_ATTR_MAX_CCA_ED_LEVEL: maxmimum value for cca_ed_level
* @NL802154_CAP_ATTR_CCA_MODES: nl802154_cca_modes flags * @NL802154_CAP_ATTR_CCA_MODES: nl802154_cca_modes flags
@@ -225,7 +226,8 @@ enum nl802154_wpan_phy_capability_attr {
* @NL802154_CCA_ENERGY_CARRIER: Carrier sense with energy above threshold * @NL802154_CCA_ENERGY_CARRIER: Carrier sense with energy above threshold
* @NL802154_CCA_ALOHA: CCA shall always report an idle medium * @NL802154_CCA_ALOHA: CCA shall always report an idle medium
* @NL802154_CCA_UWB_SHR: UWB preamble sense based on the SHR of a frame * @NL802154_CCA_UWB_SHR: UWB preamble sense based on the SHR of a frame
* @NL802154_CCA_UWB_MULTIPLEXED: UWB preamble sense based on the packet with the multiplexed preamble * @NL802154_CCA_UWB_MULTIPLEXED: UWB preamble sense based on the packet with
* the multiplexed preamble
* @__NL802154_CCA_ATTR_AFTER_LAST: Internal * @__NL802154_CCA_ATTR_AFTER_LAST: Internal
* @NL802154_CCA_ATTR_MAX: Maximum CCA attribute number * @NL802154_CCA_ATTR_MAX: Maximum CCA attribute number
*/ */