From: David Woodhouse Date: Mon, 10 Dec 2007 19:58:37 +0000 (-0500) Subject: libertas: clean up lbs_interrupt() X-Git-Tag: v2.6.25-rc1~1162^2~396 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f679496567809ce1e95730c25274e1832537f4b;p=pandora-kernel.git libertas: clean up lbs_interrupt() Make it take struct lbs_private as argument; that's all it wants anyway, and all callers were starting off from that. Don't wake the netif queues, because those should be handled elsewhere. And sort out the locking, with a big nasty warning for those who don't have the driver_lock locked when they call it. Oh, and fix if_cs.c to lock the driver_lock before calling it. Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed