net: ieee802154: mrf24j40: convert to use maple tree register cache
authorBo Liu <liubo03@inspur.com>
Fri, 2 Feb 2024 06:46:59 +0000 (01:46 -0500)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 26 Feb 2024 20:44:12 +0000 (21:44 +0100)
commit36cc392d1ae142e82b38d137daaac282dd1aced1
treee6d89ca3dd2ea9f0a4749c10a1d7c972cc9c88d3
parentb0f413bc63ea39358ec42a7f16526b097cf1f3b4
net: ieee802154: mrf24j40: convert to use maple tree register cache

The maple tree register cache is based on a much more modern data structure
than the rbtree cache and makes optimisation choices which are probably
more appropriate for modern systems than those made by the rbtree cache.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Message-ID: <20240202064659.39434-1-liubo03@inspur.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
drivers/net/ieee802154/mrf24j40.c