mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 19:11:38 +04:00
b8fc512a05
Majority of kernel uses a_to_b(a) instead of b_from_a(a). Convert to that to be consistent with all helpers in the driver. Additionally drop inline function definitions. Let the compiler decide what is best. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> Link: https://github.com/openwrt/openwrt/pull/23411 Signed-off-by: Robert Marko <robimarko@gmail.com>