Skip to content

Commit d446278

Browse files
christofferholmstedtholtmann
authored andcommitted
nl802154: fix misspelled enum
Signed-off-by: Christoffer Holmstedt <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 1fc62c5 commit d446278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/net/nl802154.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ enum nl802154_wpan_phy_capability_attr {
187187
* @NL802154_CCA_ENERGY_CARRIER: Carrier sense with energy above threshold
188188
* @NL802154_CCA_ALOHA: CCA shall always report an idle medium
189189
* @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
191191
* the multiplexed preamble
192192
* @__NL802154_CCA_ATTR_AFTER_LAST: Internal
193193
* @NL802154_CCA_ATTR_MAX: Maximum CCA attribute number
@@ -199,7 +199,7 @@ enum nl802154_cca_modes {
199199
NL802154_CCA_ENERGY_CARRIER,
200200
NL802154_CCA_ALOHA,
201201
NL802154_CCA_UWB_SHR,
202-
NL802154_CCA_UWB_MULTIPEXED,
202+
NL802154_CCA_UWB_MULTIPLEXED,
203203

204204
/* keep last */
205205
__NL802154_CCA_ATTR_AFTER_LAST,

0 commit comments

Comments
 (0)