]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: ks7010: remove cfg file handling
authorWolfram Sang <wsa@the-dreams.de>
Fri, 17 Jun 2016 08:46:52 +0000 (10:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Jun 2016 02:45:55 +0000 (19:45 -0700)
commit6ee9169b407f70334f59cdf5a40a72a5d27f0ec2
treea4daeee84cb8b28aa23f8e6ae4abe6d135c36fc7
parent0fd9da9a979aecfb9df40dfb3304db2b16fa7e05
staging: ks7010: remove cfg file handling

I verified that all but two settings from the config file can be set up
also via 'iwconfig' or 'iwpriv'. The two missing are ROM_FILE and
PhyInformationTimer. ROM_FILE can be easily dropped. There is only one
known firmware floating on the net, so, the name is fix and we can make
this constant. Frankly, I don't know when PhyInformationTimer needs to
be set to non-zero. But if we need it somewhen, there is already
(currently commented out) code to add this as another private method, so
we could use that. Summa summarum: We can remove the config file
handling and the example config file. The only useful action,
initialization of the configuration struct, is now moved to the sdio
main file.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/Makefile
drivers/staging/ks7010/TODO
drivers/staging/ks7010/ks7010_config.c [deleted file]
drivers/staging/ks7010/ks7010_sdio.c
drivers/staging/ks7010/ks7010_sdio.h
drivers/staging/ks7010/ks79xx.cfg [deleted file]
drivers/staging/ks7010/ks_wlan.h