From: Holger Schurig Date: Fri, 25 May 2007 16:04:31 +0000 (-0400) Subject: [PATCH] libertas: split wlan_add_card() X-Git-Tag: v2.6.22-rc5~44^2~2^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a74b7c8f7b883b532e0e4333b7c3014d3d8fe8;p=pandora-kernel.git [PATCH] libertas: split wlan_add_card() Split wlan_add_card() into a part that just setups kernel parameters and into the function libertas_activate_card(), which will implizitly use hardware functions by the started thread. This allows us later to do something like this: priv = libertas_add_card(); priv->hw_command_to_host = if_usb_command_to_host; priv->hw_xxxx = if_usb_xxxx; priv->hw_yyyy = if_usb_yyyy; wlan_activate_card() and of course the CF driver can set it's own functions. Signed-off-by: Holger Schurig Signed-off-by: John W. Linville --- Reading git-diff-tree failed