OSDN Git Service

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)
commit1a616dd2f17161b296aab46ee5a464ae3bf734ce
tree8319b0ba655f4be6f35acf50a0a85ecf24fcd316
parent14ef1b433e8f1336e14105f430a6e614ae86646f
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