On Fri, 2022-09-23 at 10:55 +0900, Jaewan Kim wrote: > > +#define PRINT_FTM_U8(T, NAME) \ > + do { \ > + if (T[NL80211_PMSR_FTM_CAPA_ATTR_##NAME]) \ > + printf("\t\t\t" #NAME "=\n", \ > + nla_get_u8(T[NL80211_PMSR_FTM_CAPA_ATTR_##NAME])); \ This doesn't compile, and there are also a few compiler warnings. That's all easy to fix, but it does make me wonder if you tested this at all, or accidentally sent out an unfixed version from before testing, or so? johannes