From: Pavel Roskin Date: Sat, 24 Sep 2005 04:58:58 +0000 (-0700) Subject: [PATCH] hostap: Fix pci_driver name for hostap_plx and hostap_pci X-Git-Tag: v2.6.15-rc1~733^2~1^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a716536c602be6050b4f3ece30f1fc3b64362b0;p=pandora-kernel.git [PATCH] hostap: Fix pci_driver name for hostap_plx and hostap_pci hostap_pci and hostap_plx drivers still use PCI driver names "prism2_pci" and "prism2_plx" respectively. This is unfriendly to linux-wlan-ng, which uses the same names. So, if e.g. hostap_pci and prism2_pci are loaded, they will "share" /sys/bus/pci/drivers/prism2_plx directory. Change PCI driver names of hostap_pci and hostap_plx to be equal to their module names. Signed-off-by: Pavel Roskin Signed-off-by: Jouni Malinen Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed