mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Remove MATCHOUI macro, unused since r197980.
This commit is contained in:
parent
e4195e2e12
commit
93d6afd877
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308182
@ -2716,11 +2716,6 @@ printathie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
|
||||
static void
|
||||
printmeshconf(const char *tag, const uint8_t *ie, size_t ielen, int maxlen)
|
||||
{
|
||||
#define MATCHOUI(field, oui, string) \
|
||||
do { \
|
||||
if (memcmp(field, oui, 4) == 0) \
|
||||
printf("%s", string); \
|
||||
} while (0)
|
||||
|
||||
printf("%s", tag);
|
||||
if (verbose) {
|
||||
@ -2754,7 +2749,6 @@ do { \
|
||||
printf(" FORM:0x%x CAPS:0x%x>", mconf->conf_form,
|
||||
mconf->conf_cap);
|
||||
}
|
||||
#undef MATCHOUI
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user