• Johannes Berg's avatar
    iwlagn: fix PAN queues · cfa1da7e
    Johannes Berg authored
    Currently, when a PAN queue needs to be
    stopped, we erroneously stop queue number 5
    (for example) with mac80211 -- which doesn't
    even exist!
    
    To avoid that problem, recalculate the swq_id
    for all queues when setting up the queues,
    and don't use the default identity mapping
    that is acceptable for devices which don't
    support PAN.
    Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
    Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
    cfa1da7e
iwl-agn-ucode.c 19.8 KB