]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iwlwifi: remove unnecessary argument to iwl_drv_start()
authorLuca Coelho <luciano.coelho@intel.com>
Tue, 13 Dec 2016 07:48:57 +0000 (09:48 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 6 Feb 2017 17:19:25 +0000 (19:19 +0200)
commit49060383a7585c61ab01c0043fd6202878ee9796
tree9f8b5bac5a9b804fb60ef2bb9d78221a7bf0bb91
parent0d7f1b993b2e8babf424f009f5984fa06a713919
iwlwifi: remove unnecessary argument to iwl_drv_start()

When iwl_drv_start() is called, trans->cfg must already be set, so
there's no need to pass cfg separately, since it can be accessed
directly from trans->cfg.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
drivers/net/wireless/intel/iwlwifi/iwl-drv.h
drivers/net/wireless/intel/iwlwifi/pcie/drv.c