]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: dump prph registers in a common place for all transports
authorGolan Ben-Ami <golan.ben.ami@intel.com>
Wed, 21 Oct 2015 13:15:38 +0000 (16:15 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 26 Nov 2015 14:38:51 +0000 (16:38 +0200)
commit12342cd32c68997d4cc7a725c43b666f644248af
tree8319b0ba655f4be6f35acf50a0a85ecf24fcd316
parent1cd32bf3f0eb4bf01b6423f41cea71bdc3bd144c
iwlwifi: dump prph registers in a common place for all transports

Currently the prph registers dump is in the transport layer,
and each bus needs an additional dump implementation.

Move the prph dump outside transport, and allow a common
implementation for all of the buses.
This is possible because prph base addresses are similar for
all buses.

Signed-off-by: Golan Ben-Ami <golan.ben.ami@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/intel/iwlwifi/pcie/trans.c