projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57cde76
)
e1000e: cleanup comment in e1000_hash_mc_addr()
author
Bruce Allan
<
[email protected]
>
Wed, 22 Feb 2012 09:02:53 +0000
(09:02 +0000)
committer
Jeff Kirsher
<
[email protected]
>
Sat, 25 Feb 2012 05:41:01 +0000
(21:41 -0800)
Remove reference to non-existant function.
Signed-off-by: Bruce Allan <
[email protected]
>
Tested-by: Aaron Brown <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/e1000e/mac.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/e1000e/mac.c
b/drivers/net/ethernet/intel/e1000e/mac.c
index f16a611e2dedfb9a39dc0cb262bdea516ff8b200..4130134b0d322e34dc2c9e0917be48a7f412c83f 100644
(file)
--- a/
drivers/net/ethernet/intel/e1000e/mac.c
+++ b/
drivers/net/ethernet/intel/e1000e/mac.c
@@
-263,8
+263,7
@@
void e1000e_rar_set(struct e1000_hw *hw, u8 *addr, u32 index)
* @mc_addr: pointer to a multicast address
*
* Generates a multicast address hash value which is used to determine
- * the multicast filter table array address and new table value. See
- * e1000_mta_set_generic()
+ * the multicast filter table array address and new table value.
**/
static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr)
{