iwlwifi: mvm: remove RX_PHY support for 9000 device
authorSara Sharon <sara.sharon@intel.com>
Sun, 3 Apr 2016 12:27:55 +0000 (15:27 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 1 Jul 2016 15:09:39 +0000 (18:09 +0300)
commit6d99c88f6003062796cade71997731caec0dd8dc
tree244a62db2ce4df1bdc9eb9a3a7ca5887bd856f80
parentc5241b0c8c0bb2bfd69effaa81e30fa26a16adda
iwlwifi: mvm: remove RX_PHY support for 9000 device

In multiple RX queues architecture, the RX_PHY notification
is no longer useful as it is received in the default queue
even for packets that are received on RSS queue, and cannot
be accessed without locking.
All the needed data is in the new RX packet metadata and
firmware will no longer send this notification for 9000
devices. Remove support of it.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c