mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
nvethernet: Remove Rx channel0 WAR fix
MGBE NET07 bit file fixes Rx Channel 0 data tranfer not working issue. Removing WAR fix Ported from - https://git-master.nvidia.com/r/c/nvethernet-docs/+/2972125 Bug 4182455 Change-Id: I0774dc47eee15246989dfbd8c09f0bc001b2a15c Signed-off-by: Mahesh Patil <maheshp@nvidia.com>
This commit is contained in:
committed by
Bhadram Varka
parent
5edac49a28
commit
2a77d85ced
@@ -2425,10 +2425,7 @@ static int ether_update_mac_addr_filter(struct ether_priv_data *pdata,
|
||||
__func__, en_dis, uc_bc);
|
||||
return -1;
|
||||
}
|
||||
//TBD: T264 Use Rx DMA channel 1 for NET05 WAR
|
||||
if (osi_core->pre_sil == 0x1U) {
|
||||
dma_channel = osi_dma->dma_chans[1];
|
||||
}
|
||||
|
||||
memset(&ioctl_data->l2_filter, 0x0, sizeof(struct osi_filter));
|
||||
/* Set MAC address with DCS set to route all legacy Rx
|
||||
* packets from RxQ0 to default DMA at index 0.
|
||||
|
||||
Reference in New Issue
Block a user