Skip to content

Commit 588d511

Browse files
refactormanJeff Kirsher
authored andcommitted
ice: Remove direct write for GLLAN_RCTL_0
Clear PXE mode AQ call (opcode 0x0110) is now supported in FW. So remove the direct register write to GLLAN_RCTL_0. Signed-off-by: Anirudh Venkataramanan <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 95f8e8b commit 588d511

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/net/ethernet/intel/ice/ice_common.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ static enum ice_status ice_set_mac_type(struct ice_hw *hw)
5151
*/
5252
void ice_dev_onetime_setup(struct ice_hw *hw)
5353
{
54-
/* configure Rx - set non pxe mode */
55-
wr32(hw, GLLAN_RCTL_0, 0x1);
56-
5754
#define MBX_PF_VT_PFALLOC 0x00231E80
5855
/* set VFs per PF */
5956
wr32(hw, MBX_PF_VT_PFALLOC, rd32(hw, PF_VT_PFALLOC_HIF));

0 commit comments

Comments
 (0)