Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21246
b: refs/heads/master
c: c5f226f
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Kirsher authored and root committed Mar 3, 2006
1 parent 071916e commit 5268966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b66ba0db8d04d99926445bc7d9f920bb5d744ed
refs/heads/master: c5f226fe97e8025440aa330aa2c8e1c66bfdc96b
3 changes: 2 additions & 1 deletion trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ e1000_update_mng_vlan(struct e1000_adapter *adapter)
(vid != old_vid) &&
!adapter->vlgrp->vlan_devices[old_vid])
e1000_vlan_rx_kill_vid(netdev, old_vid);
}
} else
adapter->mng_vlan_id = vid;
}
}

Expand Down

0 comments on commit 5268966

Please sign in to comment.