On 05/02/2016 02:23 PM, Johannes Berg wrote:
+ if (vhtc->cap & IEEE80211_VHT_CAP_ ## a)+
p += scnprintf(p, sizeof(buf) + buf
- p, \
+ "\t\t%s\n", b);
Why not use #a instead of b?
+ PFLAG(MAX_MPDU_LENGTH_3895, "MAX-MPDU-3895");
Makes that a bit longer in the printout, but makes the code shorter.
I don't care that much either way, but it seemed nicer to customize the output.
It at least won't change the actual compiled code much...
I'll change it to be as you suggest if you want.
Thanks,
Ben
--
Ben Greear <greearb@xxxxxxxxxxxxxxx>
Candela Technologies Inc http://www.candelatech.com
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html