From: Jouni Malinen Date: Mon, 15 Aug 2005 02:08:41 +0000 (-0700) Subject: [PATCH] hostap: Use void *hw_priv instead of #ifdef in local data X-Git-Tag: v2.6.14-rc1~1017^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e0e473fb54e7657f6604236e42ef07fd7a2768;p=pandora-kernel.git [PATCH] hostap: Use void *hw_priv instead of #ifdef in local data Replace hardware model specific #ifdef's in struct local_info with void *hw_priv that is pointing to cs/pci/plx specific data structure. This removes unneeded #ifdef's and as such, is a step towards making it possible to share objects for hostap_hw.c and hostap_download.c with cs/pci/plx drivers without having to compile and link the same code separately for each one. Signed-off-by: Jouni Malinen Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed