Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c532 len = snprintf(buf, sizeof(buf), "0x%x\n", ar->debug.fwlog_mask); in ath6kl_fwlog_mask_read()
544 ret = kstrtou32_from_user(user_buf, count, 0, &ar->debug.fwlog_mask); in ath6kl_fwlog_mask_write()
550 ar->debug.fwlog_mask); in ath6kl_fwlog_mask_write()
1784 ar->debug.fwlog_mask = 0; in ath6kl_debug_init()
H A Dcore.h857 u32 fwlog_mask; member