]> git.ipfire.org Git - thirdparty/iw.git/commit
add "channels" PHY command listing frequencies with more details
authorRafał Miłecki <zajec5@gmail.com>
Wed, 1 Jun 2016 05:51:14 +0000 (07:51 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 9 Jun 2016 08:31:43 +0000 (10:31 +0200)
commitdb9d4050d7dff994a43fa954ff47ac94a898f728
treec05ee4f4cd9ab6a71f3f62a359de4e7c07399ed0
parentfeea0ff28c8ca01d832b8dd36af2d196fbfee772
add "channels" PHY command listing frequencies with more details

Channels (frequencies) are getting more details that users may want to
know about. E.g. it's important to know which frequencies allow using
40/80/160 MHz channels to setup AP properly.

We list channels in "info" command output but it's already quite big and
it was agreed to introduce new command rather than expand the old one.

This patch adds "channels" command printing what was already available
in the "info" plus details about supported channel widths. It also
removes DFS info from the "info" output.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
info.c
phy.c