netcardconfig: drop uncommon wireless/WiFi options
authorMichael Prokop <mika@grml.org>
Wed, 9 Jun 2021 11:28:25 +0000 (13:28 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 9 Jun 2021 12:53:43 +0000 (14:53 +0200)
No longer ask for the following options WiFi:

* iwconfig
* iwpriv
* iwspy
* wireless-channel
* wireless-freq
* wireless-nwid
* wireless-mode

AFAICT it's unusual to set those options to something other than the
defaults, at least nowadays. So let's drop support for it, minimizing
questions to answer in interactive mode (which also minimizes porting
efforts if we ever rewrite netcardconfig, see
https://github.com/grml/grml-network/issues/11).

FTR: according to my tests, wireless-tools seems to do the rightâ„¢ thing
by default regarding "wireless-mode".


No differences found