Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167572565
D32574.id97162.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
632 B
Referenced Files
None
Subscribers
None
D32574.id97162.diff
View Options
Index: sys/dev/igc/if_igc.c
===================================================================
--- sys/dev/igc/if_igc.c
+++ sys/dev/igc/if_igc.c
@@ -1172,12 +1172,12 @@
reg_rctl |= IGC_RCTL_MPE;
reg_rctl &= ~IGC_RCTL_UPE;
} else
- reg_rctl = ~(IGC_RCTL_UPE | IGC_RCTL_MPE);
-
- IGC_WRITE_REG(&adapter->hw, IGC_RCTL, reg_rctl);
+ reg_rctl &= ~(IGC_RCTL_UPE | IGC_RCTL_MPE);
if (mcnt < MAX_NUM_MULTICAST_ADDRESSES)
igc_update_mc_addr_list(&adapter->hw, mta, mcnt);
+
+ IGC_WRITE_REG(&adapter->hw, IGC_RCTL, reg_rctl);
}
/*********************************************************************
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 23, 6:58 PM (7 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37157579
Default Alt Text
D32574.id97162.diff (632 B)
Attached To
Mode
D32574: Fix setting of RCTL register when modifying multicast filters.
Attached
Detach File
Event Timeline
Log In to Comment