Home
last modified time | relevance | path

Searched refs:mwifiex_dfs_dir (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Ddebugfs.c26 static struct dentry *mwifiex_dfs_dir; variable
761 if (!mwifiex_dfs_dir || !priv) in mwifiex_dev_debugfs_init()
765 mwifiex_dfs_dir); in mwifiex_dev_debugfs_init()
798 if (!mwifiex_dfs_dir) in mwifiex_debugfs_init()
799 mwifiex_dfs_dir = debugfs_create_dir("mwifiex", NULL); in mwifiex_debugfs_init()
808 if (mwifiex_dfs_dir) in mwifiex_debugfs_remove()
809 debugfs_remove(mwifiex_dfs_dir); in mwifiex_debugfs_remove()