]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: merge firmware information into the chipset description data.
authorFrancois Romieu <romieu@fr.zoreil.com>
Wed, 27 Apr 2011 06:22:39 +0000 (08:22 +0200)
committerFrancois romieu <romieu@fr.zoreil.com>
Mon, 9 May 2011 19:03:10 +0000 (21:03 +0200)
commit1720e58326f4eabffec827308efff11ff4d48ac3
treef18269a32218ab6eb9751e624c292194df6f2f99
parentf3b6b198768aa81c2cf38434ccd6d9c619c15b51
r8169: merge firmware information into the chipset description data.

- RTL_GIGA_MAC_NONE is a fake index so put it at the end of the
  enumeration and shift everybody.
- RTL_GIGA_MAC_VER_17 / RTL_GIGA_MAC_VER_16 ordering fixed. Though
  not wrong it was confusing enough to wonder if things were right.

Renaming rtl_chip_info was not strictly necessary. It allows to
check the patch for the correct use of the indexes though.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Realtek linux nic maintainers <nic_swsd@realtek.com>
drivers/net/r8169.c