1. 22 4月, 2011 1 次提交
    • A
      powerpc: Fix multicast problem in fs_enet driver · e2a85aec
      Andrea Galbusera 提交于
      mac-fec.c was setting individual UDP address registers instead of multicast
      group address registers when joining a multicast group.
      This prevented from correctly receiving UDP multicast packets.
      According to datasheet, replaced hash_table_high and hash_table_low
      with grp_hash_table_high and grp_hash_table_low respectively.
      Also renamed hash_table_* with grp_hash_table_* in struct fec declaration
      for 8xx: these registers are used only for multicast there.
      
      Tested on a MPC5121 based board.
      Build tested also against mpc866_ads_defconfig.
      Signed-off-by: NAndrea Galbusera <gizero@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e2a85aec
  2. 20 4月, 2011 2 次提交
  3. 18 4月, 2011 2 次提交
  4. 15 4月, 2011 2 次提交
  5. 14 4月, 2011 3 次提交
  6. 13 4月, 2011 6 次提交
  7. 12 4月, 2011 13 次提交
  8. 11 4月, 2011 1 次提交
  9. 09 4月, 2011 2 次提交
  10. 08 4月, 2011 7 次提交
  11. 07 4月, 2011 1 次提交