]> git.baikalelectronics.ru Git - kernel.git/commit
mt76: mt7615: Fix build with older compilers
authorPablo Greco <pgreco@centosproject.org>
Sun, 1 Dec 2019 18:17:10 +0000 (15:17 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 11:44:09 +0000 (12:44 +0100)
commitb34d17b1839da075a617a36333c3310bc1479ed7
treef92dc51f32d74dc028ea1ec3018b4fff0c879b1c
parentb8d3b0bfd61888905b52581b09d4724016ab8a67
mt76: mt7615: Fix build with older compilers

commit 3a37b580abd94ea5a84c7502c5f07f83e74799d0 upstream.

Some compilers (tested with 4.8.5 from CentOS 7) fail properly process
FIELD_GET inside an inline function, which ends up in a BUILD_BUG_ON.
Convert inline function to a macro.

Fixes commit c45085ce7cf8 ("mt76: mt7615: add support for per-chain
signal strength reporting")
Reported in https://lkml.org/lkml/2019/9/21/146

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Pablo Greco <pgreco@centosproject.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Cc: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/mediatek/mt76/mt7615/mac.c