|
@@ -1675,7 +1675,7 @@ static void e1000_rar_set_pch2lan(struct e1000_hw *hw, u8 *addr, u32 index)
|
|
/* RAR[1-6] are owned by manageability. Skip those and program the
|
|
/* RAR[1-6] are owned by manageability. Skip those and program the
|
|
* next address into the SHRA register array.
|
|
* next address into the SHRA register array.
|
|
*/
|
|
*/
|
|
- if (index < (u32)(hw->mac.rar_entry_count - 6)) {
|
|
|
|
|
|
+ if (index < (u32)(hw->mac.rar_entry_count)) {
|
|
s32 ret_val;
|
|
s32 ret_val;
|
|
|
|
|
|
ret_val = e1000_acquire_swflag_ich8lan(hw);
|
|
ret_val = e1000_acquire_swflag_ich8lan(hw);
|