aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/e1000_mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/igb/e1000_mac.c')
-rw-r--r--drivers/net/igb/e1000_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/igb/e1000_mac.c b/drivers/net/igb/e1000_mac.c
index 20408aa1f916..9b0f0afdaeb8 100644
--- a/drivers/net/igb/e1000_mac.c
+++ b/drivers/net/igb/e1000_mac.c
@@ -271,7 +271,7 @@ void igb_rar_set(struct e1000_hw *hw, u8 *addr, u32 index)
271 * current value is read, the new bit is OR'd in and the new value is 271 * current value is read, the new bit is OR'd in and the new value is
272 * written back into the register. 272 * written back into the register.
273 **/ 273 **/
274static void igb_mta_set(struct e1000_hw *hw, u32 hash_value) 274void igb_mta_set(struct e1000_hw *hw, u32 hash_value)
275{ 275{
276 u32 hash_bit, hash_reg, mta; 276 u32 hash_bit, hash_reg, mta;
277 277