]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] hostap: Fix pci_driver name for hostap_plx and hostap_pci
authorPavel Roskin <proski@gnu.org>
Sat, 24 Sep 2005 04:58:58 +0000 (21:58 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 24 Sep 2005 07:33:51 +0000 (03:33 -0400)
commit7a716536c602be6050b4f3ece30f1fc3b64362b0
tree58ed691a144e75b81b712ccdf5daccebbe58693a
parent8cee0cd5bec53b78dd3c43a73b27821a688133e6
[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 <proski@gnu.org>
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/wireless/hostap/hostap_pci.c
drivers/net/wireless/hostap/hostap_plx.c