]> git.itanic.dy.fi Git - linux-stable/commit
mt76: mt7615: Fix build with older compilers
authorPablo Greco <pgreco@centosproject.org>
Sun, 1 Dec 2019 18:17:10 +0000 (15:17 -0300)
committerFelix Fietkau <nbd@nbd.name>
Fri, 14 Feb 2020 09:06:00 +0000 (10:06 +0100)
commitf53300fdaa84dc02f96ab9446b5bac4d20016c43
tree234dd1b85f23787f6f95b97e62627b851f82375d
parent1a874afbbf8812af4c4e269eb3d2c6b201532ed0
mt76: mt7615: Fix build with older compilers

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 bf92e7685100 ("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>
drivers/net/wireless/mediatek/mt76/mt7615/mac.c