iwlwifi: mvm: send BCAST management frames to the right station
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 7 May 2018 13:46:35 +0000 (16:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2019 10:47:34 +0000 (12:47 +0200)
commit5fc2b0a0e47600cc87cd6d4af9efb2dc59138d38
tree4fd334668369ab834e9ccc8bc26bcfb46fb6d056
parent464559fdfe40aaa1909df41acd7f00775eb59020
iwlwifi: mvm: send BCAST management frames to the right station

commit 65c3b582ecab7a403efdf08babbf87fdbe27369c upstream.

Probe responses were sent to the multicast station while
they should be routed to the broadcast station.
This has no negative effect since the frame was still
routed to the right queue, but it looked very fishy
to send a frame to a (queue, station) tuple where
'queue' is not mapped to 'station'.

Fixes: 7c305de2b954 ("iwlwifi: mvm: Direct multicast frames to the correct station")
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c