OSDN Git Service

iwlwifi: op-mode API: add rx_rss method
authorJohannes Berg <johannes.berg@intel.com>
Fri, 22 May 2015 08:52:26 +0000 (10:52 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 5 Oct 2015 11:33:26 +0000 (14:33 +0300)
commita190430c5eeaff1b3a0cfc05d3572650b3bd3beb
tree10954daa598c6bd99964fade3627a9460b2aff9f
parent1939089300cb4709dec2b268db649adfdefdb7bc
iwlwifi: op-mode API: add rx_rss method

Upcoming hardware will have the ability to do L3 hashing for RSS,
directing data packets (and perhaps some associated metadata and
management notifications) to different MSI-X vectors.

In this case, it makes no sense to go through the full RX dispatch
since it's already known that only a subset of the possibilities
can come in, requiring a new receive method. In addition this must
know which queue the packet was received on.

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