mbox series

pull-request: ieee802154 for net 2022-08-29

Message ID 20220829100308.2802578-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Headers show
Series pull-request: ieee802154 for net 2022-08-29 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-net-2022-08-29

Message

Stefan Schmidt Aug. 29, 2022, 10:03 a.m. UTC
Hello Dave, Jakub.

An update from ieee802154 for your *net* tree.

A repeated word fix from Jilin Yuan.
A missed return code setting in the cc2520 driver by Li Qiong.
Fixing a potential race in by defering the workqueue destroy in the adf7242
driver by Lin Ma.
Fixing a long standing problem in the mac802154 rx path to match corretcly by
Miquel Raynal.

regards
Stefan Schmidt

The following changes since commit 5003e52c311a2135d737ae906577c639fbaafe54:

  Merge branch 'bonding-802-3ad-fix-no-transmission-of-lacpdus' (2022-08-22 18:30:28 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-net-2022-08-29

for you to fetch changes up to ffd7bdddaab193c38416fd5dd416d065517d266e:

  ieee802154: cc2520: add rc code in cc2520_tx() (2022-08-29 11:10:22 +0200)

----------------------------------------------------------------
Jilin Yuan (1):
      net/ieee802154: fix repeated words in comments

Li Qiong (1):
      ieee802154: cc2520: add rc code in cc2520_tx()

Lin Ma (1):
      ieee802154/adf7242: defer destroy_workqueue call

Miquel Raynal (1):
      net: mac802154: Fix a condition in the receive path

 drivers/net/ieee802154/adf7242.c | 3 ++-
 drivers/net/ieee802154/ca8210.c  | 2 +-
 drivers/net/ieee802154/cc2520.c  | 1 +
 net/mac802154/rx.c               | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 31, 2022, 6:10 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 29 Aug 2022 12:03:08 +0200 you wrote:
> Hello Dave, Jakub.
> 
> An update from ieee802154 for your *net* tree.
> 
> A repeated word fix from Jilin Yuan.
> A missed return code setting in the cc2520 driver by Li Qiong.
> Fixing a potential race in by defering the workqueue destroy in the adf7242
> driver by Lin Ma.
> Fixing a long standing problem in the mac802154 rx path to match corretcly by
> Miquel Raynal.
> 
> [...]

Here is the summary with links:
  - pull-request: ieee802154 for net 2022-08-29
    https://git.kernel.org/netdev/net/c/613c86977efd

You are awesome, thank you!