• Sara Sharon's avatar
    iwlwifi: mvm: remove dead code · 70dc179d
    Sara Sharon authored
    In iwl_mvm_tx_skb_non_sta(), in case of managed interface,
    the AP station was supposed to be used for multicast frames
    instead of the auxiliary station to avoid frames possibly
    sent to an absent P2P GO. However, when moving to DQA mode,
    this was broken as no valid queue was assigned. This is fixed
    by a recent patch that directs all non-offchannel traffic to
    ap station earlier in the TX path. However, the broken, and
    now dead code, remained. Remove it.
    Signed-off-by: default avatarSara Sharon <sara.sharon@intel.com>
    Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
    Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
    70dc179d
tx.c 60.2 KB