1. 28 3月, 2006 11 次提交
  2. 27 3月, 2006 8 次提交
  3. 26 3月, 2006 4 次提交
  4. 25 3月, 2006 3 次提交
    • D
      [WIRELESS]: Fix config dependencies. · 868d2c1e
      Dave Jones 提交于
      I accidentally ended up with a config that set NET_RADIO off,
      and NET_WIRELESS_RTNETLINK on, which blew up thus..
      
      net/built-in.o: In function `do_setlink':net/core/rtnetlink.c:479: undefined reference to `wireless_rtnetlink_set'
      net/built-in.o: In function `do_getlink':net/core/rtnetlink.c:521: undefined reference to `wireless_rtnetlink_get'
      Signed-off-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      868d2c1e
    • H
      [PATCH] net: ne2k.c won't compile if pci_clone_list is const · b2fd16b4
      Horms 提交于
      net: ne2k.c won't compile if pci_clone_list is const
      
      f71e1309 which (amongst other things)
      made pci_clone_list in ne2k-pci.c const causes the following compile error.
      This patch reverses that portion of that changeset
      
      drivers/net/ne2k-pci.c:123: error: pci_clone_list causes a section type
      conflict
      
      ~/ gcc --version
      gcc (GCC) 4.0.3 (Debian 4.0.3-1)
      ~/ dpkg gcc-4.0 | grep Version
      Version: 4.0.3-1
      
      Signed-Off-By: Horms <horms@verge.net.au
      
       ne2k-pci.c |    2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      cee0890cc97247b6a9decd94f5dc0719ac8f0b1b
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      b2fd16b4
    • A
      [PATCH] AT91RM9200 Ethernet driver · d4b7780e
      Andrew Victor 提交于
      This patch adds support for the Ethernet controller integrated in the
      Atmel AT91RM9200 SoC processor.
      
      Changes since the previous submission (01/02/2006) are:
        - Make use of the clk.h clock infrastructure.
        - The multicast hash function is not crc32. [Patch by Pedro Perez]
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      d4b7780e
  5. 24 3月, 2006 14 次提交