• Johannes Berg's avatar
    iwlwifi: op-mode API: add rx_rss method · a190430c
    Johannes Berg authored
    
    
    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: default avatarJohannes Berg <johannes.berg@intel.com>
    Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
    a190430c
iwl-op-mode.h 9.62 KB