1. 29 8月, 2005 31 次提交
  2. 28 8月, 2005 8 次提交
  3. 27 8月, 2005 1 次提交
    • R
      [PATCH] Fix 6pack setting of MAC address · 214838a2
      Ralf Baechle 提交于
      Don't check type of sax25_family; dev_set_mac_address has already done
      that before and anyway, the type to check against would have been
      ARPHRD_AX25.  We only got away because AF_AX25 and ARPHRD_AX25 both happen
      to be defined to the same value.
      
      Don't check sax25_ndigis either; it's value is insignificant for the
      purpose of setting the MAC address and the check has shown to break
      some application software for no good reason.
      Signed-off-by: NRalf Baechle DL5RB <ralf@linux-mips.org>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      214838a2