Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
H A Ddebug.c980 struct dentry *phydir; in ath5k_debug_init_device() local
984 phydir = debugfs_create_dir("ath5k", ah->hw->wiphy->debugfsdir); in ath5k_debug_init_device()
986 debugfs_create_file("debug", 0600, phydir, ah, &fops_debug); in ath5k_debug_init_device()
987 debugfs_create_file("registers", 0400, phydir, ah, &registers_fops); in ath5k_debug_init_device()
988 debugfs_create_file("beacon", 0600, phydir, ah, &fops_beacon); in ath5k_debug_init_device()
989 debugfs_create_file("reset", 0200, phydir, ah, &fops_reset); in ath5k_debug_init_device()
990 debugfs_create_file("antenna", 0600, phydir, ah, &fops_antenna); in ath5k_debug_init_device()
991 debugfs_create_file("misc", 0400, phydir, ah, &fops_misc); in ath5k_debug_init_device()
992 debugfs_create_file("eeprom", 0400, phydir, ah, &fops_eeprom); in ath5k_debug_init_device()
993 debugfs_create_file("frameerrors", 0600, phydir, ah, &fops_frameerrors); in ath5k_debug_init_device()
[all …]