Searched refs:libertas_dir (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Ddebugfs.c13 static struct dentry *libertas_dir = NULL; variable in typeref:struct:dentry
1663 if (!libertas_dir)
1664 libertas_dir = debugfs_create_dir("libertas_wireless", NULL);
1671 if (libertas_dir)
1672 debugfs_remove(libertas_dir);
1680 if (!libertas_dir)
1683 priv->debugfs_dir = debugfs_create_dir(dev->name, libertas_dir);

Completed in 91 milliseconds