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)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 31 Aug 2018 08:38:37 +0000 (11:38 +0300)
commit65c3b582ecab7a403efdf08babbf87fdbe27369c
tree2741eaaa17cc19926817a03aab1d954cd5020a78
parent06c34dee07c7de4f679267321c914db4b3c2a56f
iwlwifi: mvm: send BCAST management frames to the right station

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>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c