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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'ieee802154-for-net-2024-09-01' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan

Stefan Schmidt says:

====================
pull-request: ieee802154 for net 2024-09-01

Simon Horman catched two typos in our headers. No functional change.

* tag 'ieee802154-for-net-2024-09-01' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan:
ieee802154: Correct spelling in nl802154.h
mac802154: Correct spelling in mac802154.h
====================

Link: https://patch.msgid.link/20240901184213.2303047-1-stefan@datenfreihafen.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+3 -3
+2 -2
include/net/mac802154.h
··· 140 140 * 141 141 * xmit_sync: 142 142 * Handler that 802.15.4 module calls for each transmitted frame. 143 - * skb cntains the buffer starting from the IEEE 802.15.4 header. 143 + * skb contains the buffer starting from the IEEE 802.15.4 header. 144 144 * The low-level driver should send the frame based on available 145 145 * configuration. This is called by a workqueue and useful for 146 146 * synchronous 802.15.4 drivers. ··· 152 152 * 153 153 * xmit_async: 154 154 * Handler that 802.15.4 module calls for each transmitted frame. 155 - * skb cntains the buffer starting from the IEEE 802.15.4 header. 155 + * skb contains the buffer starting from the IEEE 802.15.4 header. 156 156 * The low-level driver should send the frame based on available 157 157 * configuration. 158 158 * This function should return zero or negative errno.
+1 -1
include/net/nl802154.h
··· 192 192 * @NL802154_CAP_ATTR_TX_POWERS: a nested attribute for 193 193 * nl802154_wpan_phy_tx_power 194 194 * @NL802154_CAP_ATTR_MIN_CCA_ED_LEVEL: minimum value for cca_ed_level 195 - * @NL802154_CAP_ATTR_MAX_CCA_ED_LEVEL: maxmimum value for cca_ed_level 195 + * @NL802154_CAP_ATTR_MAX_CCA_ED_LEVEL: maximum value for cca_ed_level 196 196 * @NL802154_CAP_ATTR_CCA_MODES: nl802154_cca_modes flags 197 197 * @NL802154_CAP_ATTR_CCA_OPTS: nl802154_cca_opts flags 198 198 * @NL802154_CAP_ATTR_MIN_MINBE: minimum of minbe value