On 4/11/2025 11:55 AM, Vasanthakumar Thiagarajan wrote:
On 4/11/2025 11:45 AM, Sarika Sharma wrote:
Currently, RX is_mcbc bit is set for packest send from client as
destination address (DA) is multicast/broadcast address, but packets
are actually unicast as receiver address (RA) is not multicast address.
Hence, packets are not handled properly due to this is_mcbc bit.
Therefore, reset the is_mcbc bit if interface type is AP.
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
Signed-off-by: Sarika Sharma <quic_sarishar@xxxxxxxxxxx>
Should there be a fixes tag?
This patch independently does not fix any known issue, this is required
because of patch 1 in the series. Due to 1st patch some existing issue
is exposed, to address that 2nd patch is required.