]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: scan: fixup HE caps whitespace
authorBrian Norris <briannorris@chromium.org>
Wed, 18 Nov 2020 03:39:36 +0000 (19:39 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 30 Nov 2020 08:59:30 +0000 (09:59 +0100)
commit9e38deec35fc4af87adb8a96b4afd49340b1e826
tree52d6df2bcee9ae4eb5239299c407d200138741cd
parent17e8564af8bc86c1f5a234000052e5d406f2fdcf
iw: scan: fixup HE caps whitespace

For scans, it's nicer to drop an indentation level, because we don't
have the "interface type" section that we do in the phy-info version.

The NSS print also had an extra level of indentation, and a spare
leading space, which made it a bit inconsistent with other sections.

Signed-off-by: Brian Norris <briannorris@chromium.org>
Link: https://lore.kernel.org/r/20201118033936.3667788-5-briannorris@chromium.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
util.c