]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
net80211: Remove tautological state display
authorCy Schubert <cy@FreeBSD.org>
Tue, 19 Jul 2022 04:10:40 +0000 (21:10 -0700)
committerCy Schubert <cy@FreeBSD.org>
Sat, 6 Aug 2022 01:53:38 +0000 (18:53 -0700)
commit4f158a444ee7365454cc3ea1547b1b5c323dae55
tree5189d8ead583e40e83332ebd67669abec5aaf8e5
parent790c6b245151d6d5a26b84e5f34fee61453e2e60
net80211: Remove tautological state display

When printing the current state name and the old state numeric value,
both are always the same. Remove the redundant ostate. It is always
the same as iv_state.

Reviewed by: bz
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D35849
sys/net80211/ieee80211_output.c