]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: add minimal multi-RXQ infrastructure
authorJohannes Berg <johannes.berg@intel.com>
Fri, 22 May 2015 11:41:07 +0000 (13:41 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 5 Oct 2015 11:34:51 +0000 (14:34 +0300)
commit7cf3449adcfb2d752dcd536b4f8d1a67cf27ab3e
tree9e5971e275ad18534805cf34986ce15db43bc80e
parent1695cb01a57308c3f7b3cabfd21d8fd0c89fe196
iwlwifi: mvm: add minimal multi-RXQ infrastructure

Since the new multi-queue capability depends on a new firmware API,
we can already add some code for it. If the new API is present, a
new opmode ops struct is used that handles the new rx_rss method.

For now, only restructure the RX handling to distinguish between
the two. Future patches will convert the new infrastructure to
actually use the new RX descriptor layout.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/iwlwifi/mvm/mvm.h
drivers/net/wireless/iwlwifi/mvm/ops.c