mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-08 20:16:22 -05:00
Backport FIELD_PREP_CONST patch needed for at803x backport patches to correctly compile and work. This MACRO is needed to treat values derived from FIELD_PREP usage as const to be used by switch case or other needed usage. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>