]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: pcie: introduce split point to a000 devices
authorSara Sharon <sara.sharon@intel.com>
Wed, 28 Sep 2016 12:52:21 +0000 (15:52 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 11 Apr 2017 11:54:39 +0000 (14:54 +0300)
commit623e7766be907d9c20af334e25f98005c75b5d32
tree96e30c932febcd6e4b911dc46658f529a2f6379f
parent1ea423b0e047757dea80d5d968a25aa44af51273
iwlwifi: pcie: introduce split point to a000 devices

a000 devices are going to have a lot of flows simplified
and changed: init flow, RX, TX, and more.
This, combined with the fact that code is already very
complicated due to backward compatibility - introduce
a split that will enable to introduce simplified version
of functions.
Shared ops are moved to a macro, while functions that will
be updated in the next patches are defined twice for now.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-a000.c
drivers/net/wireless/intel/iwlwifi/iwl-config.h
drivers/net/wireless/intel/iwlwifi/pcie/trans.c