]> 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)
commitdb63048c52bafebcc821642c666edc8e2e630431
tree8319b0ba655f4be6f35acf50a0a85ecf24fcd316
parent7e4795b9547d896baec17fc5fedfd83f78afbbcd
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