summaryrefslogtreecommitdiffstats
path: root/include/net/nl802154.h
diff options
context:
space:
mode:
authorChristoffer Holmstedt <christoffer@christofferholmstedt.se>2015-06-10 05:03:59 -0400
committerMarcel Holtmann <marcel@holtmann.org>2015-06-10 06:24:33 -0400
commitd446278c408bdebd4103090740ce908c5d6b5ab0 (patch)
treed556a386b43367159a36e096f0dee141e4cc2dcf /include/net/nl802154.h
parent1fc62c526a5717c63d9dbedd2e6a530467349713 (diff)
nl802154: fix misspelled enum
Signed-off-by: Christoffer Holmstedt <christoffer@christofferholmstedt.se> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/nl802154.h')
-rw-r--r--include/net/nl802154.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/nl802154.h b/include/net/nl802154.h
index 6fc231e60920..b0ab530d28cd 100644
--- a/include/net/nl802154.h
+++ b/include/net/nl802154.h
@@ -187,7 +187,7 @@ enum nl802154_wpan_phy_capability_attr {
187 * @NL802154_CCA_ENERGY_CARRIER: Carrier sense with energy above threshold 187 * @NL802154_CCA_ENERGY_CARRIER: Carrier sense with energy above threshold
188 * @NL802154_CCA_ALOHA: CCA shall always report an idle medium 188 * @NL802154_CCA_ALOHA: CCA shall always report an idle medium
189 * @NL802154_CCA_UWB_SHR: UWB preamble sense based on the SHR of a frame 189 * @NL802154_CCA_UWB_SHR: UWB preamble sense based on the SHR of a frame
190 * @NL802154_CCA_UWB_MULTIPEXED: UWB preamble sense based on the packet with 190 * @NL802154_CCA_UWB_MULTIPLEXED: UWB preamble sense based on the packet with
191 * the multiplexed preamble 191 * the multiplexed preamble
192 * @__NL802154_CCA_ATTR_AFTER_LAST: Internal 192 * @__NL802154_CCA_ATTR_AFTER_LAST: Internal
193 * @NL802154_CCA_ATTR_MAX: Maximum CCA attribute number 193 * @NL802154_CCA_ATTR_MAX: Maximum CCA attribute number
@@ -199,7 +199,7 @@ enum nl802154_cca_modes {
199 NL802154_CCA_ENERGY_CARRIER, 199 NL802154_CCA_ENERGY_CARRIER,
200 NL802154_CCA_ALOHA, 200 NL802154_CCA_ALOHA,
201 NL802154_CCA_UWB_SHR, 201 NL802154_CCA_UWB_SHR,
202 NL802154_CCA_UWB_MULTIPEXED, 202 NL802154_CCA_UWB_MULTIPLEXED,
203 203
204 /* keep last */ 204 /* keep last */
205 __NL802154_CCA_ATTR_AFTER_LAST, 205 __NL802154_CCA_ATTR_AFTER_LAST,