Revision ba1aa084d6fb725a4c026adf69845ca60bab3b36 authored by Ursula Braun on 24 May 2006, 07:51:13 UTC, committed by Jeff Garzik on 27 May 2006, 01:56:41 UTC
From: Frank Blaschka <Frank.Blaschka@de.ibm.com>
From: Frank Pavlic <fpavlic@de.ibm.com>

        - fix fake_ll during initial device bringup. fake_ll was
	  not active after first start of the device.
	  Problem only occured when qeth was built without IPV6 support.
        - avoid skb usage after invocation of qeth_flush_buffers,
	  because skb might already be freed.
        - remove yet another useless netif_wake_queue in
	  qeth_softsetup_ipv6 since this function is only called
	  when device is going online. In this case card->state will
	  never be in state UP. So let the net_device queue down .

Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent b85e1fa
History
File Mode Size
lxdialog
.gitignore -rw-r--r-- 130 bytes
Makefile -rw-r--r-- 7.7 KB
POTFILES.in -rw-r--r-- 123 bytes
conf.c -rw-r--r-- 11.3 KB
confdata.c -rw-r--r-- 11.4 KB
expr.c -rw-r--r-- 24.9 KB
expr.h -rw-r--r-- 4.8 KB
gconf.c -rw-r--r-- 40.6 KB
gconf.glade -rw-r--r-- 24.5 KB
images.c -rw-r--r-- 6.4 KB
kconfig_load.c -rw-r--r-- 644 bytes
kxgettext.c -rw-r--r-- 3.9 KB
lex.zconf.c_shipped -rw-r--r-- 53.7 KB
lkc.h -rw-r--r-- 3.4 KB
lkc_proto.h -rw-r--r-- 1.7 KB
mconf.c -rw-r--r-- 27.0 KB
menu.c -rw-r--r-- 9.9 KB
qconf.cc -rw-r--r-- 33.8 KB
qconf.h -rw-r--r-- 5.6 KB
symbol.c -rw-r--r-- 17.3 KB
util.c -rw-r--r-- 2.1 KB
zconf.gperf -rw-r--r-- 1.2 KB
zconf.hash.c_shipped -rw-r--r-- 9.6 KB
zconf.l -rw-r--r-- 6.1 KB
zconf.tab.c_shipped -rw-r--r-- 58.9 KB
zconf.y -rw-r--r-- 13.9 KB

back to top