|
@@ -226,8 +226,8 @@ static void set_multicast_finish(struct net_device *dev)
|
|
|
}
|
|
|
|
|
|
FC(fecp, r_cntrl, FEC_RCNTRL_PROM);
|
|
|
- FW(fecp, hash_table_high, fep->fec.hthi);
|
|
|
- FW(fecp, hash_table_low, fep->fec.htlo);
|
|
|
+ FW(fecp, grp_hash_table_high, fep->fec.hthi);
|
|
|
+ FW(fecp, grp_hash_table_low, fep->fec.htlo);
|
|
|
}
|
|
|
|
|
|
static void set_multicast_list(struct net_device *dev)
|
|
@@ -273,8 +273,8 @@ static void restart(struct net_device *dev)
|
|
|
/*
|
|
|
* Reset all multicast.
|
|
|
*/
|
|
|
- FW(fecp, hash_table_high, fep->fec.hthi);
|
|
|
- FW(fecp, hash_table_low, fep->fec.htlo);
|
|
|
+ FW(fecp, grp_hash_table_high, fep->fec.hthi);
|
|
|
+ FW(fecp, grp_hash_table_low, fep->fec.htlo);
|
|
|
|
|
|
/*
|
|
|
* Set maximum receive buffer size.
|