summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/hostap.h
diff options
context:
space:
mode:
authorForest Bond <forest@alittletooquiet.net>2010-04-17 15:03:38 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 18:35:56 (GMT)
commitc30d7973f22ea3f8b3e5d1d7215b3f2ff8f5e934 (patch)
treef837a864bfd1909e52c15244d8a3109865826f9e /drivers/staging/vt6656/hostap.h
parent9a0e756c5280750c23bd44d2b855a1f5442ea7b4 (diff)
downloadlinux-fsl-qoriq-c30d7973f22ea3f8b3e5d1d7215b3f2ff8f5e934.tar.xz
Staging: vt6656: Rename hostap_set_hostapd, hostap_iotctl.
The functions hostap_set_hostapd, hostap_iotctl clashed with functions of the same name with CONFIG_HOSTAP=y and/or CONFIG_VT6655=y. Signed-off-by: Forest Bond <forest@alittletooquiet.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/hostap.h')
-rw-r--r--drivers/staging/vt6656/hostap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/hostap.h b/drivers/staging/vt6656/hostap.h
index 8fd667b..9e366dc 100644
--- a/drivers/staging/vt6656/hostap.h
+++ b/drivers/staging/vt6656/hostap.h
@@ -61,8 +61,8 @@
#define ARPHRD_IEEE80211 801
#endif
-int hostap_set_hostapd(PSDevice pDevice, int val, int rtnl_locked);
-int hostap_ioctl(PSDevice pDevice, struct iw_point *p);
+int vt6656_hostap_set_hostapd(PSDevice pDevice, int val, int rtnl_locked);
+int vt6656_hostap_ioctl(PSDevice pDevice, struct iw_point *p);
#endif // __HOSTAP_H__