]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2b39047315571925f06149e143f2a16dc6e40378
tree244a62db2ce4df1bdc9eb9a3a7ca5887bd856f80
parent3fabe8aee064d0b9f17d4e2f5a1fe2a5851dbc4b
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