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)
commit0316d30ea3e66379cd30ed70a114bc282159bb4c
tree9e5971e275ad18534805cf34986ce15db43bc80e
parentd3f555f493b037eb688adda6d8a682e9b69211ed
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